mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 04:51:26 +02:00
add comment
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// TOP_WALL = 1;
|
||||
// RIGHT_WALL = 2;
|
||||
// TOP_RIGHT_WALL = 3;
|
||||
// MASK = 4;
|
||||
|
||||
function no_wall(block) = get_wall_type(block) == 0;
|
||||
function top_wall(block) = get_wall_type(block) == 1;
|
||||
|
Reference in New Issue
Block a user