File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,6 +483,16 @@ You would connect it to `spindle.0.inhibit`.
483483qtdragon.spindle-inhibit
484484----
485485
486+ QtDragon spindle speed display and spindle-at-speed LED require that
487+ `spindle.0.speed-in` be connected to spindle speed feedback. +
488+ Encoder or VFD feedback could be used, as long as the feedback is in revolutions per second (RPS). +
489+ If no feedback is available you can have the display show the requested speed by connecting pins like so:
490+
491+ [source,{hal}]
492+ ----
493+ net spindle-speed-feedback spindle.0.speed-out-rps => spindle.0.speed-in
494+ ----
495+
486496This bit output pin can be connected to turn on a laser:
487497
488498[source,{hal}]
@@ -1158,9 +1168,19 @@ QtDragon_hd will also show a smaller graphics display window.
11581168
11591169=== Camview Tab
11601170
1161- If the recognized webcam is connected, this tab will display the video image overlayed with a cross-hair, circle and degree readout.
1171+ If the recognized webcam is connected, this tab will display the video image overlaid with a cross-hair, circle and degree readout.
11621172This can be adjusted to suit a part feature for such things as touchoff.
1163- The underlying library uses openCV Python module to connect to the webcam.
1173+ The underlying library uses openCV Python module to connect to the webcam. +
1174+ To adjust the X or Y size aspect ratio, look in the preference file for: +
1175+
1176+ ----
1177+ [CUSTOM_FORM_ENTRIES]
1178+ Camview xscale = 100
1179+ Camview yscale = 100
1180+ ----
1181+
1182+ These are in percent, usually the range will be 100 - 200 in one axis. +
1183+ The preference file can only be edited when QtDragon is not running.
11641184
11651185=== G-codes Tab
11661186
You can’t perform that action at this time.
0 commit comments