Files
OrcaSlicer-KX/src/libslic3r/GCode
SoftFever 859f401df5 Fix time estimation using wrong machine limits due to broken extruder_id indexing (#12411)
The extruder_id*2 offset in get_axis_max_feedrate/get_axis_max_acceleration
was cherry-picked from BambuStudio's per-nozzle limit system, which OrcaSlicer
never ported. Without that system the limit arrays only have 2 values
([0]=Normal, [1]=Stealth), so any extruder_id > 0 or the uninitialized
value (255) would overshoot the array and fall back to values.back(),
always returning stealth-mode limits and producing incorrect time estimates.

Revert to indexing by time mode only (matching v2.3.1 behavior) and simplify
the M201/M203 handlers to write only the two mode slots they actually use.
2026-02-22 13:08:23 +08:00
..
2025-10-28 15:29:55 +08:00
2025-10-28 15:29:56 +08:00
2025-06-14 21:05:25 +08:00
2026-02-10 10:56:38 +08:00
2026-02-10 10:56:38 +08:00