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

type fix

parent 0fcd129a
No related branches found
No related tags found
No related merge requests found
......@@ -577,7 +577,7 @@ public class GenericGcodeDriver extends LaserCutter {
RasterPart rp = (RasterPart) p;
LaserProperty black = rp.getLaserProperty();
LaserProperty white = black.clone();
white.setProperty("power", 0);
white.setProperty("power", 0.0f);
p = convertRasterToVectorPart((RasterPart) p, black, white, p.getDPI(), false);
}
if (p instanceof VectorPart)
......
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