Browse Source

linear advance using allowed in config file, version changed

PavelSindler 7 years ago
parent
commit
7d7b617442
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Firmware/Configuration.h
  2. 1 1
      Firmware/Configuration_adv.h

+ 1 - 1
Firmware/Configuration.h

@@ -5,7 +5,7 @@
 #include "Configuration_prusa.h"
 
 // Firmware version
-#define FW_version "3.0.12-6"
+#define FW_version "3.0.12-7"
 
 #define FW_PRUSA3D_MAGIC "PRUSA3DFW"
 #define FW_PRUSA3D_MAGIC_LEN 10

+ 1 - 1
Firmware/Configuration_adv.h

@@ -323,7 +323,7 @@
  * K=0 means advance disabled.
  * See Marlin documentation for calibration instructions.
  */
-//#define LIN_ADVANCE
+#define LIN_ADVANCE
 
 #ifdef LIN_ADVANCE
   #define LIN_ADVANCE_K 0 //Try around 45 for PLA, around 25 for ABS.