It leads to less over-deposition at corners, especially at flat angles.\r
\r
*Arc support:*\r
+\r
Splic3r can find curves that, although broken into segments, were ment to describe an arc.\r
Marlin is able to print those arcs. The advantage is the firmware can choose the resolution,\r
and can perform the arc with nearly constant velocity, resulting in a nice finish. \r
\r
Non-standard M-Codes, different to an old version of sprinter:\r
==============================================================\r
+Movement:\r
+\r
* G2 - CW ARC\r
* G3 - CCW ARC\r
\r
General:\r
\r
-* M17 - Enable/Power all stepper motors\r
-* M18 - Disable all stepper motors; same as M84\r
+* M17 - Enable/Power all stepper motors. Compatibility to ReplicatorG.\r
+* M18 - Disable all stepper motors; same as M84.Compatibility to ReplicatorG.\r
* M30 - Print time since last M109 or SD card start to serial\r
* M42 - Change pin status via gcode\r
* M80 - Turn on Power Supply\r
* M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!\r
* M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec\r
* M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer underruns and M20 minimum feedrate\r
-* M220 - set build speed factor override percentage S:factor in percent ; aka "realtime tuneing in the gcode"\r
+* M220 - set build speed mulitplying S:factor in percent ; aka "realtime tuneing in the gcode". So you can slow down if you have islands in one height-range, and speed up otherwise.\r
* M301 - Set PID parameters P I and D\r
-* M400 - Finish all moves\r
+* M400 - Finish all buffered moves.\r
\r
Advance:\r
\r