-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathn2up-vcut.sbp
67 lines (66 loc) · 2.01 KB
/
n2up-vcut.sbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
'----------------------------------------------------------------
'SHOPBOT ROUTER FILE IN INCHES
'GENERATED BY PARTWorks
'Minimum extent in X = 1.500 Minimum extent in Y = 1.500 Minimum extent in Z = -0.118
'Maximum extent in X = 13.500 Maximum extent in Y = 13.500 Maximum extent in Z = 0.000
'Length of material in X = 12.000
'Length of material in Y = 12.000
'Depth of material in Z = 0.118
'Home Position Information = Bottom Left Corner, Material Surface
'Home X = 0.000000 Home Y = 0.000000 Home Z = 0.800000
'Rapid clearance gap or Safe Z = 0.200
'UNITS:Inches
'
IF %(25)=1 THEN GOTO UNIT_ERROR 'check to see software is set to standard
SA 'Set program to absolute coordinate mode
CN, 90
'New Path
'Toolpath Name = n2up-vcut
'Tool Name = V Bit 90 (13732)
&PWSafeZ = 0.200
&PWZorigin = Material Surface
&PWMaterial = 0.118
'&ToolName = "V Bit 90 (13732)"
&Tool =7 'Tool number to change to
C9 'Change tool
TR,13000 'Set spindle RPM
C6 'Spindle on
PAUSE 2
'
MS,0.2,0.2
JZ,0.800000
J3,3.687500,13.062500,0.200000
M3,3.687500,13.062500,-0.090000
M3,3.687500,5.750000,-0.090000
J3,3.687500,5.750000,0.200000
J3,5.937500,13.062500,0.200000
M3,5.937500,13.062500,-0.090000
M3,5.937500,5.750000,-0.090000
J3,5.937500,5.750000,0.200000
J3,12.250000,7.000000,0.200000
M3,12.250000,7.000000,-0.090000
M3,2.500000,7.000000,-0.090000
J3,2.500000,7.000000,0.200000
J3,8.687500,13.062500,0.200000
M3,8.687500,13.062500,-0.090000
M3,8.687500,5.750000,-0.090000
J3,8.687500,5.750000,0.200000
J3,12.250000,11.812500,0.200000
M3,12.250000,11.812500,-0.090000
M3,2.500000,11.812500,-0.090000
J3,2.500000,11.812500,0.200000
J3,10.937500,13.062500,0.200000
M3,10.937500,13.062500,-0.090000
M3,10.937500,5.750000,-0.090000
J3,10.937500,5.750000,0.200000
JZ,0.800000
J3,0.000000,0.000000,0.800000
'
'Turning router OFF
C7
END
'
'
UNIT_ERROR:
CN, 91 'Run file explaining unit error
END