At last, a person with knowledge!
I am not a Linux user and am not familiar with wordcount and grep. Can the wordcount be done starting within Windows?
Would it be too much to ask if you could look at the gcode for me??
My aim in all of this is to get to a reliable methodology for taking CT scans of bones and convert them to 3D prints. I am using 3DSlicer to convert DICOM to STL as it is Open Source. I have printed quite a few fractures now, but this recent one and one a couple of months ago kept failing. I cannot go on to promote the method until it is reliable. I am now hopeful that your suggestion will make a big difference and avoid this kind of failure.
FWIW, here is a model that printed without these retraction issues
Thanks for your input
MM
Recommended Posts
gr5 2,098
z-hop means it moves up in Z (nozzle above the part and away into the air) while doing non-extruding moves.
combing - This is complicated but basically it describes keeping the nozzle *inside* the currently printed island. An island is an area within a cross section (the current layer). For example if printing a table and you are on the 4 legs there would be 4 islands to print. Back to combing - if you are printing a C shaped island and it needs to move from one tip of the C to the other, if combing is enabled it will go the long way around staying inside the C so that it doesn't make a mess. Of course when moving from island to island combing should make no difference.
Now none of this has anything to do with your problem. If you know how to use wordcount and grep (wc, grep) you can quickly count the G11 commands in your gcode file and see how many retractions you have but more importantly it's how many times the same piece of filament goes back and forth through the feeder. 10X is usually around the limit. To enforce this you can increase "minimal extrusion before retracting". It defaults to .02mm I believe. This means if your retraction distance set on your printer is 4.5mm you can get 4.5mm/.02mm or 225 retractions on each spot of the filament. In practice this is very unlikely even with printing "bone" fragments. Anyway setting this to .45mm should be relatively safe but still get you *some* retractions. Personally moving this value from .02mm to .32mm made a big difference for me recently and reduced total retractions of a 10 hour print from 34,000 to 20,000 (34k retractions X 4.5mm is 153 meters of retractions! for a print that only needed about 7 meters of filament, lol.
Anyway my point is to increase this from .02mm to around .3 or .4mm. Or even .9mm (no more than 5 retractions for each spot of filament).
Link to post
Share on other sites