Browse Source

Tweak comments

Scott Lahteine 10 years ago
parent
commit
d931220a65
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Marlin_main.cpp

+ 2
- 2
Marlin/Marlin_main.cpp View File

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

Loading…
Cancel
Save