Autocommit from 2025-08-18 08:29:51
Klipper version: v0.13.0-154-g9346ad19 Moonraker version: v0.9.3-77-gccbfd64 Mainsail version: v2.14.0
This commit is contained in:
@@ -119,8 +119,8 @@ homing_extruder: 1 # CAUTION: Normally this should be 1. 0 will disable the ho
|
||||
uart_pin: mmu:MMU_GEAR_UART
|
||||
run_current: 1 #
|
||||
hold_current: 0.4 # Recommend to be small if not using "touch" or move (TMC stallguard)
|
||||
interpolate: True
|
||||
#sense_resistor: 0.110 # Usually 0.11, 0.15 for BTT TMC2226
|
||||
interpolate: False
|
||||
sense_resistor: 0.110 # Usually 0.11, 0.15 for BTT TMC2226
|
||||
stealthchop_threshold: 0 # Spreadcycle has more torque and better at speed
|
||||
#
|
||||
# Uncomment two lines below if you have TMC and want the ability to use filament "touch" homing with gear stepper
|
||||
@@ -128,16 +128,16 @@ stealthchop_threshold: 0 # Spreadcycle has more torque and better at speed
|
||||
#driver_SGTHRS: 60 # 255 is most sensitive value, 0 is least sensitive
|
||||
|
||||
|
||||
#[motor_constants 17he12-1204s]
|
||||
#resistance: 2.5
|
||||
#inductance: 0.0033
|
||||
#holding_torque: 0.26
|
||||
#max_current: 1.20
|
||||
#steps_per_revolution: 200
|
||||
[motor_constants 17he12-1204s]
|
||||
resistance: 2.5
|
||||
inductance: 0.0033
|
||||
holding_torque: 0.26
|
||||
max_current: 1.20
|
||||
steps_per_revolution: 200
|
||||
|
||||
#[autotune_tmc stepper_mmu_gear]
|
||||
#motor: 17he12-1204s
|
||||
#tuning_goal: performance
|
||||
[autotune_tmc stepper_mmu_gear]
|
||||
motor: 17he12-1204s
|
||||
tuning_goal: performance
|
||||
|
||||
|
||||
|
||||
@@ -281,8 +281,8 @@ sync_feedback_tension_pin:
|
||||
sync_feedback_compression_pin:
|
||||
|
||||
# These sensors are on the toolhead and often controlled by the main printer mcu
|
||||
extruder_switch_pin: ^!EBBCan:gpio22
|
||||
toolhead_switch_pin:
|
||||
extruder_switch_pin: ^EBBCan:gpio24
|
||||
toolhead_switch_pin: ^EBBCan:gpio22
|
||||
|
||||
|
||||
# ENCODER -------------------------------------------------------------------------------------------------------------
|
||||
@@ -406,8 +406,8 @@ color_order: GRB # Set based on your particular neopixel specification (can be
|
||||
#
|
||||
# (comment out this whole section if you don't have/want leds; uncomment/edit LEDs fitted on your MMU)
|
||||
[mmu_leds]
|
||||
exit_leds: neopixel:mmu_leds (8-1)
|
||||
entry_leds: neopixel:mmu_leds (9-16)
|
||||
exit_leds: neopixel:mmu_leds (9-16)
|
||||
entry_leds: neopixel:mmu_leds (8-1)
|
||||
#status_leds: neopixel:mmu_leds (17)
|
||||
#logo_leds: neopixel:mmu_leds (18)
|
||||
frame_rate: 24
|
||||
|
||||
Reference in New Issue
Block a user