12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- Ops:
- # - !ClonePen
- # From: 0
- # To: 255
- # Inclusive: True
- # - !PatchPen
- # Pen: 0
- # Power: 10.0
- # - !PatternPen
- # From: 0
- # To: 40
- # Field: !Power 2
- # - !DeleteObjects
- # Layer: 0
- # - !HatchArray
- # Layer: 0
- # Width: 3.0
- # Height: 2.0
- # Columns: 8
- # Rows: 5
- # Spacing: 0.5
- # Z: 0.0
- # StartingPen: 0
- # Hatch:
- # LineSpacing: 0.1
- # - !Object
- # Input: !Existing { Layer: 0, Object: 0 }
- # Export: 'export.bin'
- # - !ObjectOperation
- # Input: !Existing { Layer: 0, Object: 0 }
- # Z: 1.0
- # Origin: { X: 10.0, Y: 10.0 }
- # Pen: 1
- # Array:
- # Columns: 3
- # Rows: 2
- # Spacing: 6.0
- # RandomizeOrder: False
- # StartingPen: 0
- # # Hatch:
- # # LineSpacing: 0.01
- # ReplaceObject: 0
- - !ObjectOperation
- Input: !Circle { Radius: 10 }
- Z: 0.0
- Origin: { X: 0.0, Y: 0.0 }
- Pen: 0
- ReplaceObject: 0
- # - !Object
- # Input: !Circle { Radius: 3.0 }
- # - !Object
- # Input: !Import { Path: 'export.bin' }
|