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.6k stars 1.91k forks source link

Better toolpath optimisation #7465

Open ochm opened 2 years ago

ochm commented 2 years ago

Version

probably any

Behavior

The tool starts print first object at right back, OK, prints from back to front. The next object is again startet at back, so the tool must do long travel from front to back. Optimized way is start the next object as near as possible, it means at front and print to back, next object starts in back and so on. On video is current printing path video.zip

Is this a new feature request? Not sure, maybe optimisation?

Project File (.3MF) where problem occurs

project.zip

fe60 commented 2 years ago

Different placement, but similar to #6910