CNC_California.txt 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. This program should cut out an outline, a few letters, and then a rectangular
  2. border, resulting in a metal postcard about 6" wide (X dir) by 5" high (Y dir).
  3. Set the zero point of the drill tip at the bottom-left corner of the rectangle
  4. that will be printed, leaving room for the machine to draw 6" in the positive X
  5. and Y directions. I *think* it had room for 6 inches, it says in the manual what
  6. the box size is. I *think* it was 6"x8" but I could be way off.
  7. I'm reusing as many settings as possible from the D-SUB cutting program.
  8. START MM 02 // Use millimeters. Program ID 01 is taken by the D-SUB program I think.
  9. TD= 3.175 // Tool diameter: 1/8 in = 3.175 mm
  10. FR XY =03.7 // Divided the suggested feedrate by two, because tool was flexing.
  11. FR Z =01.2 // Feedrate based on 1 cutting edge, instead of 4, then slightly reduced.
  12. SETUP >zcxyu // Allow user to position tool above bottom-left corner.
  13. Z>C // Raise tool
  14. GOfX 8.500 // Point 1 of Figure 1
  15. GOfY 121.000 //
  16. GO Z- 9.000 // Insert tool
  17. GO X 8.000 // Point 2
  18. Y 119.000 //
  19. GO X 9.000 // Point 3
  20. Y 110.500 //
  21. GO X 6.500 // Point 4
  22. Y 100.500 //
  23. GO X 12.500 // Point 5
  24. Y 92.500 //
  25. GO X 13.500 // Point 6
  26. Y 83.500 //
  27. GO X 25.000 // Point 7
  28. Y 70.500 //
  29. GO X 25.500 // Point 8
  30. Y 64.300 //
  31. GO X 28.000 // Point 9
  32. Y 60.500 //
  33. GO X 30.000 // Point 10
  34. Y 60.500 //
  35. GO X 32.000 // Point 11
  36. Y 57.500 //
  37. GO X 30.000 // Point 12
  38. Y 55.000 //
  39. GO X 31.000 // Point 13
  40. Y 51.500 //
  41. GO X 43.500 // Point 14
  42. Y 31.000 //
  43. GO X 53.000 // Point 15
  44. Y 30.000 //
  45. GO X 63.000 // Point 16
  46. Y 25.500 //
  47. GO X 74.000 // Point 17
  48. Y 16.000 //
  49. GO X 76.500 // Point 18
  50. Y 9.000 //
  51. GO X 100.000 // Point 19
  52. Y 11.000 //
  53. GO X 99.500 // Point 20
  54. Y 21.000 //
  55. GO X 103.500 // Point 21
  56. Y 28.000 //
  57. GO X 99.000 // Point 22
  58. Y 36.000 //
  59. GO X 47.500 // Point 23
  60. Y 83.500 //
  61. GO X 47.500 // Point 24
  62. Y 121.000 //
  63. GO X 8.500 // Return to Point 1
  64. Y 121.000 //
  65. Z>C // Raise tool
  66. GOfX 78.000 // Point 1 of Figure 2
  67. GOfY 103.500 //
  68. GO Z- 9.000 // Insert tool
  69. GO Y 73.000 // Point 2
  70. GO Y 89.000 // Point 3
  71. GO X 98.000 // Point 4
  72. GO Y 103.500 // Point 5
  73. GO Y 73.000 // Point 6
  74. Z>C // Raise tool
  75. GOfX 110.000 // Point 1 of Figure 3
  76. GO Z- 9.000 // Insert tool
  77. GO Y 85.000 // Point 2 of Figure 3
  78. Z>C // Raise tool
  79. GOfY 92.000 // Point 3
  80. GO Z- 9.000 // Insert tool
  81. Z>C // Raise tool
  82. GOfX 124.500 // Point 1 of Figure 4
  83. GOfY 73.000 //
  84. GO Z- 9.000 // Insert tool
  85. Z>C // Raise tool
  86. GOfY 79.000 // Point 2 of Figure 4
  87. GO Z- 9.000 // Insert tool
  88. GO Y 100.000 // Point 3 of Figure 4
  89. Z>C // Raise tool
  90. GOfX 0.000 // Return home
  91. GOfY 0.000 //
  92. GO Z- 9.000 // Insert tool
  93. GO X 144.000 // Point 2 of border
  94. GO Y 126.000 // Point 3 of border
  95. GO X 0.000 // Point 4 of border
  96. GO Y 0.000 // Return home.
  97. Z>C // Raise tool
  98. END NEW PART //