diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/example.cfg b/config/example.cfg index ec383d75..a8f7aee4 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -19,8 +19,8 @@ [stepper_x] step_pin: ar29 # Step GPIO pin (triggered high) -dir_pin: ar28 -# Direction GPIO pin (low indicates positive direction) +dir_pin: !ar28 +# Direction GPIO pin (high indicates positive direction) enable_pin: !ar25 # Enable pin (default is enable high; use ! to indicate enable low) step_distance: .0225 @@ -86,7 +86,7 @@ position_max: 200 # stepper_x section [stepper_z] step_pin: ar23 -dir_pin: ar22 +dir_pin: !ar22 enable_pin: !ar25 step_distance: .005 max_velocity: 250 |