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

file ext

parent 72d6d6d1
No related branches found
No related tags found
No related merge requests found
......@@ -559,7 +559,7 @@ public class LaosCutter extends LaserCutter
TFTPClient tftp = new TFTPClient();
tftp.setDefaultTimeout(60000);
tftp.open(this.getPort());
tftp.sendFile(job.getName(), TFTP.ASCII_MODE, new ByteArrayInputStream(buffer.toByteArray()), this.getHostname());
tftp.sendFile(job.getName()+".lgc", TFTP.ASCII_MODE, new ByteArrayInputStream(buffer.toByteArray()), this.getHostname());
}
}
private List<Integer> resolutions;
......
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