GregValiant 1,415
I sliced the 3mf reviewed the gcode, and read the gcode into Autocad to view it.
When Cura puts retractions and primes into a file they are always on their own lines in the form "G1 Fxxx Exxx.xxxxx". There are never any XY or Z values in a retraction line. That makes them pretty easy to search for and there are no retractions in the gcode file I generated. (@Mlogue9 - if you could post your problem gcode file I'll look at it.)
Sorry Torgeir - here we see the travel move (magenta) going from the last normal layer to the start of the first spiral layer (it's within the yellow circle). There is a short move .133 long and then spiralize starts. You can see that there is no zhop and within the gcode there is no retraction associated with that location. The snippet starts at gcode line 6767.
G1 X112.055 Y93.815 E1602.62293
G0 F12000 X111.985 Y93.702 - This is the end of the red travel move
G1 F2281.2 X110.834 Y93.755 Z1.582 E1602.74556 - This is the first extrusion of the spiral
G1 X109.558 Y93.766 Z1.584 E1602.88138
I don't see anything odd in the gcode I generated.
Edited by GregValiant
Recommended Posts
Torgeir 280
@Mlogue9
Hi Matt.
I've to say this is one of the best example I've seen in here of using "spiralize mode".
The retractions you observed in the very beginning is Cura making the right "pitch path" before starting "spiralizing".
Use "Notepad++" and look at the gcode. From layer 4 -and on, Cura start spiralizing.
I've checked your gcode file using Cura 4.10.0 and also with S3D (another brand of gcode viewer).
Both of them showed a nice model in preview mode.
There might be something I've missed, but I'm sure @GregValiant can have a look at this.
Thanks
Torgeir
Link to post
Share on other sites