toolhead: Remove support for max_accel_to_decel
This support was deprecated on 20240313. Remove the remaining compatibility code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -36,7 +36,7 @@ SET_GCODE_OFFSET Z=.1
|
||||
M206 Z-.2
|
||||
SET_GCODE_OFFSET Z_ADJUST=-.1
|
||||
|
||||
SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 SQUARE_CORNER_VELOCITY=1 ACCEL_TO_DECEL=200
|
||||
SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 SQUARE_CORNER_VELOCITY=1 MINIMUM_CRUISE_RATIO=0
|
||||
M204 S500
|
||||
|
||||
SET_PRESSURE_ADVANCE EXTRUDER=extruder ADVANCE=.001
|
||||
|
||||
Reference in New Issue
Block a user