feat(build123d): support multiple outputs from the builder script and replace the objectName and outputFileName with just outputName
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
perSystem = {pkgs, ...}: {
|
||||
krantz.build123d = {
|
||||
enable = true;
|
||||
|
||||
objectName = "box";
|
||||
builder = ./build3d.py;
|
||||
|
||||
outputName = "box";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user