feat(build123d): support multiple outputs from the builder script and replace the objectName and outputFileName with just outputName

This commit is contained in:
2026-04-27 19:03:26 -05:00
parent 28b32ca0fa
commit 4c00d7762b
2 changed files with 43 additions and 19 deletions
+2 -2
View File
@@ -28,9 +28,9 @@
perSystem = {pkgs, ...}: {
krantz.build123d = {
enable = true;
objectName = "box";
builder = ./build3d.py;
outputName = "box";
};
};
};