diff options
author | Wilhelm Schuster <dev@rot13.io> | 2022-02-13 13:10:30 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-02-14 11:21:22 -0500 |
commit | f0241d7dec0dc78133befba2b32397ecd72ccbf5 (patch) | |
tree | a0c1da1424480b8976f49c173e9f6043715bacf0 /docs/G-Codes.md | |
parent | e3cbe7ea3663a8cd10207a9aecc4e5458aeb1f1f (diff) | |
download | kutter-f0241d7dec0dc78133befba2b32397ecd72ccbf5.tar.gz kutter-f0241d7dec0dc78133befba2b32397ecd72ccbf5.tar.xz kutter-f0241d7dec0dc78133befba2b32397ecd72ccbf5.zip |
docs: Drop duplicated firmware_retraction G-Codes section
Signed-off-by: Wilhelm Schuster <dev@rot13.io>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 1591c88d..1d14c949 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -337,6 +337,24 @@ enabled. `SET_FAN_SPEED FAN=config_name SPEED=<speed>` This command sets the speed of a fan. "speed" must be between 0.0 and 1.0. +### [filament_switch_sensor] + +The following command is available when a +[filament_switch_sensor](Config_Reference.md#filament_switch_sensor) +or +[filament_motion_sensor](Config_Reference.md#filament_motion_sensor) +config section is enabled. + +#### QUERY_FILAMENT_SENSOR +`QUERY_FILAMENT_SENSOR SENSOR=<sensor_name>`: Queries the current +status of the filament sensor. The data displayed on the terminal will +depend on the sensor type defined in the configuration. + +#### SET_FILAMENT_SENSOR +`SET_FILAMENT_SENSOR SENSOR=<sensor_name> ENABLE=[0|1]`: Sets the +filament sensor on/off. If ENABLE is set to 0, the filament sensor +will be disabled, if set to 1 it is enabled. + ### [firmware_retraction] The following standard G-Code commands are available when the @@ -371,32 +389,6 @@ settings. `GET_RETRACTION`: Queries the current parameters used by firmware retraction and displays them on the terminal. -### [filament_switch_sensor] - -The following command is available when a -[filament_switch_sensor](Config_Reference.md#filament_switch_sensor) -or -[filament_motion_sensor](Config_Reference.md#filament_motion_sensor) -config section is enabled. - -#### QUERY_FILAMENT_SENSOR -`QUERY_FILAMENT_SENSOR SENSOR=<sensor_name>`: Queries the current -status of the filament sensor. The data displayed on the terminal will -depend on the sensor type defined in the configuration. - -#### SET_FILAMENT_SENSOR -`SET_FILAMENT_SENSOR SENSOR=<sensor_name> ENABLE=[0|1]`: Sets the -filament sensor on/off. If ENABLE is set to 0, the filament sensor -will be disabled, if set to 1 it is enabled. - -### [firmware_retraction] - -The following standard G-Code commands are available if a -[firmware_retraction config section](Config_Reference.md#firmware_retraction) -is enabled: -- Retract: `G10` -- Unretract: `G11` - ### [force_move] The force_move module is automatically loaded, however some commands |