Skip to content

Commit

Permalink
add asm308s suggestion in #100
Browse files Browse the repository at this point in the history
  • Loading branch information
carneeki committed Oct 31, 2020
1 parent 5e0286f commit 1c1e46a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions els-f280049c/UserInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ UserInterface :: UserInterface(ControlPanel *controlPanel, Core *core, FeedTable
this->core = core;
this->feedTableFactory = feedTableFactory;

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

Expand Down

0 comments on commit 1c1e46a

Please sign in to comment.