Skip to content
Snippets Groups Projects
Commit 0f627822 authored by Marcel Schwittlick's avatar Marcel Schwittlick
Browse files

exportgcode: whitespace commit

parent e5ad9fec
No related branches found
No related tags found
No related merge requests found
......@@ -667,7 +667,6 @@ public void saveJob(LaserJob job) throws IllegalJobException, Exception {
String timestamp = new SimpleDateFormat( "yyyyMMddhhmmssSSS" ).format( new Date( ) );
String filename = "output_" + timestamp + ".gcode";
System.out.println("Creating file " + filename);
//BufferedWriter writer = new BufferedWriter(new FileWriter(filename));
this.out = new PrintStream(new File(filename));
writeInitializationCode();
......
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