Added filament setting: max acceleration limit #89

Open
opened 2026-04-05 16:18:24 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Argolein on 3/29/2026

Description

  • add filament-level Enable max acceleration and Max acceleration settings in the Filament tab
  • rename the section to Volumetric speed and acceleration limitation
  • clamp effective print and travel acceleration values to the filament cap during G-code generation
  • apply the clamp early enough that Adaptive Pressure Advance uses the capped acceleration values too

Useful why? TPU for example does not like high acceleration values and I didn't like to edit the process settings just for this case.

Screenshots

Screenshot 2026-03-29 at 13 04 26

Tests

Tested on ARM macOS. Checked gcode.

*Originally created by @Argolein on 3/29/2026* # Description - add filament-level Enable max acceleration and Max acceleration settings in the Filament tab - rename the section to Volumetric speed and acceleration limitation - clamp effective print and travel acceleration values to the filament cap during G-code generation - apply the clamp early enough that Adaptive Pressure Advance uses the capped acceleration values too Useful why? TPU for example does not like high acceleration values and I didn't like to edit the process settings just for this case. # Screenshots <img width="836" height="326" alt="Screenshot 2026-03-29 at 13 04 26" src="https://github.com/user-attachments/assets/617389ca-a0d3-4701-887a-143c777a258c" /> ## Tests Tested on ARM macOS. Checked gcode.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#89