RepRapFirmware
RepRapFirmware copied to clipboard
OO C++ RepRap Firmware
When there are a number of short moves, the velocities may be calculated incorrectly, leading to jarring and missing steps. See http://forums.reprap.org/read.php?340,353333.
While waiting for the temperature to reach the target temperature, no temps are sent via USB. I think that the web interface does report them during this time.
Hi, I tried upgrading my FW to the RepRapFirmware-065b, 065c and 065D. But the Z motor is making a clicking noise every so meany revolutions. I can go back to...
M220 (set speed factor override percentage) and M221 (set extrude factor override percentage) commands should be implemented. Fixed in dc42 fork version 0.59a, commit https://github.com/dc42/RepRapFirmware/commit/a416c367d267c8b17acb760aaea25829b43a34d2.
If a G1 command includes the S1 parameter to enable endstop checks, then the movement will be terminated if the endstop is hit but the following move will be calculated...
The G31 command in the original firmware allows only one P and Z value to be configured. Multiple values may be required under the following conditions: 1. If more than...
If a print is started with the USB cable connected, under certain conditions the PC will stop accepting data over the USB connection, e.g. if it goes to sleep, or...
The firmware should support long filenames on the SD card. Fixed in dc42 fork.