Browse Source

Merge pull request #6382 from MagoKimbra/fix_configuration_store

Fix double definition in configuration_store
Scott Lahteine 7 years ago
parent
commit
d38a792a91
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      Marlin/configuration_store.cpp

+ 0
- 7
Marlin/configuration_store.cpp View File

@@ -1201,13 +1201,6 @@ void MarlinSettings::reset() {
1201 1201
 
1202 1202
   #define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START; }while(0)
1203 1203
 
1204
-  #if ENABLED(INCH_MODE_SUPPORT)
1205
-    extern float linear_unit_factor;
1206
-    #define LINEAR_UNIT(N) ((N) / linear_unit_factor)
1207
-  #else
1208
-    #define LINEAR_UNIT(N) N
1209
-  #endif
1210
-
1211 1204
   /**
1212 1205
    * M503 - Report current settings in RAM
1213 1206
    *

Loading…
Cancel
Save