New backup from 08/18/2024 - 08:33:06 PM

This commit is contained in:
2024-08-18 20:33:06 +05:00
parent 9984d1b749
commit b09a5fbf07
5 changed files with 147 additions and 36 deletions

View File

@@ -1,11 +1,15 @@
[include shell_command.cfg]
[include fluidd.cfg]
[include jschuh_klipper_macros.cfg]
[virtual_sdcard]
path: /home/jeka/3dsprinter_data/gcodes
on_error_gcode: CANCEL_PRINT
[filament_switch_sensor runout]
switch_pin: !PG5
pause_on_runout: True
insert_gcode:
runout_gcode:
[include macros.cfg]
[temperature_sensor odroidC2]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[mcu]
serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_75638303037351301112-if00
@@ -116,7 +120,10 @@ sensor_pin: PK5
#pid_Ki: 1.08
#pid_Kd: 114
min_temp: 0
max_temp: 250
max_temp: 270
pressure_advance: 0.5
max_extrude_cross_section: 99999
#min_extrude_temp: 0
[heater_bed]
heater_pin: PH5
@@ -126,9 +133,24 @@ control: watermark
min_temp: 0
max_temp: 130
[verify_heater heater_bed]
max_error: 130
check_gain_time: 300
hysteresis: 3
heating_gain: 1
[verify_heater extruder]
max_error: 120
check_gain_time: 20
hysteresis: 5
heating_gain: 2
[fan]
pin: PH6
[output_pin beeper]
pin: EXP1_1
[printer]
kinematics: corexy
max_velocity: 500
@@ -162,23 +184,12 @@ aliases:
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 25.328
#*# pid_ki = 1.578
#*# pid_kd = 101.628
#*#
#*# [heater_bed]
#*# pid_kp = 72.255
#*# pid_ki = 1.487
#*# pid_kd = 877.904
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.037500, -0.042500, -0.027500, -0.016250, 0.016250
#*# -0.017500, -0.006250, 0.042500, 0.056250, 0.036250
#*# 0.045000, 0.062500, 0.098750, 0.116250, 0.076250
#*# 0.052500, 0.021250, 0.022500, 0.058750, 0.073750
#*# 0.027500, -0.008750, 0.022500, 0.041250, 0.058750
#*# 0.100000, 0.095000, 0.126250, 0.146250, 0.163750
#*# x_count = 5
#*# y_count = 3
#*# mesh_x_pps = 2
@@ -191,4 +202,10 @@ aliases:
#*# max_y = 150.0
#*#
#*# [bltouch]
#*# z_offset = 2.290
#*# z_offset = 2.360
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 26.528
#*# pid_ki = 1.579
#*# pid_kd = 111.418