electronic-leadscrew icon indicating copy to clipboard operation
electronic-leadscrew copied to clipboard

UI always starts in Imperial mode

Open haiqu opened this issue 3 years ago • 2 comments

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 avatar Mar 24 '21 20:03 haiqu

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

haiqu avatar Mar 24 '21 21:03 haiqu

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

andrea271068 avatar Feb 17 '22 21:02 andrea271068