working calibrated
This commit is contained in:
62
printer.cfg
Executable file → Normal file
62
printer.cfg
Executable file → Normal file
@@ -12,7 +12,8 @@ max_z_velocity: 100
|
||||
max_z_accel: 100
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
|
||||
#serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
|
||||
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_27004F000A50414733303120-if00
|
||||
|
||||
|
||||
[mcu EBBCan]
|
||||
@@ -28,7 +29,7 @@ serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^!PC0
|
||||
position_endstop: 0
|
||||
position_max: 230
|
||||
position_max: 220
|
||||
homing_speed: 80
|
||||
|
||||
[stepper_y]
|
||||
@@ -38,8 +39,8 @@ serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^!PC1
|
||||
position_endstop: 230
|
||||
position_max: 230
|
||||
position_endstop: 220
|
||||
position_max: 220
|
||||
homing_speed: 80
|
||||
|
||||
[stepper_z]
|
||||
@@ -56,7 +57,7 @@ serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
|
||||
|
||||
[extruder]
|
||||
step_pin: PB3
|
||||
dir_pin: PB4
|
||||
dir_pin: !PB4
|
||||
enable_pin: !PD5
|
||||
microsteps: 16
|
||||
rotation_distance: 10.07
|
||||
@@ -77,19 +78,26 @@ serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
|
||||
rtd_num_of_wires: 2
|
||||
pressure_advance: 0.78
|
||||
|
||||
|
||||
|
||||
[filament_switch_sensor extruder_filament_sensor]
|
||||
switch_pin: ^!PC15
|
||||
|
||||
# [heater_bed]
|
||||
# heater_pin: PD8
|
||||
# sensor_type: Generic 3950
|
||||
# sensor_pin: PC4
|
||||
# control = pid
|
||||
# pid_kp = 62.901
|
||||
# pid_ki = 1.808
|
||||
# pid_kd = 547.241
|
||||
# min_temp: 0
|
||||
# max_temp: 120
|
||||
[heater_bed]
|
||||
heater_pin: PD8
|
||||
sensor_type: MAX31865
|
||||
spi_speed: 400000
|
||||
spi_bus: spi1
|
||||
sensor_pin: PD9
|
||||
min_temp: 0
|
||||
max_temp: 120
|
||||
rtd_nominal_r: 100
|
||||
rtd_reference_r: 430
|
||||
control = pid
|
||||
pid_kp = 62.901
|
||||
pid_ki = 1.808
|
||||
pid_kd = 547.241
|
||||
|
||||
|
||||
[fan]
|
||||
pin: PD2
|
||||
@@ -115,11 +123,16 @@ initial_WHITE: 0.7
|
||||
horizontal_move_z: 5
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
speed: 150
|
||||
horizontal_move_z: 5
|
||||
mesh_min: 15, 50
|
||||
mesh_max: 190, 200
|
||||
probe_count: 3, 3
|
||||
probe_count: 5, 5
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^EBBCan:PB8
|
||||
control_pin: EBBCan:PB9
|
||||
z_offset: 1.210
|
||||
|
||||
########################################
|
||||
# TMC2209 configuration
|
||||
@@ -148,17 +161,16 @@ initial_WHITE: 0.7
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.725000, 0.715000, 0.660000, 0.610000, 0.570000
|
||||
#*# 0.660000, 0.650000, 0.600000, 0.575000, 0.485000
|
||||
#*# 0.695000, 0.650000, 0.605000, 0.585000, 0.495000
|
||||
#*# 0.862500, 0.700000, 0.632500, 0.605000, 0.615000
|
||||
#*# 0.902500, 0.810000, 0.715000, 0.602500, 0.547500
|
||||
#*# 0.922500, 0.830000, 0.770000, 0.657500, 0.567500
|
||||
#*# 1.000000, 0.955000, 0.875000, 0.707500, 0.635000
|
||||
#*# 1.080000, 1.020000, 0.965000, 0.785000, 0.730000
|
||||
#*# x_count = 5
|
||||
#*# y_count = 3
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 2
|
||||
#*# mesh_y_pps = 2
|
||||
#*# algo = lagrange
|
||||
@@ -166,4 +178,4 @@ initial_WHITE: 0.7
|
||||
#*# min_x = 15.0
|
||||
#*# max_x = 190.0
|
||||
#*# min_y = 50.0
|
||||
#*# max_y = 200.0
|
||||
#*# max_y = 200.0
|
||||
|
||||
Reference in New Issue
Block a user