M204 with square corner velocity like in Klipper?
-
Hi,
I want to use a python script for SuperSlicer for post processing my gcode. Is there an equivalent to the M204 with square corner velocity from Klipper in RRF?
SET_VELOCITY_LIMIT ACCEL=7000 ACCEL_TO_DECEL=7000 SQUARE_CORNER_VELOCITY=8
This has to be transformed into settings for RRF...
Thank you very much,
Pierre -
@medicusdkfz M566?
-
@medicusdkfz said in M204 with square corner velocity like in Klipper?:
SET_VELOCITY_LIMIT ACCEL=7000 ACCEL_TO_DECEL=7000 SQUARE_CORNER_VELOCITY=8
Can you explain to those unfamiliar with Klipper what that command configures?