Skip to content

Commit 9d38da9

Browse files
authored
Corrected some missing text to invert an output signal.
-out was missing in the section of inverting an output signal. When using the example before, linuxcnc would not start. On this page higher up is an example correct. Tested that and it worked as expected.
1 parent da67fbe commit 9d38da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/config/stepper.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ For instance, to invert the spindle control signal:
192192

193193
[source,{hal}]
194194
----
195-
setp parport.0.pin-09-invert TRUE
195+
setp parport.0.pin-09-out-invert TRUE
196196
----
197197

198198
=== Adding PWM Spindle Speed Control

0 commit comments

Comments
 (0)