mirror of
https://github.com/oducceu/klipper_configs.git
synced 2025-12-23 08:03:36 +05:00
SKR mini E3 cinfig
This commit is contained in:
@@ -21,25 +21,28 @@ dir_pin: X_DIR_PIN
|
||||
enable_pin: !X_ENABLE_PIN
|
||||
rotation_distance: 40
|
||||
microsteps: 16
|
||||
endstop_pin: !X_STOP_PIN
|
||||
position_min: -1.2 # home offset, measure yours or disable for no offset
|
||||
position_endstop: -1.2 # home offset, measure yours or set '0' for no offset
|
||||
position_max: 255 # X-axis bed size
|
||||
endstop_pin: tmc2209_stepper_x:virtual_endstop
|
||||
|
||||
position_min: 0
|
||||
position_max: 240
|
||||
position_endstop: 0
|
||||
homing_retract_dist: 0 # X-axis bed size
|
||||
homing_speed: 100
|
||||
homing_retract_dist: 0 # disable for head retraction after homing
|
||||
# disable for head retraction after homing
|
||||
|
||||
[stepper_y]
|
||||
step_pin: Y_STEP_PIN
|
||||
dir_pin: Y_DIR_PIN
|
||||
enable_pin: !Y_ENABLE_PIN
|
||||
rotation_distance: 40
|
||||
microsteps: 16
|
||||
endstop_pin: !Y_STOP_PIN
|
||||
position_min: -4.3 # home offset, measure yours or disable for no offset
|
||||
position_endstop: -4.3 # home offset, measure yours or set '0' for no offset
|
||||
position_max: 210 # Y-axis bed size
|
||||
rotation_distance: 40
|
||||
endstop_pin: tmc2209_stepper_y:virtual_endstop
|
||||
homing_speed: 100
|
||||
homing_retract_dist: 0 # disable for head retraction after homing
|
||||
position_min: 0
|
||||
position_max: 210
|
||||
position_endstop: 0
|
||||
homing_retract_dist: 0
|
||||
# disable for head retraction after homing
|
||||
|
||||
[stepper_z] # left stepper
|
||||
step_pin: Z_STEP_PIN
|
||||
@@ -47,10 +50,12 @@ dir_pin: !Z_DIR_PIN
|
||||
enable_pin: !Z_ENABLE_PIN
|
||||
rotation_distance: 8
|
||||
microsteps: 16
|
||||
endstop_pin: !Z_STOP_PIN
|
||||
endstop_pin: tmc2209_stepper_y:virtual_endstop
|
||||
position_max: 200 # Z-axis print volume size
|
||||
homing_speed: 20
|
||||
second_homing_speed: 5
|
||||
position_min: -5
|
||||
|
||||
|
||||
################################################################################
|
||||
# E0, HB
|
||||
@@ -64,12 +69,12 @@ rotation_distance: 7.600
|
||||
microsteps: 16
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
max_extrude_only_distance: 100 # ~100 direct, ~600 bowden
|
||||
max_extrude_only_distance: 120 # ~100 direct, ~600 bowden
|
||||
heater_pin: E_HEATER_PIN
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: E_SENSOR_PIN
|
||||
min_temp: 0
|
||||
max_temp: 285
|
||||
max_temp: 300
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: BED_HEATER_PIN
|
||||
@@ -94,9 +99,9 @@ pin: HEATER_FAN_PIN
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 150
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_accel_to_decel: 1500
|
||||
#max_accel_to_decel: 1500
|
||||
max_z_velocity: 20
|
||||
max_z_accel: 100
|
||||
|
||||
@@ -104,8 +109,7 @@ max_z_accel: 100
|
||||
# Optional G-Code features
|
||||
################################################################################
|
||||
|
||||
[virtual_sdcard]
|
||||
path: ~/gcode_files
|
||||
|
||||
|
||||
[pause_resume]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user