Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert the imperial system into the metric system #80

Open
junke365 opened this issue Oct 5, 2023 · 1 comment
Open

How to convert the imperial system into the metric system #80

junke365 opened this issue Oct 5, 2023 · 1 comment

Comments

@junke365
Copy link

junke365 commented Oct 5, 2023

How to convert the imperial system into the metric system

@dpslwk
Copy link
Contributor

dpslwk commented Oct 7, 2023

Should be a simple as changing a few settings in you .ini

LINEAR_UNITS in TRAJ Should be mm

[TRAJ]
LINEAR_UNITS = mm

in [RS274NGC] RS274NGC_STARTUP_CODE there will be a G20 that's should be swapped to G21

INCREMENTS in Display should be changed as well something like below which is what I use

[DISPLAY]
INCREMENTS = JOG 5mm 1mm .5 .1 .05 .01 .005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants