I am trying to fix a problem in Slic3r, when I import an object I place it at a coordinate. When I slice it in Slic3r, the first thing that happens is the object moves 30mm in the x. How do I get this to stop?
The --dont-arrange tells slic3r to not move position. Check if you have that also when calling it. With default settings under windows this is the case, but in older version (selectable in slicer manager) this might be missing because the option did not exist.
Current host is using 1.3.1 so that may have changed in between and be part of the problem. Also that it is 1.3.1 for several years already so no versions to distinguish. So please try the slic3r bundled with host (set executeable to empty in manager)
Comments
For me it stays the same because in command line
The --dont-arrange tells slic3r to not move position. Check if you have that also when calling it. With default settings under windows this is the case, but in older version (selectable in slicer manager) this might be missing because the option did not exist.