Re: Motors Speed painfully slow
Hello my friend, I am afraid I do not have good news. According to this page Step Rates whatever value you are using close to 12mm/s is acceptable since "It mostly depends on the CPU used on a...
View ArticleRe: Marlin Cold Extrude
newer marlins comes with fake thermistor options that always just read what ever temp they are set to * 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below. * 999 : Dummy Table...
View ArticleM600 beep
Where are the beep settings for the M600 command. Its INSANELY loud and id like to tone it down a bit. My wife woke up thinking the smoke alarm was going off last night! Im guessing it would be in the...
View ArticleRe: Marlin Cold Extrude
Unfortunately I am using an older version and that didn't work, something like TEMPTABLE_999 not being declared. I will attempt on the newest version of Marlin, however that involves reconfiguring.
View ArticleMarlin Configuration
So I've just downloaded the newest version of Marlin and tried to upload to a Sanguino w/ ATmega1284p (16MHz) and have received these errors: SanityCheck.h:254: error: expected constructor,...
View ArticleMarlin auto bed leveling help
I must first start buy saying I am a complete newbie at editing firmware and 3d printing so be patient. I have a CTC Prusa i3 clone using Marlin 1.1. and Arduino 1.8.4. for editing. The motherboard is...
View ArticleRe: Marlin Configuration
Cant reproduce latest marlin, latest arduino 1.8.5 Sanguino w/ ATmega1284p (16MHz) installed compiled no errors Post your configuration.h
View ArticleNon-marlin to marlin upgrade, help needed
Hello good people. Yep, i got cheap 3d printer, it works(ish). Decided to flash it to marlin as mine came with hell knows what. Problem is i dont know some of bits that are on this printer to get...
View ArticleRe: M600 beep
in Conditionals_post.h If you're using a non-graphical LCD you can change the LCD_FEEDBACK_FREQUENCY_DURATION_MS to 0 and it will silence it. If you have a speaker If you want to change the frequency...
View ArticleRe: Non-marlin to marlin upgrade, help needed
If it is a Prusa clone... Almost for sure it is running Marlin already. You should ask for the source code so you can make changes. With the source code, you can cross its existing Configuration.h...
View ArticleRe: Marlin auto bed leveling help
Shouldn't the SG90 servo be on Servo-0 ? It is OK to have the Z-Probe on Z-Min.
View ArticleRe: Non-marlin to marlin upgrade, help needed
GT2560 is a very common board from china... [www.geeetech.com] MOTHERBOARD BOARD_ULTIMAKER ( 7 on older firmwares that dont have names)
View ArticleRe: Marlin auto bed leveling help
The board is the same as the Geeetech and I have wired it the same way as they recommend with there 3Dtouch. [www.geeetech.com] Its the firmware settings that are my sticking point. Eddy
View ArticleRe: Marlin Configuration
Ok so I had Arduino 1.0.5 and 1.6.9 so changing to 1.8.5 seems to have fixed the issue. However now I am getting this: avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 avrdude:...
View ArticleRe: Marlin Configuration
The upload protocol changes between versions.. find the boards.txt file for the one that would upload (its just text) and find the new boards.txt file in the new arduino make the upload setting the...
View ArticleRe: Marlin Configuration
Ok so I have tried that, and still getting the exact same error. [attachment 100072 boards.txt] is the one being used in Arduino 1.0.5 so: atmega1284.upload.protocol=stk500...
View ArticleRe: Marlin Configuration
old arduino only supported avr so no need for a directory. now it supports avr, sam and samd (and probably other processor families too) The one inside the avr directory is the one you want
View ArticleRe: 2 axis, 3 drivers
Hi, Sorry I do not have an answer for you but rather a few questions: where do you plug the laser? On fan port? What kind of laser are you using? I'm trying also to build such a beauty! :)
View Articlezprobe loses autolevel
I'm using Marlin on my CNC. FIX_MOUNTED_PROBE, Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN. I make the autolevel every time, over the stock, before starting to machine. Everything works correctly. The problem...
View Article