Bernhard Kubicek hace 13 años
padre
commit
d8e7e2f72e
Se han modificado 1 ficheros con 7 adiciones y 4 borrados
  1. 7
    4
      README.md

+ 7
- 4
README.md Ver fichero

56
 It leads to less over-deposition at corners, especially at flat angles.
56
 It leads to less over-deposition at corners, especially at flat angles.
57
 
57
 
58
 *Arc support:*
58
 *Arc support:*
59
+
59
 Splic3r can find curves that, although broken into segments, were ment to describe an arc.
60
 Splic3r can find curves that, although broken into segments, were ment to describe an arc.
60
 Marlin is able to print those arcs. The advantage is the firmware can choose the resolution,
61
 Marlin is able to print those arcs. The advantage is the firmware can choose the resolution,
61
 and can perform the arc with nearly constant velocity, resulting in a nice finish. 
62
 and can perform the arc with nearly constant velocity, resulting in a nice finish. 
120
 
121
 
121
 Non-standard M-Codes, different to an old version of sprinter:
122
 Non-standard M-Codes, different to an old version of sprinter:
122
 ==============================================================
123
 ==============================================================
124
+Movement:
125
+
123
 *   G2  - CW ARC
126
 *   G2  - CW ARC
124
 *   G3  - CCW ARC
127
 *   G3  - CCW ARC
125
 
128
 
126
 General:
129
 General:
127
 
130
 
128
-*   M17  - Enable/Power all stepper motors
129
-*   M18  - Disable all stepper motors; same as M84
131
+*   M17  - Enable/Power all stepper motors. Compatibility to ReplicatorG.
132
+*   M18  - Disable all stepper motors; same as M84.Compatibility to ReplicatorG.
130
 *   M30  - Print time since last M109 or SD card start to serial
133
 *   M30  - Print time since last M109 or SD card start to serial
131
 *   M42  - Change pin status via gcode
134
 *   M42  - Change pin status via gcode
132
 *   M80  - Turn on Power Supply
135
 *   M80  - Turn on Power Supply
139
 *   M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
142
 *   M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
140
 *   M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
143
 *   M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
141
 *   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
144
 *   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
142
-*   M220 - set build speed factor override percentage S:factor in percent ; aka "realtime tuneing in the gcode"
145
+*   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.
143
 *   M301 - Set PID parameters P I and D
146
 *   M301 - Set PID parameters P I and D
144
-*   M400 - Finish all moves
147
+*   M400 - Finish all buffered moves.
145
 
148
 
146
 Advance:
149
 Advance:
147
 
150
 

Loading…
Cancelar
Guardar