Alil2096
Posts: 4
Joined: Thu Mar 30, 2023 12:12 pm

Accelerations settings

Dear S3D team,

can you add the possibility to change the acceleration settings for different features (like in other software like OrcaSlicer, Cura, etc)?

In my opinion this is a very good setting for fine tuning and improve quality.

Thanks
MSchalk
Posts: 10
Joined: Tue Feb 25, 2025 9:50 am

Re: Accelerations settings

This could be better integrated into the software but it can currently be accomplished with post processing scripts. Here is my post processing script for doing exactly what you are requesting.

{REPLACE "; feature support" "; feature support\nM204 S1800"\nM205 J0.1}
{REPLACE "; feature inner perimeter" "; feature inner perimeter\nM204 S1400\nM205 J0.2"}
{REPLACE "; feature outer perimeter" "; feature outer perimeter\nM204 S800\nM205 J0.2"}
{REPLACE "; feature gap fill" "; feature gap fill\nM204 S1800\nM205 J0.05"}
{REPLACE "; feature solid layer" "; feature solid layer\nM204 S1400\nM205 J0.1"}
{REPLACE "; feature infill" "; feature infill\nM204 S2200\nM205 J0.1"}
{REPLACE "; feature bridge" "; feature bridge\nM204 S2200\nM205 J0.05"}
{REPLACE "; feature dense support" "; feature dense support\nM204 S1800\nM205 J0.1"}
{REPLACE "; feature external single extrusion" "; feature external single extrusion\nM204 S800\nM205 J0.2"}
{REPLACE "; feature internal single extrusion" "; feature internal single extrusion\nM204 S800\nM205 J0.2"}
{REPLACE "; feature ironing" "; feature ironing\nM204 S800\nM205 J0.1"}

This changes the acceleration and junction deviation depending on the feature. You could modify it to change the jerk too if your printer does not use junction deviation.
User avatar
BaronWilliams
Posts: 180
Joined: Tue Jul 15, 2014 8:30 pm

Re: Accelerations settings

Yes, scripting allows for this, but I also would like to see this option in the UI.

Return to “Feature Requests”