瀏覽代碼

Enable M503 also when eeprom is disabled

Erik vd Zalm 12 年之前
父節點
當前提交
f92dc91c3d
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      Marlin/EEPROMwrite.h
  2. 1
    1
      Marlin/Marlin.pde

+ 2
- 2
Marlin/EEPROMwrite.h 查看文件

@@ -78,7 +78,7 @@ inline void EEPROM_StoreSettings()
78 78
 
79 79
 inline void EEPROM_printSettings()
80 80
 {  // if def=true, the default values will be used
81
-  #ifdef EEPROM_SETTINGS  
81
+//  #ifdef EEPROM_SETTINGS  
82 82
       SERIAL_ECHO_START;
83 83
       SERIAL_ECHOLNPGM("Steps per unit:");
84 84
       SERIAL_ECHO_START;
@@ -136,7 +136,7 @@ inline void EEPROM_printSettings()
136 136
       SERIAL_ECHOPAIR(" D" ,Kd*PID_dT);
137 137
       SERIAL_ECHOLN(""); 
138 138
     #endif
139
-  #endif
139
+//  #endif
140 140
 } 
141 141
 
142 142
 

+ 1
- 1
Marlin/Marlin.pde 查看文件

@@ -40,7 +40,7 @@
40 40
 #include "language.h"
41 41
 #include "pins_arduino.h"
42 42
 
43
-#define VERSION_STRING  "1.0.0 RC2"
43
+#define VERSION_STRING  "1.0.0"
44 44
 
45 45
 // look here for descriptions of gcodes: http://linuxcnc.org/handbook/gcode/g-code.html
46 46
 // http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes

Loading…
取消
儲存