New backup from 23/08/24 - 22:29:56
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
[include shell_command.cfg]
|
||||
[include fluidd.cfg]
|
||||
[include jschuh_klipper_macros.cfg]
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/jeka/steel_data/gcodes
|
||||
on_error_gcode: CANCEL_PRINT
|
||||
|
||||
[include macros.cfg]
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/jeka/steel_data/gcodes
|
||||
on_error_gcode: CANCEL_PRINT
|
||||
#[include KAMP_Settings.cfg]
|
||||
|
||||
[temperature_sensor raspberypi]
|
||||
sensor_type: temperature_host
|
||||
@@ -22,8 +13,8 @@ serial: /dev/ttySteel
|
||||
[bed_mesh]
|
||||
speed: 60
|
||||
horizontal_move_z: 5
|
||||
mesh_min: 15,15
|
||||
mesh_max: 180,180
|
||||
mesh_min: 6,12
|
||||
mesh_max: 176,162
|
||||
probe_count: 3, 3
|
||||
mesh_pps: 2, 2
|
||||
fade_start: 1
|
||||
@@ -31,42 +22,43 @@ fade_end: 10
|
||||
fade_target: 0
|
||||
|
||||
[bed_screws]
|
||||
screw1: 15,10
|
||||
screw1: 20,0
|
||||
screw1_name: Front left screw
|
||||
screw2: 15,185
|
||||
screw2: 20,150
|
||||
screw2_name: Rear left screw
|
||||
screw3: 185,10
|
||||
screw3: 190,0
|
||||
screw3_name: Front right screw
|
||||
screw4: 185,185
|
||||
screw4: 190,150
|
||||
screw4_name: Rear right screw
|
||||
|
||||
[screws_tilt_adjust]
|
||||
horizontal_move_z: 5
|
||||
screw1: 15,185
|
||||
horizontal_move_z: 3
|
||||
speed: 60
|
||||
screw1: 20,150
|
||||
screw1_name: back left
|
||||
screw2: 185,185
|
||||
screw2: 190,150
|
||||
screw2_name: back right
|
||||
screw3: 15,10
|
||||
screw3: 20,0
|
||||
screw3_name: front left
|
||||
screw4: 185,10
|
||||
screw4: 190,0
|
||||
screw4_name: front right
|
||||
screw_thread: CW-M3
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: PD2 #^PD3
|
||||
control_pin: PB5
|
||||
x_offset: 36
|
||||
y_offset: 1
|
||||
x_offset: -4
|
||||
y_offset: 12
|
||||
speed: 10.0
|
||||
samples: 2
|
||||
speed: 2
|
||||
z_offset: 0.0
|
||||
#z_offset: 0.0
|
||||
probe_with_touch_mode: False
|
||||
pin_up_reports_not_triggered: True
|
||||
pin_up_touch_mode_reports_triggered: True
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 92, 92# Change coordinates to the center of your print bed
|
||||
home_xy_position: 105, 105# Change coordinates to the center of your print bed
|
||||
speed: 50
|
||||
z_hop: 10 # Move up 10mm
|
||||
z_hop_speed: 5
|
||||
@@ -103,6 +95,7 @@ microsteps: 16
|
||||
rotation_distance: 0.8
|
||||
endstop_pin: ^!PD3
|
||||
#position_endstop: 0.0
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
position_max: 270
|
||||
position_min: -5
|
||||
homing_speed: 20
|
||||
@@ -190,26 +183,29 @@ aliases:
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 30.847
|
||||
#*# pid_ki = 2.571
|
||||
#*# pid_kd = 92.540
|
||||
#*# pid_kp = 28.573
|
||||
#*# pid_ki = 2.352
|
||||
#*# pid_kd = 86.791
|
||||
#*#
|
||||
#*# [stepper_z]
|
||||
#*# position_endstop = 4.180
|
||||
#*#
|
||||
#*# [bltouch]
|
||||
#*# z_offset = 1.330
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.410000, 0.500000, 0.390000
|
||||
#*# 0.380000, 0.360000, 0.190000
|
||||
#*# 0.330000, 0.410000, 0.320000
|
||||
#*# -0.161375, -0.108500, -0.073500
|
||||
#*# -0.004250, 0.004625, -0.081375
|
||||
#*# -0.114250, -0.068625, -0.141250
|
||||
#*# x_count = 3
|
||||
#*# y_count = 3
|
||||
#*# mesh_x_pps = 2
|
||||
#*# mesh_y_pps = 2
|
||||
#*# algo = lagrange
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 15.0
|
||||
#*# max_x = 180.0
|
||||
#*# min_y = 15.0
|
||||
#*# max_y = 180.0
|
||||
#*# min_x = 6.0
|
||||
#*# max_x = 176.0
|
||||
#*# min_y = 12.0
|
||||
#*# max_y = 162.0
|
||||
|
||||
Reference in New Issue
Block a user