Inverted Z

This commit is contained in:
Zach Schimke 2021-08-19 14:28:43 -07:00
parent 92a833eb6b
commit 932bbbd99b
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ stealthchop_threshold: 500
## Z Stepper ## Z Stepper
[stepper_z] [stepper_z]
step_pin: Z_STEP step_pin: Z_STEP
dir_pin: Z_DIR dir_pin: !Z_DIR
enable_pin: !Z_ENABLE enable_pin: !Z_ENABLE
# 2mm (GT2-6mm) Belt # 2mm (GT2-6mm) Belt
@ -156,7 +156,7 @@ uart_pin: RX
tx_pin: TX tx_pin: TX
uart_address: 3 uart_address: 3
interpolate: True interpolate: True
run_current: 0.3 run_current: 0.3 # OMC 14HR07-1004VRN (1A max, 9Ncm)
hold_current: 0.2 hold_current: 0.2
sense_resistor: 0.110 sense_resistor: 0.110
stealthchop_threshold: 500 stealthchop_threshold: 500