Ver código fonte

Fix double definition in configuration_store

MagoKimbra 8 anos atrás
pai
commit
ed52275a14
1 arquivos alterados com 0 adições e 7 exclusões
  1. 0
    7
      Marlin/configuration_store.cpp

+ 0
- 7
Marlin/configuration_store.cpp Ver arquivo

1201
 
1201
 
1202
   #define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START; }while(0)
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
    * M503 - Report current settings in RAM
1205
    * M503 - Report current settings in RAM
1213
    *
1206
    *

Carregando…
Cancelar
Salvar