mirror of
https://github.com/MrUnknownDE/ender3-s1-backup.git
synced 2026-04-06 00:32:00 +02:00
225 lines
5.6 KiB
INI
225 lines
5.6 KiB
INI
# --- DRUCKER GRUNDKONFIGURATION ---
|
|
[include mainsail.cfg]
|
|
|
|
[mcu]
|
|
# Deine Creality Board ID (Achtung: Prüf das nochmal auf dem neuen System!)
|
|
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
|
restart_method: command
|
|
|
|
[printer]
|
|
kinematics: cartesian
|
|
max_velocity: 300
|
|
max_accel: 4300 # UPDATE: Basierend auf deinem Input Shaper X Test
|
|
max_z_velocity: 5
|
|
max_z_accel: 100
|
|
|
|
# --- INPUT SHAPER & ADXL (Dein neues Spielzeug) ---
|
|
#[mcu adxl]
|
|
#serial: /dev/serial/by-id/usb-Klipper_rp2040_50444667787E871C-if00
|
|
|
|
#[adxl345]
|
|
#cs_pin: adxl:gpio9
|
|
#spi_bus: spi1a
|
|
|
|
#[resonance_tester]
|
|
#accel_chip: adxl345
|
|
#probe_points:
|
|
# 110, 110, 20
|
|
|
|
# --- MECHANIK & EXTRUDER ---
|
|
[stepper_x]
|
|
step_pin: PC2
|
|
dir_pin: PB9
|
|
enable_pin: !PC3
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
endstop_pin: !PA5
|
|
position_endstop: -10
|
|
position_max: 235
|
|
position_min: -15
|
|
homing_speed: 50
|
|
|
|
[stepper_y]
|
|
step_pin: PB8
|
|
dir_pin: PB7
|
|
enable_pin: !PC3
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
endstop_pin: !PA6
|
|
position_endstop: -8
|
|
position_max: 238
|
|
position_min: -13
|
|
homing_speed: 50
|
|
|
|
[stepper_z]
|
|
step_pin: PB6
|
|
dir_pin: !PB5
|
|
enable_pin: !PC3
|
|
microsteps: 16
|
|
rotation_distance: 8
|
|
endstop_pin: probe:z_virtual_endstop
|
|
position_max: 270
|
|
position_min: -4
|
|
|
|
[extruder]
|
|
step_pin: PB4
|
|
dir_pin: PB3
|
|
enable_pin: !PC3
|
|
microsteps: 16
|
|
gear_ratio: 42:12
|
|
rotation_distance: 26.359
|
|
nozzle_diameter: 0.400
|
|
filament_diameter: 1.750
|
|
heater_pin: PA1
|
|
sensor_type: EPCOS 100K B57560G104F
|
|
sensor_pin: PC5
|
|
min_temp: 0
|
|
max_temp: 260
|
|
pressure_advance: 0.050
|
|
# Deine PID Werte (aus dem Log übernommen):
|
|
#control: pid
|
|
#pid_kp = 31.519
|
|
#pid_ki = 2.020
|
|
#pid_kd = 122.925
|
|
|
|
[heater_bed]
|
|
heater_pin: PA7
|
|
sensor_type: EPCOS 100K B57560G104F
|
|
sensor_pin: PC4
|
|
min_temp: 0
|
|
max_temp: 100
|
|
# Deine PID Werte (aus dem Log übernommen):
|
|
#control: pid
|
|
#pid_kp = 69.066
|
|
#pid_ki = 1.319
|
|
#pid_kd = 903.898
|
|
|
|
[heater_fan hotend_fan]
|
|
pin: PC0
|
|
|
|
[fan]
|
|
pin: PA0
|
|
|
|
# --- SONDEN & LEVELING ---
|
|
[bltouch]
|
|
sensor_pin: ^PC14
|
|
control_pin: PC13
|
|
x_offset: -31.8
|
|
y_offset: -40.5
|
|
#z_offset: 0
|
|
probe_with_touch_mode: true
|
|
stow_on_each_sample: false
|
|
|
|
[bed_mesh]
|
|
speed: 120
|
|
mesh_min: 10, 10
|
|
mesh_max: 200, 194
|
|
probe_count: 8,8
|
|
algorithm: bicubic
|
|
|
|
[safe_z_home]
|
|
home_xy_position: 147, 154
|
|
speed: 75
|
|
z_hop: 10
|
|
z_hop_speed: 5
|
|
|
|
# --- SYSTEM ---
|
|
[virtual_sdcard]
|
|
path: /home/johannes/printer_data/gcodes # Pfad auf neuem System anpassen!
|
|
on_error_gcode: CANCEL_PRINT
|
|
|
|
[pause_resume]
|
|
recover_velocity: 25
|
|
|
|
[display_status]
|
|
|
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
|
#*#
|
|
#*# [bed_mesh 2026-01-13]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.142500, 0.052500, -0.007500, 0.010000, -0.027500, 0.010000, 0.080000, 0.172500
|
|
#*# -0.010000, -0.052500, -0.092500, -0.092500, -0.110000, -0.090000, -0.035000, 0.055000
|
|
#*# 0.085000, -0.002500, -0.040000, -0.060000, -0.085000, -0.047500, 0.002500, 0.072500
|
|
#*# 0.095000, 0.035000, -0.010000, -0.010000, -0.030000, 0.012500, 0.070000, 0.125000
|
|
#*# 0.137500, 0.060000, 0.020000, 0.005000, -0.025000, -0.002500, 0.052500, 0.115000
|
|
#*# 0.167500, 0.100000, 0.022500, 0.022500, -0.005000, 0.020000, 0.080000, 0.142500
|
|
#*# 0.180000, 0.110000, 0.030000, 0.027500, 0.000000, 0.067500, 0.097500, 0.140000
|
|
#*# 0.127500, 0.070000, -0.002500, -0.002500, -0.022500, -0.005000, 0.075000, 0.155000
|
|
#*# x_count = 8
|
|
#*# y_count = 8
|
|
#*# mesh_x_pps = 2
|
|
#*# mesh_y_pps = 2
|
|
#*# algo = bicubic
|
|
#*# tension = 0.2
|
|
#*# min_x = 10.0
|
|
#*# max_x = 199.98000000000002
|
|
#*# min_y = 10.0
|
|
#*# max_y = 193.96
|
|
#*#
|
|
#*# [bed_mesh default]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.192500, 0.107500, 0.022500, 0.142500, 0.340000, 0.135000, 0.115000, 0.182500
|
|
#*# 0.082500, 0.005000, -0.057500, -0.015000, 0.050000, -0.032500, 0.002500, 0.085000
|
|
#*# 0.132500, 0.047500, -0.017500, -0.010000, -0.057500, -0.070000, 0.030000, 0.130000
|
|
#*# 0.185000, 0.117500, 0.062500, 0.015000, -0.027500, -0.007500, 0.067500, 0.155000
|
|
#*# 0.205000, 0.130000, 0.040000, 0.010000, -0.012500, -0.020000, 0.092500, 0.145000
|
|
#*# 0.240000, 0.167500, 0.077500, 0.050000, -0.002500, 0.007500, 0.095000, 0.160000
|
|
#*# 0.272500, 0.197500, 0.102500, 0.030000, 0.007500, 0.005000, 0.085000, 0.145000
|
|
#*# 0.202500, 0.137500, 0.050000, 0.015000, -0.015000, -0.012500, 0.082500, 0.155000
|
|
#*# x_count = 8
|
|
#*# y_count = 8
|
|
#*# mesh_x_pps = 2
|
|
#*# mesh_y_pps = 2
|
|
#*# algo = bicubic
|
|
#*# tension = 0.2
|
|
#*# min_x = 10.0
|
|
#*# max_x = 199.98000000000002
|
|
#*# min_y = 10.0
|
|
#*# max_y = 193.96
|
|
#*#
|
|
#*# [bltouch]
|
|
#*# z_offset = 3.025
|
|
#*#
|
|
#*# [input_shaper]
|
|
#*# shaper_type_x = mzv
|
|
#*# shaper_freq_x = 40.6
|
|
#*# shaper_type_y = mzv
|
|
#*# shaper_freq_y = 41.0
|
|
#*#
|
|
#*# [extruder]
|
|
#*# control = pid
|
|
#*# pid_kp = 31.914
|
|
#*# pid_ki = 2.066
|
|
#*# pid_kd = 123.269
|
|
#*#
|
|
#*# [heater_bed]
|
|
#*# control = pid
|
|
#*# pid_kp = 68.601
|
|
#*# pid_ki = 1.270
|
|
#*# pid_kd = 926.114
|
|
#*#
|
|
#*# [bed_mesh 2026-04-02]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.202500, 0.120000, 0.025000, 0.152500, 0.347500, 0.142500, 0.120000, 0.185000
|
|
#*# 0.090000, 0.017500, -0.047500, -0.005000, 0.057500, -0.027500, 0.005000, 0.087500
|
|
#*# 0.137500, 0.060000, -0.012500, 0.002500, -0.052500, -0.065000, 0.032500, 0.130000
|
|
#*# 0.195000, 0.127500, 0.067500, 0.025000, -0.025000, -0.002500, 0.070000, 0.152500
|
|
#*# 0.210000, 0.137500, 0.040000, 0.015000, -0.010000, -0.012500, 0.085000, 0.145000
|
|
#*# 0.242500, 0.172500, 0.077500, 0.057500, 0.002500, 0.007500, 0.100000, 0.160000
|
|
#*# 0.277500, 0.202500, 0.102500, 0.037500, 0.012500, 0.007500, 0.087500, 0.147500
|
|
#*# 0.217500, 0.147500, 0.050000, 0.025000, -0.010000, -0.012500, 0.080000, 0.150000
|
|
#*# x_count = 8
|
|
#*# y_count = 8
|
|
#*# mesh_x_pps = 2
|
|
#*# mesh_y_pps = 2
|
|
#*# algo = bicubic
|
|
#*# tension = 0.2
|
|
#*# min_x = 10.0
|
|
#*# max_x = 199.98000000000002
|
|
#*# min_y = 10.0
|
|
#*# max_y = 193.96
|