Skip to content

Commit

Permalink
MK2 Firmware release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalprusa committed May 31, 2016
1 parent 7361f62 commit a4a80b3
Show file tree
Hide file tree
Showing 83 changed files with 58,820 additions and 51,888 deletions.
Empty file modified Firmware/BlinkM.cpp
100755 → 100644
Empty file.
Empty file modified Firmware/BlinkM.h
100755 → 100644
Empty file.
9 changes: 6 additions & 3 deletions Firmware/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "Configuration_prusa.h"

// Firmware version
#define FW_version "2.2.4d"
#define FW_version "3.0.1"



Expand All @@ -16,6 +16,8 @@
#define EEPROM_BABYSTEP_Z 4088
#define EEPROM_BABYSTEP_Z_SET 4087
#define EEPROM_BABYSTEP_Z0 4085
#define EEPROM_FILAMENTUSED 4081
#define EEPROM_TOTALTIME 4077



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


#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)

//============================= Bed Auto Leveling ===========================

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


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

//#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
// When defined, it will:
Expand Down
Empty file modified Firmware/ConfigurationStore.cpp
100755 → 100644
Empty file.
Empty file modified Firmware/ConfigurationStore.h
100755 → 100644
Empty file.
Empty file modified Firmware/Configuration_adv.h
100755 → 100644
Empty file.
Empty file modified Firmware/DOGMbitmaps.h
100755 → 100644
Empty file.
Empty file modified Firmware/Firmware.ino
100755 → 100644
Empty file.
Empty file modified Firmware/LiquidCrystal.cpp
100755 → 100644
Empty file.
Empty file modified Firmware/LiquidCrystal.h
100755 → 100644
Empty file.
Loading

0 comments on commit a4a80b3

Please sign in to comment.