From c01079a9adce4b815d8f3716cc0caf37a8daea8c Mon Sep 17 00:00:00 2001 From: Willem Oldemans Date: Thu, 8 Dec 2022 22:47:11 +0100 Subject: [PATCH] stepper extruder --- printer.cfg | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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.