mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +02:00
change default value
This commit is contained in:
@@ -16,7 +16,7 @@ function _px_gray_row(r_count, row_bits, width, height, center, invert, normaliz
|
||||
]
|
||||
];
|
||||
|
||||
function px_gray(levels, center = false, invert = false, normalize = true) =
|
||||
function px_gray(levels, center = false, invert = false, normalize = false) =
|
||||
let(
|
||||
width = len(levels[0]),
|
||||
height = len(levels),
|
||||
|
Reference in New Issue
Block a user