linear advance using allowed in config file, version changed

This commit is contained in:
PavelSindler 2017-09-11 16:11:49 +02:00
parent 70544f1cea
commit 7d7b617442
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#include "Configuration_prusa.h" #include "Configuration_prusa.h"
// Firmware version // 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 "PRUSA3DFW"
#define FW_PRUSA3D_MAGIC_LEN 10 #define FW_PRUSA3D_MAGIC_LEN 10

View File

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