config.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. - !ObjectOperation
  44. Input: !Circle { Radius: 10 }
  45. Z: 0.0
  46. Origin: { X: 0.0, Y: 0.0 }
  47. Pen: 0
  48. ReplaceObject: 0
  49. # - !Object
  50. # Input: !Circle { Radius: 3.0 }
  51. # - !Object
  52. # Input: !Import { Path: 'export.bin' }