From 5f0e17e04d2b92d15ebcf5ad0b275559dbc378b7 Mon Sep 17 00:00:00 2001 From: Zach Schimke Date: Fri, 20 Aug 2021 15:26:39 -0700 Subject: [PATCH] Increased XY current --- machine.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machine.cfg b/machine.cfg index f70e54f..9602182 100644 --- a/machine.cfg +++ b/machine.cfg @@ -53,8 +53,8 @@ uart_pin: RX tx_pin: TX uart_address: 0 interpolate: True -run_current: 0.5 -hold_current: 0.25 +run_current: 1.06 # OMC 14HS20-1504S 1.5A 40N-cm +hold_current: 0.45 sense_resistor: 0.110 stealthchop_threshold: 500 @@ -80,8 +80,8 @@ uart_pin: RX tx_pin: TX uart_address: 2 interpolate: True -run_current: 0.5 -hold_current: 0.25 +run_current: 1.06 +hold_current: 0.45 sense_resistor: 0.110 stealthchop_threshold: 500