diff --git a/printer.cfg b/printer.cfg index 2b739dc..d0d6c50 100755 --- a/printer.cfg +++ b/printer.cfg @@ -126,22 +126,24 @@ initial_WHITE: 0.7 ######################################## [tmc2209 stepper_x] -uart_pin: PB12 -run_current: 0.800 + uart_pin: PB12 + run_current: 0.800 [tmc2209 stepper_y] -uart_pin: PC10 -run_current: 0.800 + uart_pin: PC10 + run_current: 0.800 [tmc2209 stepper_z] -uart_pin: PC9 -run_current: 0.800 + uart_pin: PC9 + run_current: 0.800 + +[tmc2209 extruder] + uart_pin: PA13 + run_current: 0.600 - - - [include mainsail.cfg] +[include mainsail.cfg] #*# <---------------------- SAVE_CONFIG ----------------------> #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.