224 Commits (71adb1ee59d154df88388e1f34aa713be443bde7)

Author SHA1 Message Date
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
Edward Patel 0e6514e7bd Bug fix! Missed putting z value back in right slot after zigzag mod. 9 years ago
AnHardt 340d165a9c Reduce display updates for dogm displays 9 years ago
AnHardt 418d22d7b3 Revert "Testloop cleanup" 9 years ago
AnHardt 6361404b91 Testloop cleanup 9 years ago
AnHardt 6d4b3f0d6a Move the condition before the loop 9 years ago
AnHardt 4cb7dfc546 Move the 'alive dot' in every displayloop 9 years ago
Scott Lahteine 61f8394361 Compare indices instead of floats for probe actions 9 years ago
Edward Patel 6b91b7b411 Mesh bed leveling: Added G29 S3 + finer steps in manual probing. 9 years ago
Chris Roadfeldt a57862e29f Cleaning up code in prep for merge with upstream. 9 years ago
AnHardt 19b11dfdd7 Fix can't enter MENU_MULTIPLIER_ITEM 9 years ago
Scott Lahteine 571652c49b Fix LCD click 9 years ago
Chris Roadfeldt e08f8eed05 Revert 06f767d..cba5692 9 years ago
Scott Lahteine 5519882eea Fix up LCD_PROGRESS_BAR 9 years ago
Scott Lahteine 8c136a5ab5 Conditionals and comments for PS = 0 9 years ago
Scott Lahteine 2faed961ce Allow POWER_SUPPLY 0 for no power switch 9 years ago
AnHardt 50a732360a Replace extrudemultiply by extruder_multiply[active_extruder] 9 years ago
Scott Lahteine ba871e46bf Fix compiler warnings 9 years ago
Scott Lahteine 78090275a9 Fix probe range editing 9 years ago
Christian Bohn eab5fad539 code formatting 9 years ago
Christian Bohn 4c3cbc0961 use only one implementation for beeper feedback 9 years ago
AnHardt 8848b7e9ef Add the missed {} to END_MENU in ultralcd.cpp 9 years ago
nicolas-rambaud 37cde8a191 Report changes from previous PR from old code base including : 9 years ago
Scott Lahteine 691e753cc3 Don't add home offsets in G29 9 years ago
AnHardt 64e3d33893 Fix shrinked menucode 9 years ago
Scott Lahteine b6d381f863 Divide up Conditionals to get LCD items early 9 years ago
Scott Lahteine 670006b919 Remove invariant code from Configurations 9 years ago
alexborro e650d4044e Fix "Stop Print" function in the LCD menu 9 years ago
AnHardt 5099b86ad4 lcd_autostart_sd() has two conditions. 9 years ago
AnHardt 5d81c779cc lcd_control_retract_menu() is conditional. 9 years ago
AnHardt 450b89e63c Negative times are unlikly 9 years ago
Scott Lahteine 3405f85a6a Reduce size of menu code 9 years ago
Edward Patel 8005d22c81 Added menu option for bed leveling. 9 years ago
Scott Lahteine c37f7d15c9 - Rename WRITE_E_STEP for consistency 9 years ago
alexborro 9157cbd8f3 Add Travel Acceleration and change the M204 options 9 years ago
AnHardt 6fc2ccd568 Make use of new remenbering fontswitch. 9 years ago
Scott Lahteine f379edca78 Cleanup rotary encoder encrot* defines 9 years ago
Scott Lahteine 2af559cca3 Shared function for menu_edit_* and menu_edit_callback_* 9 years ago
Scott Lahteine 517f411999 Spacing adjustment to menu_edit* macro 9 years ago
Scott Lahteine 4938ae5caf Add required backslash for macro expansion 9 years ago
Scott Lahteine e182cdebf9 Add required backslash for macro expansion 9 years ago
Scott Lahteine fa4c36df68 Fix menu callback issue wrt LCD_CLICKED 9 years ago