You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libslic3r/PrintObjectSlice.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -573,7 +573,7 @@ void PrintObject::slice()
573
573
}
574
574
});
575
575
if (m_layers.empty())
576
-
throwSlic3r::SlicingError("No layers were detected. You might want to repair your STL file(s) or check their size or thickness and retry.\n");
576
+
throwSlic3r::SlicingError("No layers were detected. Either variable layer height exceeded this printer's min/max layer height capabilities or STL file(s) need repair. Change sizes or thickness and retry slicing.\n");
0 commit comments