Skip to content

Commit ff1116f

Browse files
committed
docs: fix qtplasmac estop type info
1 parent 85366f0 commit ff1116f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/src/plasma/qtplasmac.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,9 @@ Some functions/features are only used for particular modes and are not displayed
790790
//[grid=none,frame=ends]
791791
|===
792792
|Name |Description
793-
|ESTOP |Adding the option ESTOP_TYPE = 0 in the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, will change this button to an indicator of the hardware E-stop's status only. +
794-
Adding the option ESTOP_TYPE = 1 in the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, will hide this button. +
795-
Adding the option ESTOP_TYPE = 2 in the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, will enable this button to act as a GUI E-stop. +
796-
If the ESTOP_TYPE option is omitted from the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, this button will default to being an indicator of the hardware E-stop's status only.
793+
|ESTOP |Setting Estop type = 0 in the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, will change this button to an indicator of the hardware E-stop's status only. This is the default behavior. +
794+
Setting the option Estop type = 1 in the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, will hide this button. +
795+
Setting the option Estop type = 2 in the *[GUI_OPTIONS]* section of the _<machine_name>_.prefs file, will enable this button to act as a GUI E-stop. +
797796
|POWER |This button turns the GUI on and allows QtPlasmaC/LinuxCNC to control the hardware. +
798797
Pressing and holding the *POWER* button for longer than two seconds will bring up a dialog to exit the QtPlasmaC application.
799798
|CYCLE START |This button starts the cycle for any loaded G-code file.

0 commit comments

Comments
 (0)