Page 1 of 1

Inches G20 in UCCNC

PostPosted: Fri Sep 22, 2017 11:57 pm
by cutmastercnc
I am looking at switching to the UCCNC software. I have been running it in demo mode. Is G20 inches supported or does it only support mm?

Re: Inches G20 in UCCNC

PostPosted: Sat Sep 23, 2017 1:06 am
by ger21
UCCNC is unitless. You configure it in the units you use, and use the same units in your g-code.
It doesn't support G20 or G21 to change units.
If you want to run both metric and imperial code, you need to setup a metric profile, and an imperial profile.

Re: Inches G20 in UCCNC

PostPosted: Sat Sep 23, 2017 9:11 am
by Robertspark
In case you do not know... create two profiles, copy your shortcuts on your desktop and then edit the shortcuts to add in the following code to the shortcut target section
C:\UCCNC\UCCNC.exe /p NeuronPlasma

change the "NeuronPlasma" to the profile name of your choosing (mm / in??)

..... you can also add in the /d switch for specifying the device preference which can be helpful if you are working in demo mode on a different machine and are developing things on a screenset for another machine for example etc