prusa3d / PrusaSlicer-settings

Prusa3D specific settings for the Slic3r Prusa Edition
GNU Affero General Public License v3.0
359 stars 203 forks source link

Ender 5 profile contains incorrect origin offset by default, outputs invalid gcode #248

Open GhostDog98 opened 6 months ago

GhostDog98 commented 6 months ago

When installing the profile for an ender 5 pro using the wizard, we get the following settings for bed: image

However, if we then look at the gcode itself: image

We see that we now have an out of range movement, for an object that measures exactly 220mm wide. Correcting this offset to 0.0, 0.0, we get the following gcode (give or take some manual placement errors): image

This prints successfully a 220mm wide object. The amount of headache this has caused my trying to print full plates for them to fail halfway through has been immense, but I am unsure on how to correct this config error as i could not find anything under "offset" or "origin" in the files, thus my submission as an issue.

rtyr commented 6 months ago

Could you please look at this @pmjdebruijn ?