Simplify3D G-Code Script (replace XX with layer number):
{REPLACE "\n; layer XX, Z = " "; layer XX\nG1 X5 Y5\nM25\n; layer XX"}
"Manual" G-Code (insert into the G-Code file at the start of the layer):
G1 X5 Y5 ;moves printhead out of the way
M25 ;pauses printer (only works if you print off SD card)
0 Comments