You are not logged in.
Pages: 1
I need to set my cutter diameter compensation (CDC),But I don't know where it need to set.
Offline
CDC is not processed automatically. You need to turn it on:
Setup > G-Code Settings
Process Cutter Comp.
Now, for each tool, you need to enter a table to specify the compensation value
Setup > G-Code Settings, Tables tab
Add/ Modify
Table Name = Cutter Compensation
Register = (D number)
Value = tool Radius or tool wear value
Add
repeat for every tools
Offline
:?: not Value = tool radius
We set Value = tool radius for practise.
:?: We set but not support D20~D50?
%
O0000
(PROGRAM NAME - 2 )
(DATE=DD-MM-YY - 15-02-06 TIME=HH:MM - 16:35 )
N100 G21
N102 G0 G17 G40 G49 G80 G91
/ N104 G28 Z0.
/ N106 G28 X0. Y0.
/ N108 G92 X250. Y250. Z250.
( TOOL - 5 DIA. OFF. - 45 LEN. - 5 DIA. - 5. )
N110 T1 M6
N112 G0 G91 Y-30. S2000 M3
N114 G43 H1 Z30.
N116 Z-29.8
N118 G1 Z-5.2 F10.
N120 G42 D25 Y5. F300.
N122 X50.
N124 Y50.
N126 X-100.
N128 Y-50.
N130 X50.
N132 G40 Y-5.
N136 G0 Z35.
Z-29.8
G1 Z-5.2 F10.
G42 D42 Y5. F300.
X50.
Y50.
X-100.
Y-50.
X50.
G40 Y-5.
G0 Z35.
N138 M5
N140 G28 Z0.
N142 G28 X0. Y0. A0.
M30
Offline
I corrected my response above, it should have said "Radius" and not Diameter is the value in the table :oops:
Offline
Pages: 1