GregValiant 1,410
Snippet from the 5.1.1 gcode
;LAYER:44
...
G1 F1800 X158.752 Y154.235 E0.05372
This is from the 5.2.1 gcode at layer 44
;LAYER:44
...
G1 F1800 X158.752 Y154.235 E0.05372
And from the 5.3.0 file
;LAYER:44
...
G1 F1800 X161.713 Y154.22 E0.05364
So in each file the print speed is 30mm/sec. Within each file the speed never varies from the start of LAYER:0 to the end of LAYER:499. From what I see; all three files have the same Accel and Jerk numbers. I don't see any problem with the gcode.
Stuttering like that can be caused because the printer-processor isn't kicking out the data fast enough, or it isn't being fed the data fast enough. That is a problem if you happen to be printing via the USB port (but without something like OctoPrint). Another problem can be the resolution that the model was sliced at. The setting in the Mesh Fixes is "Maximum Resolution". A higher number results in a slightly coarser print as the really short line segments are filtered out.
So tell us more about your setup. What printer, and are you printing from the SD card?
Recommended Posts
3DCloner 0
Note: I noticed that gcode 5.3.0 has around 3k lines less than the others, it might help to solve
Link to post
Share on other sites