mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-19 12:47:52 -06:00
extruder: Allow dynamic adjustment of pressure advance (#6635)
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
parent
248d3dbf8b
commit
c84d78f3f1
6 changed files with 185 additions and 20 deletions
|
@ -40,7 +40,7 @@ SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 SQUARE_CORNER_VELOCITY=1 ACCEL_TO_DECEL
|
|||
M204 S500
|
||||
|
||||
SET_PRESSURE_ADVANCE EXTRUDER=extruder ADVANCE=.001
|
||||
SET_PRESSURE_ADVANCE ADVANCE=.002 ADVANCE_LOOKAHEAD_TIME=.001
|
||||
SET_PRESSURE_ADVANCE ADVANCE=.002 SMOOTH_TIME=.001
|
||||
|
||||
# Restart command (must be last in test)
|
||||
RESTART
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue