Jamie
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/configuration_store.cpp
|
@ -323,7 +323,7 @@ typedef struct SettingsDataStruct { |
|
|
//
|
|
|
//
|
|
|
// LIN_ADVANCE
|
|
|
// LIN_ADVANCE
|
|
|
//
|
|
|
//
|
|
|
float planner_extruder_advance_K[EXTRUDERS]; // M900 K planner.extruder_advance_K
|
|
|
float planner_extruder_advance_K[_MAX(EXTRUDERS, 1)]; // M900 K planner.extruder_advance_K
|
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// HAS_MOTOR_CURRENT_PWM
|
|
|
// HAS_MOTOR_CURRENT_PWM
|
|
|