Update precompiled hex

This commit is contained in:
David Ramiro 2018-12-02 15:22:46 +01:00
parent 731e8b81bf
commit 63c5ab6af1
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
9 changed files with 22989 additions and 21373 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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.

View File

@ -60,8 +60,8 @@ This firmware is perfectly calibrated for my own machine with TMC2208 (1.015V on
- Measure where your pencil marking is now. If it's exactly 20mm to the extruder, it's perfectly calibrated
- If it's less or more than 20mm, add or subtract that value from 100mm, e.g.:
- If you measure 25mm, your result would be 95mm. If you measure 15mm, your result would be 105mm
- Calculate your new value: ( 100mm / actually extruded filament ) * 105.24
- For example, if your markings are at 15mm, you'd calculate: (100/105) * 105.24 = 100.23
- Calculate your new value: ( 100mm / actually extruded filament ) * 98.26
- For example, if your markings are at 15mm, you'd calculate: (100/105) * 98.26 = 93.58
- Put in the new value like this: `M92 X80.00 Y80.00 Z400.00 Exxx.xx`, replacing `x` with your value
- Save with `M500`