Skip to content

Commit

Permalink
Merge branch 'MK2' into MK2
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner authored May 1, 2017
2 parents fa56725 + 361e472 commit d77d08b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Firmware/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "Configuration_prusa.h"

// Firmware version

#define FW_version "3.0.10-12"

#define FW_PRUSA3D_MAGIC "PRUSA3DFW"
Expand Down
3 changes: 3 additions & 0 deletions Firmware/language_all.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ const char MSG_CALIBRATE_PINDA_CZ[] PROGMEM = "Zkalibrovat";
const char MSG_CALIBRATE_PINDA_IT[] PROGMEM = "Calibrare";
const char MSG_CALIBRATE_PINDA_ES[] PROGMEM = "Calibrar";
const char MSG_CALIBRATE_PINDA_PL[] PROGMEM = "Skalibrowac";

const char MSG_CALIBRATE_PINDA_DE[] PROGMEM = "PINDA Temp. Kal.";
const char MSG_CALIBRATE_PINDA_NL[] PROGMEM = "PINDA Temp. kal.";
const char * const MSG_CALIBRATE_PINDA_LANG_TABLE[LANG_NUM] PROGMEM = {
Expand Down Expand Up @@ -1072,6 +1073,7 @@ const char * const MSG_FIL_ADJUSTING_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_FIL_ADJUSTING_NL
};


const char MSG_FIL_LOADED_CHECK_EN[] PROGMEM = "Is filament loaded?";
const char MSG_FIL_LOADED_CHECK_DE[] PROGMEM = "Ist Filament eingelegt?";
const char MSG_FIL_LOADED_CHECK_NL[] PROGMEM = "Is filament ingestoken?";
Expand Down Expand Up @@ -1109,6 +1111,7 @@ const char * const MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_LANG_TABLE[LANG_NUM] P
MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_EN,
MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_ES,
MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_EN,

MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_DE,
MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_NL
};
Expand Down
3 changes: 2 additions & 1 deletion Firmware/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
#define(length=20, lines=4) MSG_FILAMENT_LOADING_T2 "Insert filament into extruder 3. Click when done."
#define(length=20, lines=4) MSG_FILAMENT_LOADING_T3 "Insert filament into extruder 4. Click when done."
#define(length=20, lines=1) MSG_CHANGE_EXTR "Change extruder"

#define(length=20, lines=2) MSG_FIL_LOADED_CHECK "Is filament loaded?"
#define(length=20, lines=3) MSG_FIL_TUNING "Rotate the knob to adjust filament."
#define(length=20, lines=4) MSG_FIL_ADJUSTING "Adjusting filaments. Please wait."
Expand Down Expand Up @@ -278,6 +279,7 @@
#define(length=20, lines=1) MSG_PID_BED_RUNNING "PID bed cal. "



#define(length=20, lines=1) MSG_CALIBRATE_PINDA "PINDA Temp. cal."
#define(length=20, lines=1) MSG_CALIBRATION_PINDA_MENU "PINDA Temp. cal."
#define(length=20, lines=4) MSG_PINDA_NOT_CALIBRATED "PINDA temperature calibration has not been run yet"
Expand All @@ -286,4 +288,3 @@
#define(length=20, lines=5) MSG_TEMP_CALIBRATION_DONE "PINDA temperature calibration is finished. Click to continue."
#define(length=20, lines=1) MSG_TEMP_CALIBRATION_ON "PINDA T.cal. [ON]"
#define(length=20, lines=1) MSG_TEMP_CALIBRATION_OFF "PINDA T.cal.[OFF]"

1 change: 1 addition & 0 deletions Firmware/ultralcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ char reset_menu();
void lcd_pinda_calibration_menu();
void lcd_calibrate_pinda();
void lcd_temp_calibration_set();

#endif //ULTRALCD_H
1 change: 1 addition & 0 deletions Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ THERMISTORS SETTINGS
#define Z_BABYSTEP_MIN -3999
#define Z_BABYSTEP_MAX 0


#define PINDA_PREHEAT_X 75
#define PINDA_PREHEAT_Y -3
#define PINDA_PREHEAT_Z 1
Expand Down

0 comments on commit d77d08b

Please sign in to comment.