430431432433434435436437438439440
new Coordinate(0, 7), new Coordinate(0, 0), }; MultiPolygon p1 = JTSUtils.toMultiPolygon(JTSUtils.getFactory().createPolygon(points)); BSProperties props = new BSProperties(); Slicer slicer = new Slicer(null); double ew = 0.37; double d = 0.5; double a = 40;
158159160161162163164165166167168
} } } private void updatePrintSettings() throws TopologyException{ bsp = new BSProperties(); try { File fPrint = controls.getPrint(); File fPrinter = controls.getPrinter(); File fFilament = controls.getFilament();