Skip to content

Commit

Permalink
15.02-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
TinkerGnome committed Feb 18, 2015
1 parent aa7a38c commit be9f3f6
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 237 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// build by the user have been successfully uploaded into firmware.
#define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
#ifndef STRING_CONFIG_H_AUTHOR
#define STRING_CONFIG_H_AUTHOR "Tinker_15.02-RC1" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "Tinker_15.02-RC2" // Who made the changes.
#endif

// SERIAL_PORT selects which serial port should be used for communication with the host.
Expand Down
165 changes: 0 additions & 165 deletions Marlin/StackList.h

This file was deleted.

5 changes: 2 additions & 3 deletions Marlin/UltiLCD2_menu_first_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,11 @@ static void lcd_menu_first_run_material_select_1()
if (eeprom_read_byte(EEPROM_MATERIAL_COUNT_OFFSET()) == 1)
{
digipot_current(2, motor_current_setting[2]);//Set E motor power to default.

for(uint8_t e=0; e<EXTRUDERS; e++)
lcd_material_set_material(0, e);
SET_FIRST_RUN_DONE();

currentMenu = lcd_menu_first_run_print_1;
menu.replace_menu(menu_t(lcd_menu_first_run_print_1), false);
return;
}
SELECT_MAIN_MENU_ITEM(0);
Expand Down
Loading

0 comments on commit be9f3f6

Please sign in to comment.