dc42

Results 14 issues of dc42

I did this conversion originally to make it easier for me to debug why Bossa 1.9.1 Windows build would not write flash memory on a SAMV71Q20B chip. Having done the...

If a command is sent on the Gcode Console page, and that command returns a non-trivial response (e.g. M114, M119) then the response is not displayed. To fix this, we...

The authentication code never lets my browser session connect to the server. Wireshark shows that it is setting the correct password (reprap) but the server always returns err 1 and...

1. If the M550 command is used in config.g to set the machine name, and there is a tab character between the machine name and the semicolon that introduces a...

Neither the web interface nor Pronterface can upload or delete an SD card file if the filename sent in the corresponding Mcode includes an uppercase letter G. When attempting to...

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.

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...