Skip to content

Commit

Permalink
Fixed a bug that caused the program to fail when there was a flat sur…
Browse files Browse the repository at this point in the history
…face at the top of the file.
  • Loading branch information
jrddupont committed Aug 10, 2017
1 parent 3572c24 commit f8e436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code/VariSlic3.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ public static void main(String[] args) throws IOException{
}
// Didn't find range to start on.
System.out.println();
printRanges(ranges);
System.out.println(newRange);
//printRanges(ranges);
//System.out.println(newRange);
System.out.println("Critical error, please send me the STL you tried to proccess. 0x1");
return;
}
Expand Down

0 comments on commit f8e436c

Please sign in to comment.