Browse Source

Artillery X1 - Disable Linear Advance (#14311)

thisiskeithb 5 years ago
parent
commit
da5bdea324

+ 2
- 2
config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h View File

@@ -1193,10 +1193,10 @@
1193 1193
  * See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
1194 1194
  * Mention @Sebastianv650 on GitHub to alert the author of any issues.
1195 1195
  */
1196
-#define LIN_ADVANCE
1196
+//#define LIN_ADVANCE
1197 1197
 #if ENABLED(LIN_ADVANCE)
1198 1198
   //#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
1199
-  #define LIN_ADVANCE_K 0.0    // Unit: mm compression per 1mm/s extruder speed
1199
+  #define LIN_ADVANCE_K 0.22    // Unit: mm compression per 1mm/s extruder speed
1200 1200
   //#define LA_DEBUG            // If enabled, this will generate debug information output over USB.
1201 1201
 #endif
1202 1202
 

Loading…
Cancel
Save