Update precompiled hex

This commit is contained in:
David Ramiro
2018-12-02 15:22:46 +01:00
parent 731e8b81bf
commit 63c5ab6af1
9 changed files with 22989 additions and 21373 deletions

View File

@@ -1,4 +1,3 @@
/**
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
@@ -613,7 +612,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 105.24 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 98.26 }
/**
* Default Max Feed Rate (mm/s)

View File

@@ -48,7 +48,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2019-11-28"
#define STRING_DISTRIBUTION_DATE "2019-12-02"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.