BOSL2 icon indicating copy to clipboard operation
BOSL2 copied to clipboard

[BUG] partition_cut_mask says it has a width parameter but it doesn't

Open zyphlar opened this issue 3 months ago • 0 comments

Describe the bug partition_cut_mask(l=1,w=1,h=1) is valid according to the documentation but isn't actually implemented in code; w isn't a parameter.

Code To Reproduce Bug

partition_cut_mask(l=1,w=1,h=1);

Expected behavior I can adjust all dimensions of my dovetail without resorting to scale()

zyphlar avatar Apr 03 '24 07:04 zyphlar