|
@@ -184,7 +184,7 @@
|
184
|
184
|
* M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
|
185
|
185
|
* M406 - Turn off Filament Sensor extrusion control
|
186
|
186
|
* M407 - Display measured filament diameter
|
187
|
|
- * M410 - Quickstop - Abort all the planned moves
|
|
187
|
+ * M410 - Quickstop. Abort all the planned moves
|
188
|
188
|
* M500 - Store parameters in EEPROM
|
189
|
189
|
* M501 - Read parameters from EEPROM (if you need reset them after you changed them temporarily).
|
190
|
190
|
* M502 - Revert to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
|
@@ -4378,7 +4378,7 @@ inline void gcode_M400() { st_synchronize(); }
|
4378
|
4378
|
#endif // FILAMENT_SENSOR
|
4379
|
4379
|
|
4380
|
4380
|
/**
|
4381
|
|
- * M410: quickstop - Abort all planned moves
|
|
4381
|
+ * M410: Quickstop - Abort all planned moves
|
4382
|
4382
|
*
|
4383
|
4383
|
* This will stop the carriages mid-move, so most likely they
|
4384
|
4384
|
* will be out of sync with the stepper position after this.
|