Skip to content

Commit

Permalink
Update printer.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
systemerror-codenotfound authored Mar 13, 2024
1 parent 5753f83 commit 43a6172
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions printer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -225,17 +225,29 @@ initial_duration: 8
gcode:
SET_LED LED=extruder RED=0.078 GREEN=0.568 BLUE=1

[filament_switch_sensor my_sensor]
#Move filament runout sensor from TFT to X+ endstop pin. Uncomment all but this line if you want to use this

pause_on_runout: True

runout_gcode: PAUSE

insert_gcode: RESUME

switch_pin: PA0


#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bltouch]
#*# z_offset = 2.476
#*# z_offset = 2.596
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 22.361
#*# pid_ki = 1.620
#*# pid_kd = 77.145
#*# pid_kp = 20.701
#*# pid_ki = 1.211
#*# pid_kd = 88.497
#*#
#*# [heater_bed]
#*# control = pid
Expand All @@ -246,11 +258,11 @@ gcode:
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.078356, 0.069650, 0.047263, 0.008706, 0.083331
#*# 0.039800, 0.032338, 0.064675, 0.019900, 0.057213
#*# 0.101988, 0.054725, 0.031094, -0.012437, 0.052238
#*# 0.121888, 0.062188, 0.057213, -0.003731, 0.028606
#*# 0.039800, 0.007463, 0.001244, -0.022387, 0.002488
#*# 0.059700, 0.014925, 0.058456, 0.070894, 0.059700
#*# 0.135569, 0.042288, 0.070894, 0.049750, 0.048506
#*# 0.161688, 0.059700, 0.043531, 0.021144, 0.021144
#*# 0.177856, 0.073381, 0.067163, 0.063431, 0.052238
#*# 0.094525, 0.042288, 0.060944, 0.029850, 0.043531
#*# x_count = 5
#*# y_count = 5
#*# mesh_x_pps = 2
Expand Down

0 comments on commit 43a6172

Please sign in to comment.