|
@@ -215,12 +215,8 @@ All other operations:
|
|
|
Ops:
|
|
|
- !Object
|
|
|
Input: <InputObject>
|
|
|
-
|
|
|
- # Specify one or more of the following
|
|
|
- Z: 0.0
|
|
|
- Origin: { X: 10.0, Y: 10.0 }
|
|
|
- Pen: 3
|
|
|
Layer: 2
|
|
|
+ Modify: <ModifyOptions>
|
|
|
Array: <ArrayOptions>
|
|
|
Hatch: <HatchOptions>
|
|
|
Export: "exported_object.bin"
|
|
@@ -236,6 +232,15 @@ Input: !Import { Path: "exported_object.bin" }
|
|
|
Input: !Existing { Layer: 0, Object: 1 }
|
|
|
```
|
|
|
|
|
|
+Where `<ModifyOptions>` is:
|
|
|
+``` yaml
|
|
|
+Modify:
|
|
|
+ # Specify one or more of the following
|
|
|
+ Z: 0.0
|
|
|
+ Origin: { X: 10.0, Y: 10.0 }
|
|
|
+ Pen: 3
|
|
|
+```
|
|
|
+
|
|
|
Where `<ArrayOptions>` is:
|
|
|
|
|
|
``` yaml
|