Merge pull request #872 from XPila/MK3

Farm mode - tmc2130 extruder current setting fixed
This commit is contained in:
XPila 2018-06-25 17:45:58 +02:00 committed by GitHub
commit 20f98d487a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1179,9 +1179,11 @@ void setup()
important_status = 8;
prusa_statistics(8);
selectedSerialPort = 1;
#ifdef TMC2130
//increased extruder current (PFW363)
tmc2130_current_h[E_AXIS] = 36;
tmc2130_current_r[E_AXIS] = 36;
#endif //TMC2130
//disabled filament autoload (PFW360)
filament_autoload_enabled = false;
eeprom_update_byte((uint8_t*)EEPROM_FSENS_AUTOLOAD_ENABLED, 0);