config.yml 1.7 KB

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