Skip to content

Commit a4a80b3

Browse files
author
michalprusa
committed
MK2 Firmware release.
1 parent 7361f62 commit a4a80b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+58820
-51888
lines changed

Firmware/BlinkM.cpp

100755100644
File mode changed.

Firmware/BlinkM.h

100755100644
File mode changed.

Firmware/Configuration.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "Configuration_prusa.h"
66

77
// Firmware version
8-
#define FW_version "2.2.4d"
8+
#define FW_version "3.0.1"
99

1010

1111

@@ -16,6 +16,8 @@
1616
#define EEPROM_BABYSTEP_Z 4088
1717
#define EEPROM_BABYSTEP_Z_SET 4087
1818
#define EEPROM_BABYSTEP_Z0 4085
19+
#define EEPROM_FILAMENTUSED 4081
20+
#define EEPROM_TOTALTIME 4077
1921

2022

2123

@@ -260,8 +262,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
260262

261263

262264
#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
263-
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
265+
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
264266
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
267+
265268
//============================= Bed Auto Leveling ===========================
266269

267270
//#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)
@@ -338,7 +341,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
338341

339342

340343
//If you have enabled the Bed Auto Leveling and are using the same Z Probe for Z Homing,
341-
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
344+
//it is highly recommended you let this Z_SAFE_HOMING enabled!
342345

343346
//#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
344347
// When defined, it will:

Firmware/ConfigurationStore.cpp

100755100644
File mode changed.

Firmware/ConfigurationStore.h

100755100644
File mode changed.

Firmware/Configuration_adv.h

100755100644
File mode changed.

Firmware/DOGMbitmaps.h

100755100644
File mode changed.

Firmware/Firmware.ino

100755100644
File mode changed.

Firmware/LiquidCrystal.cpp

100755100644
File mode changed.

Firmware/LiquidCrystal.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)