Nomad Settings for Signboard?

I’m trying to understand the wrench.nc tutorial file - have a part trying to make out of the same material (signboard/aluminum composite?). wrench.nc file here if that helps: http://carbide3d.com/files/wrench.nc

Anyone know if the wrench.nc file was make w/ Carbide Create? That may be part of my problem, figured I could use Carbide Create & choose the Aluminum Composite settings - failed immediately so started looking at the gcode. I’m still new to the CNC world, but knew some gcode from 3D printing & tried to read up on the CNC codes. The G1 code is so radically different feel like that must be part of the problem? Using the same tool as the tutorial (#102 Square .125"). Will paste part of the Carbide Create gcode below - comparing to the wrench.nc the feed rate is like 50 times higher if I’m reading it right. Any suggestions/help appreciated.

Chris

M6 T102
M3 S9000
G0X5.879Y4.915
G0Z12.700
G1Z-0.398F110.2
G1X6.280Y4.517F881.4
X6.801Y4.048

The Wrench file predates Carbide Create — looks to have been made by MeshCAM:

%
(FILENAME: wrench.nc)
(STOCK/BLOCK, 4.896, 1.280, 0.125, -0.000, -0.000, 0.125)
G20
G90
(TOOL/MILL,0.1250,0,1.0000,0.0)
M6 T102
M3 S8000
G0X0.0000Y0.0000Z0.1000
(Waterline Finish)
G0X0.1474Y0.2565
G1Z-0.0250F5.0
G1F15.0
X0.1174Y0.2761

G20 indicates that it’s in Imperial measure, so the F15 feed rate ==

15 * 25.4 == 381mm/min.

with a spindle speed of 8000 RPM

Which version of Carbide Create are you using? Might be worth trying 433 — if you’re using that and it’s not working well, let us know at support@carbide3d.com

The official feed rate suggestion from: https://docs.carbide3d.com/support/supportfiles/Nomad883_feeds_125.jpg is

35 * 25.4 == 889mm/min.

at 9200 RPM

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.