16 hours ago, GregValiant said:I have a really good rant regarding the use of any type of wall model to calibrate flow. I'll spare you and leave it for later.
Have you posted this rant before elsewhere? Would love to read it. Is there a different way to calibrate flow because the hollow cube is the only method that I've encountered.
I'll look into the gcode. Definitely nothing related to belts. As I said, in the past, the nozzle would start 'drawing' the walls of the cube and not stop till it finished. Now, it does these non printing moves at every layer.
Recommended Posts
GregValiant 1,410
I have a really good rant regarding the use of any type of wall model to calibrate flow. I'll spare you and leave it for later.
I'm not exactly sure how spiralize determines the "incremental" Z adjustment around a circle or curve but for a cube it adjusts at each corner as that is all that is possible since there are only 4 lines of gcode per layer. There is no "shuffle" in the XY. As you can see in the snippet below, each move around the square has the same XY as the layer below.
;LAYER:6
;TYPE:WALL-OUTER
;MESH:Ref Block.stl
G1 X102.7 Y127.3 Z1.45 E240.93544
G1 X102.7 Y102.7 Z1.5 E241.78243
G1 X127.3 Y102.7 Z1.55 E242.62942
G1 X127.3 Y127.3 Z1.6 E243.47641
;LAYER:7
;TYPE:WALL-OUTER
;MESH:Ref Block.stl
G1 X102.7 Y127.3 Z1.65 E244.3234
G1 X102.7 Y102.7 Z1.7 E245.1704
G1 X127.3 Y102.7 Z1.75 E246.01739
G1 X127.3 Y127.3 Z1.8 E246.86438
Here is a layer near the top
;LAYER:110
;TYPE:WALL-OUTER
;MESH:Ref Block.stl
G1 X102.7 Y127.3 Z22.25 E616.08031
G1 X102.7 Y102.7 Z22.3 E616.9273
G1 X127.3 Y102.7 Z22.35 E617.77429
G1 X127.3 Y127.3 Z22.4 E618.62129
;LAYER:111
So check your gcode file. It should be similar to the snippets above. You may have loose belts or the trolley wheels need an adjustment.
Link to post
Share on other sites