Skip to content
Snippets Groups Projects
Commit e9e06d63 authored by René Bohne's avatar René Bohne Committed by Thomas Oster
Browse files

iModela driver: changed resolution to 127

parent 10a9fdd8
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ public class IModelaMill extends LaserCutter
// the smallest dot that we can engrave is 0.2mm with the corresponding tool.
// 0.2mm = 0.00787401575 inches (aka 8 mil)
// ==> 127 dots per inch, and every dot is 0.2 mm in diameter
return Arrays.asList(new Double[]{127});
return Arrays.asList(new Double[]{127d});
}
@Override
......
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