Skip to content
Snippets Groups Projects
Commit a30a2949 authored by quillford's avatar quillford
Browse files

Merge remote-tracking branch 'upstream/smoothieboard' into smoothieboard

parents a32149b6 dd808c8f
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