Zero extrusion print moves and overlapping regions in first layer #184
Closed
Description
Version
1.33.8-prusa3d
Operating system type + version
Mac OS X 10.11.6
Behavior
- When enabling the new type of supports on a particular model, the first layer contains many print moves that do not extrude anything, as well as other moves that are incorrect.
- Steps needed to reproduce the problem
- Slice the attached STL with the attached config. (The attached STL is a cleaned version with non-manifold triangles removed, but this makes no difference in the sliced result.) Look at the generated G-code file.
- Expected Results
- Nothing weird happens.
- Actual Results
- The skirt is ‘printed’ with all E0.0000 values (which is why gcode.ws shows those moves as travel moves), and the extruder also pretends to print parts of the support structure while the E coordinate is stuck at E32.47074. A different structure is then actually printed, overlapping with this non-printed area. If you look carefully, the area with zero extrusion is what should have been printed. The one that was really printed is wrong, it does not leave the requested 0.2mm Z distance with the object.