diff options
author | Pranas Kiziela <pranas.kiziela@gmail.com> | 2021-05-12 12:13:44 +0300 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-05-12 10:00:55 -0400 |
commit | b4b2afca3be2355e628819e7e8638a754875bf2a (patch) | |
tree | 0513880002857fca9d8b4f9f83508050350740c3 /config/printer-twotrees-sapphire-plus-2020.cfg | |
parent | 60352f4b67b5e215b7aba196295bd23e0109b163 (diff) | |
download | kutter-b4b2afca3be2355e628819e7e8638a754875bf2a.tar.gz kutter-b4b2afca3be2355e628819e7e8638a754875bf2a.tar.xz kutter-b4b2afca3be2355e628819e7e8638a754875bf2a.zip |
config: Fix rotation_distance for Sapphire Plus
Signed-off-by: Pranas Kiziela <pranas.kiziela@gmail.com>
Diffstat (limited to 'config/printer-twotrees-sapphire-plus-2020.cfg')
-rw-r--r-- | config/printer-twotrees-sapphire-plus-2020.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/printer-twotrees-sapphire-plus-2020.cfg b/config/printer-twotrees-sapphire-plus-2020.cfg index 9193ab56..5e06d870 100644 --- a/config/printer-twotrees-sapphire-plus-2020.cfg +++ b/config/printer-twotrees-sapphire-plus-2020.cfg @@ -21,7 +21,7 @@ step_pin: PE3 dir_pin: !PE2 enable_pin: !PE4 microsteps: 16 -rotation_distance: 32 +rotation_distance: 40 endstop_pin: !PA15 position_endstop: 0 position_max: 300 @@ -32,7 +32,7 @@ step_pin: PE0 dir_pin: !PB9 enable_pin: !PE1 microsteps: 16 -rotation_distance: 32 +rotation_distance: 40 endstop_pin: !PA12 position_endstop: 300 position_max: 300 @@ -61,7 +61,8 @@ step_pin: PD6 dir_pin: !PD3 enable_pin: !PB3 microsteps: 16 -rotation_distance: 6.720 +gear_ratio: 50:17 +rotation_distance: 23.52 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PC3 |