Skip to content

Commit

Permalink
expose layer
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Feb 8, 2025
1 parent f3d4913 commit 12e69b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class PrintPoints extends Node implements PrintWithGraphics {
private final InputPoints input = new InputPoints("points");
private final InputInt radius = new InputInt("radius",5);
private final InputColor color = new InputColor("color",Color.WHITE);
private final InputInt layer = new InputInt("layer",5);
private final InputInt layer = new InputInt("layer",4);
private final ReentrantLock lock = new ReentrantLock();
private ListOfPoints list;

Expand Down

0 comments on commit 12e69b8

Please sign in to comment.