config.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: !Rectangle { Width: 2, Height: 3 }
  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: !Existing { Layer: 0, Object: 0 }
  45. Z: 1.0
  46. Origin: { X: 10.0, Y: 10.0 }
  47. Pen: 1
  48. Array:
  49. Columns: 3
  50. Rows: 2
  51. Spacing: 10.0
  52. RandomizeOrder: False
  53. StartingPen: 0
  54. # Hatch:
  55. # LineSpacing: 0.01
  56. ReplaceObject: 0
  57. # - !ObjectOperation
  58. # Input: !Rectangle { Width: 10, Height: 5}
  59. # Z: 0.0
  60. # Origin: { X: 10.0, Y: 10.0 }
  61. # Pen: 0
  62. # ReplaceObject: 0
  63. # - !ObjectOperation
  64. # Input: !Existing { Layer: 0, Object: 0 }
  65. # Origin: { X: 10.0, Y: 10.0 }
  66. # ReplaceObject: 0
  67. # - !ObjectOperation
  68. # Input: !Existing { Layer: 0, Object: 1 }
  69. # Origin: { X: 10.0, Y: 10.0 }
  70. # ReplaceObject: 1
  71. # - !Object
  72. # Input: !Circle { Radius: 3.0 }
  73. # - !Object
  74. # Input: !Import { Path: 'export.bin' }