prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.64k stars 1.92k forks source link

Maximum Y-speed for i3 style designs #8794

Closed 3DCoded closed 2 years ago

3DCoded commented 2 years ago

Is your feature request related to a problem? Please describe. When printing tall models on i3 style printers, they will tend to wobble a little bet on the Y-axis.

Describe the solution you'd like A speed setting to limit the Y-speed for tall models

Describe how it would work It would be an Advanced feature in the Speed <- Print Settings menu.

Describe alternatives you've considered I could manually edit the G-code, but I am not experienced with that.

Additional context I am using a Prusa MK3S+ and PrusaSlicer 2.5.0-beta1

neophyl commented 2 years ago

Why aren't you limiting that in the machine limits if its effecting you ? Printer Settings>Machine Limits has values for Maximum Y feedrate and Maximum Acceleration Y. There are also separate jerk values for Y too.

3DCoded commented 2 years ago

Thank you! I was too afraid to touch those settings before, so now I'll create a profile for tall thin models.