config: Clarify stepper enable comment in Octopus boards
Make sure the stepper enable_pin comment shows an inverted pin. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
a629b87ae0
commit
9b15293547
|
@ -57,7 +57,7 @@ position_max: 200
|
||||||
#[stepper_]
|
#[stepper_]
|
||||||
#step_pin: PG4
|
#step_pin: PG4
|
||||||
#dir_pin: PC1
|
#dir_pin: PC1
|
||||||
#enable_pin: PA0
|
#enable_pin: !PA0
|
||||||
#endstop_pin: PG11
|
#endstop_pin: PG11
|
||||||
#...
|
#...
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ position_max: 200
|
||||||
#[stepper_]
|
#[stepper_]
|
||||||
#step_pin: PG4
|
#step_pin: PG4
|
||||||
#dir_pin: PC1
|
#dir_pin: PC1
|
||||||
#enable_pin: PA0
|
#enable_pin: !PA0
|
||||||
#endstop_pin: PG11
|
#endstop_pin: PG11
|
||||||
#...
|
#...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue