Put a file called header
into the output directory:
G21 (units militmeter)
G28 (auto home)
G01 Z25 F400.0 (go up)
G01 X60 Y40 Z25 F3000 (go to initial position)
Change the default tool:
feed
to something higher e.g. 3000
penetration feed
to something higher e.g. 400
depth step
to something higher e.g. 10
The settings feed
and penetration feed
control the overal drawing speed. This is important for 3D printing or CNC milling, but we can basically draw as fast as the steppers will go. Just don't take it too far.
More importantly depth step
will control how much the drill will penetrate the objeckt. This is very important for CNC machines, but this option might cause that your picture is drawn multiple times. Maybe ac ouple of times in thin air until it reaches the paper to finally draw something. We basically want to disable this feature, just increase this number beyond your safe travel height
.