Skip to content
Snippets Groups Projects
Commit 7127a617 authored by Thomas Oster's avatar Thomas Oster
Browse files

Use negative z-offsets

parent 688b107f
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ public class IModelaMill extends LaserCutter
if (!headDown || depth != olddepth)
{
out.print(String.format(Locale.ENGLISH, "G01 Z%f\n", depth));
out.print(String.format(Locale.ENGLISH, "G01 Z%f\n", -depth));
headDown = true;
olddepth = depth;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment