3dprint: add pressure advance
This commit is contained in:
parent
bac8d6a842
commit
d8a4c37be3
|
@ -62,10 +62,11 @@ pid_kp: 20.860
|
|||
pid_ki: 1.131
|
||||
pid_kd: 96.218
|
||||
min_temp: 0
|
||||
max_temp: 250
|
||||
max_temp: 280
|
||||
# 2024-01-23 with test print as stated in https://www.klipper3d.org/Pressure_Advance.html
|
||||
# Geeetech PEGT green
|
||||
pressure_advance: 0.089
|
||||
pressure_advance: 0.075
|
||||
max_extrude_only_distance: 150
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PA8
|
||||
|
@ -263,6 +264,10 @@ gcode:
|
|||
{% if MATERIAL == "PLA" %}
|
||||
SET_PRESSURE_ADVANCE ADVANCE=0.068
|
||||
{% elif MATERIAL == "PETG" %}
|
||||
# default: SET_PRESSURE_ADVANCE ADVANCE=0.075
|
||||
# 2024-01-23 PETG Green
|
||||
# SET_PRESSURE_ADVANCE ADVANCE=0.089
|
||||
# 2024-01-23 PETG Black
|
||||
SET_PRESSURE_ADVANCE ADVANCE=0.075
|
||||
{% elif MATERIAL == "TPU" %}
|
||||
SET_PRESSURE_ADVANCE ADVANCE=0.0460
|
||||
|
|
Loading…
Reference in a new issue