Skip to content
Snippets Groups Projects
Commit 2a225cff authored by Michael Adams's avatar Michael Adams
Browse files

Fix power command missing on subsequent gcode exports after initial export.

parent bdb75e70
No related branches found
No related tags found
No related merge requests found
......@@ -688,6 +688,9 @@ public class GenericGcodeDriver extends LaserCutter {
@Override
public void saveJob(java.io.PrintStream fileOutputStream, LaserJob job) throws IllegalJobException, Exception {
this.currentPower = -1;
this.currentSpeed = -1;
checkJob(job);
this.out = fileOutputStream;
......
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