Backward compatibility mode (with fix): size now also accepts sizing mode as string (for supporting GF180 DRC decks properly)

This commit is contained in:
Matthias Koefferlein
2024-07-03 22:59:31 +02:00
parent 809f8a8256
commit 4a2d1be8bf
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -58,4 +58,5 @@ l3.sized(1.0, diamond_limit).output(202, 0)
l3.sized(1.0, 0.5, diamond_limit).output(203, 0)
l3.sized(diamond_limit, 1.0, 0.5).output(204, 0)
l3.sized(1.0, diamond_limit, size_outside(l2), steps(2)).output(205, 0)
l3.sized(1.0, 'diamond_limit').output(206, 0)
Binary file not shown.
Binary file not shown.