RepRapFirmware
RepRapFirmware copied to clipboard
OO C++ RepRap Firmware
If the firmware locks up for any reason (e.g. a mains transient coupled through the USB cable ground) then the heaters become uncontrolled and overheating may result. In the dc42...
While running V0.69 (duet branch) I hit the problem that I can only set tool temperature (via web-interface) a few times and afterwards setting the temperature doesn't have an effect...
Fixed in dc42 fork sometime prior to version 0.59.
The web server needs to be improved so that all web-related files can be served from the SD card on the Duet, instead of having to serve .js, .css files...
Expand it or remove it.
Add M190
Three points: 1. G32 should clear any compensation before applying new compensation. I think it adds to any already applied compensation? What's the point of having it add to the...
M206 just defines a move, then sets the co-ordinates it has moved from as the current location. The offset is lost as soon as you home the axes again. It...
Hi, It would be helpful to use different directories for gcodes as I have some longer running projects with lots of files and sort of a multi-user environment