Merge pull request #687 from PavelSindler/MK3_for_merging

M861: steps value for 35C
This commit is contained in:
PavelSindler 2018-04-27 17:24:18 +02:00 committed by GitHub
commit 2b42db8ace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6377,6 +6377,7 @@ Sigma_Exit:
SERIAL_PROTOCOLLN("index, temp, ustep, um");
for (uint8_t i = 0; i < 6; i++)
{
usteps = 0;
if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i - 1) * 2, &usteps);
float mm = ((float)usteps) / axis_steps_per_unit[Z_AXIS];
i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);