266 Commits (a8db0aac32fc7517f0f151e9ccf15152195094c7)

Author SHA1 Message Date
Scott Lahteine 270c766de2 SDCARDDETECT -> SD_DETECT, added docs 9 years ago
Scott Lahteine 8d3b74cc6e Rename SDCARDDETECT to SDCARDDETECT_PIN 9 years ago
Scott Lahteine 94a796c8cc Rename BEEPER to BEEPER_PIN 9 years ago
Scott Lahteine 0d8989fc14 Overridable Options - Part 7 (PR#2559) 9 years ago
Scott Lahteine c66955aaf9 Mark unchanging arrays as const (PR#2494) 9 years ago
Scott Lahteine 69b0490b77 Show minimal preheat options in menus (PR#2471) 9 years ago
AnHardt 722829b058 Move buzzing code to buzzr.h & buzzer.cpp (PR#2307) 9 years ago
Scott Lahteine a274769f4f Clean up spacing and comments 9 years ago
AnHardt 6ab7b560af Rework buzzing (PR#2296) 9 years ago
Scott Lahteine 90f858aa85 Use translated strings for axis movement (PR#2280) 9 years ago
wurstnase e7e964432b consistency name for multiplier 9 years ago
AnHardt f18f689c01 Replace MSG_F? with MSG_N? 9 years ago
AnHardt bc0764894a Shift call of start_watching_heater() into setTargetHotend() 9 years ago
Ed Boston ca8d1756d5 Define fixes 9 years ago
Ed Boston a83bf18ee1 More functional seperation 9 years ago
Ed Boston 047e688e93 Changed ADAFRUIT_ST7565 to ELB_FULL_GRAPHIC_CONTROLLER 9 years ago
Ed Boston 41f8cdb3a6 ADAFRUIT_ST7565 9 years ago
Scott Lahteine fcfd99c1ae Add comments to lcd_control_temperature_menu 9 years ago
Scott Lahteine 9b3d4380d3 Only watch the heater that was set 9 years ago
Scott Lahteine 54deb9eea3 Enable WATCH_TEMP_PERIOD by default 9 years ago
brupje 8f8bf3a897 Make Marlin actually compile when #define REPRAPWORLD_KEYPAD is uncommented 9 years ago
Scott Lahteine d4c74b8f8c Don't apply M428 if an error occurs 9 years ago
Scott Lahteine d065d37822 Add M428 to set home_offset logically 9 years ago
Scott Lahteine 5b248757c7 Level Bed in Prepare submenu 9 years ago
Scott Lahteine 0fca084ea6 Make EEPROM reproducible in GCode 9 years ago
Scott Lahteine a22a228bcc Rename files to move them in the IDE 9 years ago
Scott Lahteine a932e7490f No noTone needed, but delay is 9 years ago
Scott Lahteine 9c5d14ea68 Fix BEEPER duration 9 years ago
Scott Lahteine c92b59952a Use millis_t for progress_bar_ms and expire_status_ms 9 years ago
Scott Lahteine 97dfa0365d Rename expireStatusMillis to expire_status_ms 9 years ago
Scott Lahteine ce142afdda G4 shows status message only if no message is set already 9 years ago
Scott Lahteine 2558c10c6c Use the slower feedrate for XY axes 9 years ago
Scott Lahteine 31932912dd Use AxisEnum instead of int for _lcd_move 9 years ago
Scott Lahteine c3560e0288 Include axis parameter to ultralcd's line_to_current 9 years ago
AnHardt f2c94b3298 tone will end automaticly 9 years ago
AnHardt 064f2b37d0 More Beeper clean up. 9 years ago
Scott Lahteine 09d60e0128 Naming and code comments 9 years ago
Scott Lahteine ccddc280be Apply three more commits 9 years ago
Edward Patel a37c7ff16d Manual bed leveling menu fixes. 9 years ago
Scott Lahteine 055b11814a Additional cleanup of ultralcd.cpp 9 years ago
Scott Lahteine 388dd0cfa5 Fix doubled lcd_quick_feedback 9 years ago
Scott Lahteine 5914d9d7de Shuffling declarations.. 9 years ago
Scott Lahteine b328c6e6b6 Shuffling declarations. 9 years ago
Scott Lahteine fb4cefc91d Define lcd_move_[xyz] ahead of lcd_move_menu_axis 9 years ago
Scott Lahteine 9189cc66ab Fix moves for DELTA for MANUAL_BED_LEVELING 9 years ago
AnHardt df50523605 Made encoderPosition and quick_feedback dependant on NEWPANEL 9 years ago
AnHardt bcc04192fc Remove Contrast Menu for U8GLIB_ST7920 9 years ago
Scott Lahteine 43773ff735 Formatting and lcd contrast masking 9 years ago
Scott Lahteine cf9b58452c Minimum delay in menu click feedback 9 years ago
AnHardt ac843fbf3b Fix lcd_status_message 9 years ago