diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 22:26:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 22:26:44 -0400 |
commit | 8f092b5966903768978a0ddeb0c9de108d8b4756 (patch) | |
tree | 154dc500c1ce77278884a3df210efd5895e62c94 /config | |
parent | e697fc11af515e40bd097c4ba226da166c8a4521 (diff) | |
download | kutter-8f092b5966903768978a0ddeb0c9de108d8b4756.tar.gz kutter-8f092b5966903768978a0ddeb0c9de108d8b4756.tar.xz kutter-8f092b5966903768978a0ddeb0c9de108d8b4756.zip |
config: Fix sensor_resistor in generic-duet2-maestro.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-duet2-maestro.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/generic-duet2-maestro.cfg b/config/generic-duet2-maestro.cfg index 1e214621..9cc6fdd4 100644 --- a/config/generic-duet2-maestro.cfg +++ b/config/generic-duet2-maestro.cfg @@ -17,6 +17,7 @@ homing_speed: 50 uart_pin: PA9 tx_pin: PA10 select_pins: !PC14, !PC16, !PC17 +sense_resistor: 0.075 microsteps: 16 run_current: 0.800 stealthchop_threshold: 250 @@ -35,6 +36,7 @@ homing_speed: 50 uart_pin: PA9 tx_pin: PA10 select_pins: PC14, !PC16, !PC17 +sense_resistor: 0.075 microsteps: 16 run_current: 0.800 stealthchop_threshold: 250 @@ -52,6 +54,7 @@ position_max: 200 uart_pin: PA9 tx_pin: PA10 select_pins: !PC14, PC16, !PC17 +sense_resistor: 0.075 microsteps: 16 run_current: 0.800 stealthchop_threshold: 30 @@ -77,6 +80,7 @@ max_temp: 250 uart_pin: PA9 tx_pin: PA10 select_pins: PC14, PC16, !PC17 +sense_resistor: 0.075 microsteps: 16 run_current: 0.800 stealthchop_threshold: 5 @@ -88,7 +92,10 @@ stealthchop_threshold: 5 #heater_pin: PA16 #sensor_pin: PC30 #... +#[tmc2208 extruder1] #select_pins: !PC14, !PC16, PC17 +#sense_resistor: 0.075 +#... # External steppers # e2: step_pin=PC31 dir_pin=PA18 enable_pin=PC27 select_pins=PC14,!PC16,PC17 |