I had a look at your .factory file and played around with the settings.wirlybird wrote: ↑Thu Feb 16, 2023 5:13 pm Sinusoidal also crashes it when set above 15%.
There are no odd settings or anything complex. simple straight forward print.
The crash takes place while it is "parsing build file".
The green progress bar gets to the end and it acts like it is about to display the resulting slice and the program closes.
I tried "wiggle" at 45% and it finishes but it does not display the resulting slice. The data is there but no image of the sliced part. The bed is empty.
It also crashes V5. I am running 501.
Here is a factory with a simulated part that represents the actual part.
Thanks for the input.DrD wrote: ↑Fri Feb 17, 2023 6:52 pmI had a look at your .factory file and played around with the settings.wirlybird wrote: ↑Thu Feb 16, 2023 5:13 pm Sinusoidal also crashes it when set above 15%.
There are no odd settings or anything complex. simple straight forward print.
The crash takes place while it is "parsing build file".
The green progress bar gets to the end and it acts like it is about to display the resulting slice and the program closes.
I tried "wiggle" at 45% and it finishes but it does not display the resulting slice. The data is there but no image of the sliced part. The bed is empty.
It also crashes V5. I am running 501.
Here is a factory with a simulated part that represents the actual part.
Keeping the infill @ 45% and keeping the Gyroid infill created a GCODE file that was over 2GB!!!! S3D v5 probably encountered
some kind of unhandled exception related to a buffer overflow of some sort... and that's why the visualizer "chokes" on the file
and S3D just closes (classic behaviour for unhandled exceptions in code).
From what I've seen in the GCODE file, Gyroid infill doesn't create arcs for the toolpaths but rather a series of short straight segments
that approximate the arcs of the Gyroid infill (hence the massive GCODE file).
Changing the infill pattern to Octahedral slices the model just fine (GCODE file is about 57MB) and the visualizer displays the
sliced model as well (business as usual). The print time however sits about about 185 hours of machine time (not sure if that's
what you're aiming for... however, it does seem to be a touch on the excessive side).
Not sure if you'd ventured down the path that I've described or not... Perhaps some of my "diatribe" will give you an idea or
two as to developing a strategy to get your model printed.![]()
D.
Having worked in Electronics Design and Manufacturing for almost 30 years now, I totally understand the stringentwirlybird wrote: ↑Fri Feb 17, 2023 7:20 pmThanks for the input.DrD wrote: ↑Fri Feb 17, 2023 6:52 pmI had a look at your .factory file and played around with the settings.wirlybird wrote: ↑Thu Feb 16, 2023 5:13 pm Sinusoidal also crashes it when set above 15%.
There are no odd settings or anything complex. simple straight forward print.
The crash takes place while it is "parsing build file".
The green progress bar gets to the end and it acts like it is about to display the resulting slice and the program closes.
I tried "wiggle" at 45% and it finishes but it does not display the resulting slice. The data is there but no image of the sliced part. The bed is empty.
It also crashes V5. I am running 501.
Here is a factory with a simulated part that represents the actual part.
Keeping the infill @ 45% and keeping the Gyroid infill created a GCODE file that was over 2GB!!!! S3D v5 probably encountered
some kind of unhandled exception related to a buffer overflow of some sort... and that's why the visualizer "chokes" on the file
and S3D just closes (classic behaviour for unhandled exceptions in code).
From what I've seen in the GCODE file, Gyroid infill doesn't create arcs for the toolpaths but rather a series of short straight segments
that approximate the arcs of the Gyroid infill (hence the massive GCODE file).
Changing the infill pattern to Octahedral slices the model just fine (GCODE file is about 57MB) and the visualizer displays the
sliced model as well (business as usual). The print time however sits about about 185 hours of machine time (not sure if that's
what you're aiming for... however, it does seem to be a touch on the excessive side).
Not sure if you'd ventured down the path that I've described or not... Perhaps some of my "diatribe" will give you an idea or
two as to developing a strategy to get your model printed.![]()
D.
One reason I am picking the infill types I am is they are not "straight line" infills. I have a theory that the straight line infills such as rectilinear create a great deal of stress or force on the walls of the print as the infill cools and contracts and it causes the corners and edges of the print to lift.
The part printed with 15% rectilinear does ok but increase to 70% and it lifts from the bed.
My most recent print was with Gyroid at 60% and it actually did ok and didn't lift from the bed. Had to use Cura since S3D would create the gcode. These are very long and expensive prints so reducing failures is key!
I know that the infill percents are excessive for most applications but the customer has given me very specific settings to use.
These are one-off parts for testing they are doing for a much bigger part of a machine.
Production parts will be molded Urethane. But when just one mold costs 40K we look to alternative ways to test designs.
Wow... you've really "gone down the rabbit hole" on this one, for sure.wirlybird wrote: ↑Fri Feb 17, 2023 7:48 pm Yes, have tried PEI beds, Buildtak, and glass. I find glass with old fashioned glue works the best. Tried Magigoo also.
I also have the printer in a room where I can control the environment so no drafts and constant temp.
The material is TPU 98A which compounds the issue since the sides can flex more as the infill cools and that adds to the "peeling" effect at corners and sides!
Pain in the butt but for what I am changing I will do it and babysit 350+ hour prints which use about 3600g of filament.
The printer I use for this job I have just switched to a 0.6mm nozzle and running another PLA job on it to get settings dialed in.DrD wrote: ↑Fri Feb 17, 2023 7:55 pmWow... you've really "gone down the rabbit hole" on this one, for sure.wirlybird wrote: ↑Fri Feb 17, 2023 7:48 pm Yes, have tried PEI beds, Buildtak, and glass. I find glass with old fashioned glue works the best. Tried Magigoo also.
I also have the printer in a room where I can control the environment so no drafts and constant temp.
The material is TPU 98A which compounds the issue since the sides can flex more as the infill cools and that adds to the "peeling" effect at corners and sides!
Pain in the butt but for what I am changing I will do it and babysit 350+ hour prints which use about 3600g of filament.![]()
What about using a 0.6mm nozzle? Based on the sample .factory file you'd provided the print time dropped by almost 50%.
D.
Same here with regards to using Cura... klunky, disparate user interface. Settings buried everywhere. Ugh.wirlybird wrote: ↑Fri Feb 17, 2023 8:00 pmThe printer I use for this job I have just switched to a 0.6mm nozzle and running another PLA job on it to get settings dialed in.DrD wrote: ↑Fri Feb 17, 2023 7:55 pmWow... you've really "gone down the rabbit hole" on this one, for sure.wirlybird wrote: ↑Fri Feb 17, 2023 7:48 pm Yes, have tried PEI beds, Buildtak, and glass. I find glass with old fashioned glue works the best. Tried Magigoo also.
I also have the printer in a room where I can control the environment so no drafts and constant temp.
The material is TPU 98A which compounds the issue since the sides can flex more as the infill cools and that adds to the "peeling" effect at corners and sides!
Pain in the butt but for what I am changing I will do it and babysit 350+ hour prints which use about 3600g of filament.![]()
What about using a 0.6mm nozzle? Based on the sample .factory file you'd provided the print time dropped by almost 50%.
D.
I am hoping it may cut the time some. We'll see if I can ever get it to slice! Really don't care for Cura.
Speaking of file size, sounds like it is hitting a file system size limit...DrD wrote: ↑Fri Feb 17, 2023 6:52 pmI had a look at your .factory file and played around with the settings.wirlybird wrote: ↑Thu Feb 16, 2023 5:13 pm Sinusoidal also crashes it when set above 15%.
There are no odd settings or anything complex. simple straight forward print.
The crash takes place while it is "parsing build file".
The green progress bar gets to the end and it acts like it is about to display the resulting slice and the program closes.
I tried "wiggle" at 45% and it finishes but it does not display the resulting slice. The data is there but no image of the sliced part. The bed is empty.
It also crashes V5. I am running 501.
Here is a factory with a simulated part that represents the actual part.
Keeping the infill @ 45% and keeping the Gyroid infill created a GCODE file that was over 2GB!!!! S3D v5 probably encountered
some kind of unhandled exception related to a buffer overflow of some sort... and that's why the visualizer "chokes" on the file
and S3D just closes (classic behaviour for unhandled exceptions in code).
From what I've seen in the GCODE file, Gyroid infill doesn't create arcs for the toolpaths but rather a series of short straight segments
that approximate the arcs of the Gyroid infill (hence the massive GCODE file).
Changing the infill pattern to Octahedral slices the model just fine (GCODE file is about 57MB) and the visualizer displays the
sliced model as well (business as usual). The print time however sits about about 185 hours of machine time (not sure if that's
what you're aiming for... however, it does seem to be a touch on the excessive side).
Not sure if you'd ventured down the path that I've described or not... Perhaps some of my "diatribe" will give you an idea or
two as to developing a strategy to get your model printed.![]()
D.