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

UI always starts in Imperial mode #147

Open
haiqu opened this issue Mar 24, 2021 · 2 comments
Open

UI always starts in Imperial mode #147

haiqu opened this issue Mar 24, 2021 · 2 comments

Comments

@haiqu
Copy link

haiqu commented Mar 24, 2021

Suggested change to UserInterface.cpp follows:

#if defined(LEADSCREW_HMM)
this->metric = true; // start out with metric
#else
this->metric = false; // start out with imperial
#endif

@haiqu
Copy link
Author

haiqu commented Mar 24, 2021

Oops, looks like this is an exact duplicate of #103

@andrea271068
Copy link

Hi, what about 79 that says:

this-> metric = false; // start out with imperial.

My question is: I would like to start with metric and not imperial, what I should do? I don't know anything about coding.
Please can you drive me to make the change, thanks

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