From 932bbbd99b1bb112fc219190771a40fbc901a55a Mon Sep 17 00:00:00 2001 From: Zach Schimke Date: Thu, 19 Aug 2021 14:28:43 -0700 Subject: [PATCH] Inverted Z --- machine.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine.cfg b/machine.cfg index 0a288a6..0b190d6 100644 --- a/machine.cfg +++ b/machine.cfg @@ -88,7 +88,7 @@ stealthchop_threshold: 500 ## Z Stepper [stepper_z] step_pin: Z_STEP -dir_pin: Z_DIR +dir_pin: !Z_DIR enable_pin: !Z_ENABLE # 2mm (GT2-6mm) Belt @@ -156,7 +156,7 @@ uart_pin: RX tx_pin: TX uart_address: 3 interpolate: True -run_current: 0.3 +run_current: 0.3 # OMC 14HR07-1004VRN (1A max, 9Ncm) hold_current: 0.2 sense_resistor: 0.110 stealthchop_threshold: 500