3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Set Acceleration

Sets the print acceleration for subsequent moves. The acceleration applies from this point onward until overridden by another Set Acceleration block.

Block

Interactive preview is available in the interactive reader.

Parameters

value (mm/s²)
Print acceleration. Typical values: 500-3000 mm/s².

How it works

Set Acceleration controls the acceleration (M204 S) in the generated G-code. It affects how quickly the printer ramps up and down speed during moves. Lower values produce smoother motion; higher values allow faster printing.

G-code output

CommandG-code
Set accelerationM204 S{val}