mirror of https://github.com/Desuuuu/klipper.git
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>
This commit is contained in:
parent
f2766dbed3
commit
0b918b357c
|
@ -1,9 +1,6 @@
|
||||||
# This file contains pin mappings for the Eryone Thinker Series V2.
|
# This file contains pin mappings for the Eryone Thinker Series V2.
|
||||||
# To use this config, the firmware should be compiled for the AVR atmega2560.
|
# 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
|
# Extra settings to support BL Touch, Filament Runout sensor, TMC2209 and
|
||||||
# have setting for fixing GCode errors, these configus can be found on
|
# have setting for fixing GCode errors, these configus can be found on
|
||||||
# Eryone's Facebook Group under files.
|
# Eryone's Facebook Group under files.
|
||||||
|
@ -43,7 +40,7 @@ enable_pin: !PA5
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
rotation_distance: 8
|
rotation_distance: 8
|
||||||
position_max: 400
|
position_max: 400
|
||||||
homing_speed: 25
|
homing_speed: 5
|
||||||
endstop_pin: !PB4
|
endstop_pin: !PB4
|
||||||
position_endstop: 0
|
position_endstop: 0
|
||||||
|
|
||||||
|
@ -52,7 +49,8 @@ step_pin: PC3
|
||||||
dir_pin: !PL6
|
dir_pin: !PL6
|
||||||
enable_pin: !PA4
|
enable_pin: !PA4
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
rotation_distance: 32
|
# Stock extruder [200 steps/rot]*[16 steps]/[93 steps/mm]
|
||||||
|
rotation_distance: 34.4
|
||||||
nozzle_diameter: 0.400
|
nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: PH6
|
heater_pin: PH6
|
||||||
|
|
Loading…
Reference in New Issue