config.yml 962 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Ops:
  2. # - !ClonePen
  3. # From: 0
  4. # To: 255
  5. # Inclusive: True
  6. # - !PatchPen
  7. # Pen: 0
  8. # Power: 10.0
  9. # - !PatternPen
  10. # From: 0
  11. # To: 40
  12. # Field: !Power 2
  13. # - !DeleteObjects
  14. # Layer: 0
  15. # - !HatchArray
  16. # Layer: 0
  17. # Width: 3.0
  18. # Height: 2.0
  19. # Columns: 8
  20. # Rows: 5
  21. # Spacing: 0.5
  22. # Z: 0.0
  23. # StartingPen: 0
  24. # Hatch:
  25. # LineSpacing: 0.1
  26. # - !Object
  27. # Input: !Existing { Layer: 0, Object: 0 }
  28. # Export: 'export.bin'
  29. - !ObjectOperation
  30. Input: !Existing { Layer: 0, Object: 0 }
  31. Z: 1.0
  32. Origin: { X: 10.0, Y: 10.0 }
  33. Pen: 1
  34. Array:
  35. Columns: 3
  36. Rows: 2
  37. Spacing: 6.0
  38. RandomizeOrder: False
  39. StartingPen: 0
  40. # Hatch:
  41. # LineSpacing: 0.01
  42. ReplaceObject: 0
  43. # - !Object
  44. # Input: !Circle { Radius: 3.0 }
  45. # - !Object
  46. # Input: !Import { Path: 'export.bin' }