Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Change units for a Machining Project

#1
Hello, happy new year !

Is it possible to choose units via API for a machining project ?
Or do I have to select the unit in my APT file ?
#2
What do you mean by units? RoboDK uses MM by default and it can load machining programs (APT or NC files) that have been set with other units. Most machining projects specify the units and RoboDK will understand the units that are being used.
#3
(01-17-2025, 09:30 AM)Albert Wrote: What do you mean by units? RoboDK uses MM by default and it can load machining programs (APT or NC files) that have been set with other units. Most machining projects specify the units and RoboDK will understand the units that are being used.

If the units are not set in my APT file, what options do I have to inform RoboDK of the correct unit? Is setting the unit inside the APT file my only solution? Or can I manually set a unit in a machining project with API ?
#4
If you want to specify MM as units you should add this line at the top of your APT machining file:
Code:
UNITS/ MM
Alternatively, if you want to specify Inches as units you should add this instead:
Code:
UNITS/ INCH
#5
Thank you
  




Users browsing this thread:
1 Guest(s)