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
if (getCurrentExtrudedVolume() > 10000.0 && flavor_ != EGCodeFlavor::BFB
1217
-
&& flavor_ != EGCodeFlavor::MAKERBOT) // According to https://github.com/Ultimaker/CuraEngine/issues/14 having more then 21m of extrusion causes inaccuracies. So reset it
1218
-
// every 10m, just to be sure.
1216
+
if (getCurrentExtrudedVolume() > 100.0 && flavor_ != EGCodeFlavor::BFB
1217
+
&& flavor_ != EGCodeFlavor::MAKERBOT) // reset extrusion every 0.1m
0 commit comments