teachingtechYT / teachingtechYT.github.io

Creative Commons Attribution Share Alike 4.0 International
340 stars 126 forks source link

First Layer should raise nozzle between squares #376

Closed micromouseonline closed 2 years ago

micromouseonline commented 2 years ago

Can I suggest that the nozzle be raised by a couple of millimeters while traversing between squares in this test? As it is, the nozzle stays at printing height and drags across the square. Not a problem as such, just a neatness feature.

For example, I modified the code like this for the first square:

G1 Z2.000 F1200
G1 X14.6360 Y16.3140 F5000 ; custom feedrate
G1 Z0.200 F1200
teachingtechYT commented 2 years ago

Z hop under retraction is what you're looking for: image Please reopen if I've misunderstood.

micromouseonline commented 2 years ago

So it is - my mistake. Thank you.