dc42
dc42
Unless you are using PanelDueFirmware that is several years old, PanelDue does increment the line number on each request. Does Marlin maintain separate line numbers for the USB input channel...
> @InsanityAutomation — I've rebased this onto the latest code. It's close, but the card listing needs more work because `M20` is currently only supporting a full listing of the...
FWIW Atmel Studio using an Atmel ICE to upload to ATSAM devices has exactly this problem uploading some .elf files. Converting to .hex or .bin and uploading that instead works....
I fixed the issues not relating to 'G' as follows: 1. When copying a machine name in the M550 command or the password in the M551 command, stop at the...
RepRapPro renumbered the tools in version 1.04 so that the first extruder is numbered T0, instead of T1 as it as in version 0.78c. So, if you have taken the...
Also fixed in dc42 fork of firmware since version 0.59.
PID settings have been changed in the dc42 fork to give more accurate hot end temperature control.
I just tested it in my fork, and M208 does limit the Z axis movement correctly, assuming of course the printer has been Z-homed and you do not use M564...
You can find my fork at https://github.com/dc42/RepRapFirmware/tree/dev/Release. Follow the link to the version you want (1.09k-dc42 is the latest) then click on Raw to download it. If your printer is...
You need to use either an older version of gcc such as the version in Arduino 1.5.4, or a more recent version of the source code.