Page 1 of 1

NaN build estimates

Posted: Fri Apr 19, 2013 7:16 pm
by wbailey
I seem to be getting NaN for my build estimates fairly consistently since updating to 1.1.0.

Model used in example: http://www.thingiverse.com/thing:37327

Screenshot: http://i.imgur.com/ZJxbmcG.jpg

Gcode:
VaseDoubleTwist.gcode
gcode output from slicing
(2.46 MiB) Downloaded 419 times
Edit: Seems to happen regardless of scaling, I tried it at 25% in the screenshot after full size and upscaled didn't work either

Re: NaN build estimates

Posted: Sat Apr 20, 2013 9:43 pm
by sir-mike
Uncheck Supports G2/G3 that should do.

Re: NaN build estimates

Posted: Sat Apr 20, 2013 10:37 pm
by wbailey
sir-mike wrote:Uncheck Supports G2/G3 that should do.
I'll be sure to try that, thanks.

Also, I just noticed this:
G2 X99.526 Y120.095 I-13.503 J-24.015 Enan F1560

when printing this:
http://www.thingiverse.com/thing:72304

That can't be right, can it?

Re: NaN build estimates

Posted: Sun Apr 21, 2013 12:54 pm
by Simplify3D
wbailey - thanks for the report. I confirmed that this is a known bug with v1.1.0, but only appears when G2/G3 commands are turned on. We will try to have this fixed for the next update. And sir-mike hit the nail on the head, uncheck G2/G3 commands for a temporary fix.

Re: NaN build estimates

Posted: Sun Apr 21, 2013 5:22 pm
by wbailey
If I've turned off g2/g3 support should I turn on arc compensation? What does that do?

Re: NaN build estimates

Posted: Sun Apr 21, 2013 5:54 pm
by Simplify3D
Arc compensation maintains the small linear segments that make up a circular arc, but it expands them outward to compensate for the polygonal nature of the hole. The end result is that the inner diameter of your 3D printed hole will now be much closer to the intended hole size in the CAD software. It's basically a better solution for firmware that does not support G2/G3 commands.