diff options
author | Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> | 2021-09-21 11:12:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:12:58 -0400 |
commit | 0b918b357cb0c282d53cbdf59e1931a2054cd60a (patch) | |
tree | fedf5c19b9ae6383558065b209b299e612131fe2 /config/printer-eryone-thinker-series-v2-2020.cfg | |
parent | f2766dbed3fe5c9bb00041f957ab4d22a8d83289 (diff) | |
download | kutter-0b918b357cb0c282d53cbdf59e1931a2054cd60a.tar.gz kutter-0b918b357cb0c282d53cbdf59e1931a2054cd60a.tar.xz kutter-0b918b357cb0c282d53cbdf59e1931a2054cd60a.zip |
config: Minor Eryone Thinker S config fixes. (#4695)
Fixing initial rotation distance on Thinker S stocker extruder
Removing author information
Fixing Z Axis homing speed as it was too fast.
Signed-off-by: Demetrius Apostolopoulos <dapostol73@hotmail.com>
Diffstat (limited to 'config/printer-eryone-thinker-series-v2-2020.cfg')
-rw-r--r-- | config/printer-eryone-thinker-series-v2-2020.cfg | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/printer-eryone-thinker-series-v2-2020.cfg b/config/printer-eryone-thinker-series-v2-2020.cfg index 31a6d5fd..78fb8aac 100644 --- a/config/printer-eryone-thinker-series-v2-2020.cfg +++ b/config/printer-eryone-thinker-series-v2-2020.cfg @@ -1,9 +1,6 @@ # This file contains pin mappings for the Eryone Thinker Series V2. # To use this config, the firmware should be compiled for the AVR atmega2560. -# Author: dapostol73 -# Thanks to 3D.Subzwari and MAD3D for the help! - # Extra settings to support BL Touch, Filament Runout sensor, TMC2209 and # have setting for fixing GCode errors, these configus can be found on # Eryone's Facebook Group under files. @@ -43,7 +40,7 @@ enable_pin: !PA5 microsteps: 16 rotation_distance: 8 position_max: 400 -homing_speed: 25 +homing_speed: 5 endstop_pin: !PB4 position_endstop: 0 @@ -52,7 +49,8 @@ step_pin: PC3 dir_pin: !PL6 enable_pin: !PA4 microsteps: 16 -rotation_distance: 32 +# Stock extruder [200 steps/rot]*[16 steps]/[93 steps/mm] +rotation_distance: 34.4 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PH6 |