Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for Modix Big60 printer #4986

Merged
merged 8 commits into from
Dec 15, 2021
Merged
Prev Previous commit
Next Next commit
Remove idle_current_percent and interpolate from TMC2660 config
  • Loading branch information
gsmolnycki committed Dec 6, 2021
commit 7558ed11bbfe7a88b604ac5b56fefde1897ccd53
20 changes: 5 additions & 15 deletions config/printer-modix-big60-2020.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ recover_velocity: 50
step_pin: PD6
dir_pin: PD11
enable_pin: !PC6
microsteps: 16
microsteps: 256
rotation_distance: 32
endstop_pin: ^PC14
position_endstop: 0
Expand All @@ -42,7 +42,7 @@ homing_retract_dist: 5
step_pin: PD7
dir_pin: !PD12
enable_pin: !PC6
microsteps: 16
microsteps: 256
rotation_distance: 32
endstop_pin: ^PA2
position_endstop: 600
Expand All @@ -57,7 +57,7 @@ homing_positive_dir: True
step_pin: PD8
dir_pin: !PD13
enable_pin: !PC6
microsteps: 16
microsteps: 256
rotation_distance: 1.6000
endstop_pin: probe:z_virtual_endstop
position_min: -5
Expand All @@ -70,7 +70,7 @@ homing_retract_dist: 5
step_pin: PD5
dir_pin: PA1
enable_pin: !PC6
microsteps: 16
microsteps: 256
rotation_distance: 22.9344
gear_ratio: 66:22
nozzle_diameter: 0.400
Expand All @@ -94,7 +94,7 @@ max_temp: 400
step_pin: PD4
dir_pin: !PD9
enable_pin: !PC6
microsteps: 16
microsteps: 256
rotation_distance: 22.9344
gear_ratio: 66:22
nozzle_diameter: 0.400
Expand All @@ -121,45 +121,35 @@ max_temp: 400
cs_pin: PD14
spi_speed: 2000000
spi_bus: usart1
interpolate: True
run_current: 1.600
idle_current_percent: 40
sense_resistor: 0.051

[tmc2660 stepper_y]
cs_pin: PC9
spi_speed: 2000000
spi_bus: usart1
interpolate: True
run_current: 1.200
idle_current_percent: 40
sense_resistor: 0.051

[tmc2660 stepper_z]
cs_pin: PC10
spi_speed: 2000000
spi_bus: usart1
interpolate: True
run_current: 2.400
idle_current_percent: 40
sense_resistor: 0.051

[tmc2660 extruder]
cs_pin: PC17
spi_speed: 2000000
spi_bus: usart1
interpolate: True
run_current: 1.200
idle_current_percent: 40
sense_resistor: 0.051

[tmc2660 extruder1]
cs_pin: PC25
spi_speed: 2000000
spi_bus: usart1
interpolate: True
run_current: 1.200
idle_current_percent: 40
sense_resistor: 0.051


Expand Down