Skip to content

Commit 601a5ec

Browse files
committed
qtdragon -docs: add new mobbus connection pin.
1 parent b931ba1 commit 601a5ec

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/src/gui/qtdragon.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ You must also set the MAX_SPINDLE_POWER in the INI.
447447

448448
[source,{hal}]
449449
----
450+
qtdragon.spindle-modbus-connection
450451
qtdragon.spindle-modbus-errors
451452
qtdragon.spindle-amps
452453
qtdragon.spindle-fault
@@ -1233,6 +1234,18 @@ qproperty-styleFont7: "Times,15,-1,5,90,0,0,1,1,0";
12331234
}
12341235
----
12351236

1237+
To have the manual spindle buttons also incrementally increase/decrease speed:
1238+
1239+
[source,{ini}]
1240+
----
1241+
#action_spindle_fwd{
1242+
qproperty-spindle_up_action: true;
1243+
}
1244+
#action_spindle_rev{
1245+
qproperty-spindle_down_action: true;
1246+
}
1247+
----
1248+
12361249
=== Qt Designer and Python code
12371250

12381251
All aspects of the GUI are fully customization through Qt Designer and/or Python code.

0 commit comments

Comments
 (0)