Page 1 of 1

bug in Simplify3D?

Posted: Wed Aug 26, 2015 12:31 am
by DrRobot
I tried to preview print this model in Simplify3D: http://www.thingiverse.com/thing:712520, however, I saw broken edges through out the whole print. Any ideas? Thanks!

Re: bug in Simplify3D?

Posted: Wed Aug 26, 2015 12:54 am
by Jules
Unfortunately, the recent (last month or so) update of S3D is a lot more sensitive to errors (non-manifold edges and whatnot) than the earlier version (2.2). They are still de-bugging. So you either have a choice of installing both versions side-by-side on your computer (which is what I've done) and using the earlier version to slice it if you are in a hurry, or you can use something like netfabb to correct the file.

Only downside to the first option is that you really want to rework your profiles - the earlier version of S3D treated the overlap on infill width a bit differently. The values for infill extrusion width and outline overlap need to be a bit higher in the old version. (I keep a separate set for each, and frankly, it's getting to be a little bit ridiculous now. Between the various nozzles, bed plates and software, i'm about to run out of room for profiles! :P )

I do still slice with the new version on files that i have created, where i know the file is sound. It's got a lot of cool bells and whistles that i love. But for some of the thingiverse files - it's just quicker to use 2.2. :D

Re: bug in Simplify3D?

Posted: Wed Aug 26, 2015 1:15 am
by DrRobot
Jules wrote:Unfortunately, the recent (last month or so) update of S3D is a lot more sensitive to errors (non-manifold edges and whatnot) than the earlier version (2.2). They are still de-bugging. So you either have a choice of installing both versions side-by-side on your computer (which is what I've done) and using the earlier version to slice it if you are in a hurry, or you can use something like netfabb to correct the file.

Only downside to the first option is that you really want to rework your profiles - the earlier version of S3D treated the overlap on infill width a bit differently. The values for infill extrusion width and outline overlap need to be a bit higher in the old version. (I keep a separate set for each, and frankly, it's getting to be a little bit ridiculous now. Between the various nozzles, bed plates and software, i'm about to run out of room for profiles! :P )

I do still slice with the new version on files that i have created, where i know the file is sound. It's got a lot of cool bells and whistles that i love. But for some of the thingiverse files - it's just quicker to use 2.2. :D
OK, thanks! :)

Re: bug in Simplify3D?

Posted: Wed Aug 26, 2015 6:15 pm
by Mark the Greater
Another bug/user error issue:

After a print my bed heater has a tendency to pop on. When it happens I lose manual control over both my bed heater and hot end. Any ideas why this happens? I run PLA so my bed is never heated which just adds to my confusion.

Re: bug in Simplify3D?

Posted: Wed Aug 26, 2015 8:39 pm
by Bratag
Mark the Greater wrote:Another bug/user error issue:

After a print my bed heater has a tendency to pop on. When it happens I lose manual control over both my bed heater and hot end. Any ideas why this happens? I run PLA so my bed is never heated which just adds to my confusion.
Why would you not heat your bed for PLA?

Re: bug in Simplify3D?

Posted: Thu Aug 27, 2015 12:21 am
by jimc
i never had that happen. double check your end script to make sure its not tossing a code in there to turn it on. next time you run a print and it does that, open the code file up in a text editor, scroll to the end and see if the bed being turned on is actually a code being inserted in the ending gcode.

Re: bug in Simplify3D?

Posted: Thu Aug 27, 2015 1:29 pm
by Mark the Greater
Bratag wrote:Why would you not heat your bed for PLA?
My prints come out much better since I stopped using the bed heater. Zero heat distortion on the lower layers which I was even getting through the raft.

I will give that a look tonight Jim. Something that may be connected that I left out is that S3D is constantly polling my machine for temps. I forget the code right now but it is a solid stream of that code when I am not printing. If my M2 is connected to S3D then it is constant.

Re: bug in Simplify3D?

Posted: Thu Aug 27, 2015 1:34 pm
by jimc
Yeah thats normal. Every2-3 sec i think it grabs current temp. Everyones does that and wouldnt be a cause.

Re: bug in Simplify3D?

Posted: Thu Aug 27, 2015 1:37 pm
by willnewton
Mark, I think you are referring to the Machine Control Panel that spits g-code and temp process info when the Verbose box is checked. Jim is referring to the G-code Scripts tab within the print settings dialog.

Re: bug in Simplify3D?

Posted: Thu Aug 27, 2015 2:02 pm
by Mark the Greater
willnewton wrote:Mark, I think you are referring to the Machine Control Panel that spits g-code and temp process info when the Verbose box is checked. Jim is referring to the G-code Scripts tab within the print settings dialog.
Makes sense to me! Thanks guys.