Page 1 of 1

How-to: Upload Firmware

Posted: Tue Aug 25, 2015 2:44 pm
by sonny.gale
I think I'm doing it right.

I upload using the Arduino IDE and the printer fans turn off and on after the upload completes. When S3D connects it shows the date and author I set in config.h, but the settings displayed (M503) are not what I set. I contacted support and they said to send the commands to the EEPROM and save them with M500. This works, but I want to know why the firmware I upload doesn't display my settings.

Any assistance would be appreciated.

Re: How-to: Upload Firmware

Posted: Tue Aug 25, 2015 7:11 pm
by jsc
M503 shows you the current settings, which are loaded from EEPROM on startup. If you want to see your factory settings, M502 then M503. M502 does not save, so M500 to overwrite whatever EEPROM settings you have currently.

Re: How-to: Upload Firmware

Posted: Tue Sep 01, 2015 11:49 pm
by jdacal
Is there a way to set the baud rate this way without having to reflash the whole thing?

Re: How-to: Upload Firmware

Posted: Wed Sep 02, 2015 12:48 am
by insta
nope :/