Thank you very much, for your comprehensive explanation.
So you are explaining that I should open gcode files probably in notepad and I should delete parts of these codes and splice/combine these two files. I have never done that to this time. May be I will try it. But I think this is rather complicated. But interesting is what "G92" this kind of code is doing?
Recommended Posts
GregValiant 1,455
"Another option is print stem and then print upper bowl separately and glue these two parts together."
That would work. Put a 2.25mm hole in the top of the stem and a matching 2.25mm hole in the bottom of the bowl and you can use a piece of filament as a pin for location.
Or - You could slice a model with your first settings (thick wall with infill) and slice the model again with Spiralize. You then have two Gcode files. One for stem, and one for bowl. You should use the same layer height for each.
Pick a convenient Z height where the stem meets the bowl. The Z height must match at the transition. Let's say it's layer 500.
In the Stem file, delete everything above the transition layer (500).
In the Bowl file, delete all the layers below the transition layer +1 (501) including the opening lines of the gcode.
Paste everything that is left in the Bowl file onto the end of the Stem file.
Your new file has: your Start-Up Gcode, then Stem up to layer 500, then Bowl from 501 to the rim, and the Ending Gcode. You need a transition for the E value.
At the start of layer 501 add G92 E??? where the question marks are the first E value of layer 501 (pay attention to the E values as there might be a retraction to account for).
If you want to get fancy, put a Pause in there and you can change colors for the Bowl.
Here is Mrs. Rabbit. Two files were spliced as explained above. The stand is thick wall with infill and from about mid-foot up is Sprialized.
Link to post
Share on other sites