837 Commits (2af62a5d8df132a241cb112d59930724f05fb110)

Author SHA1 Message Date
Bob-the-Kuhn 69704b93f2 ultralcd.cpp fix compile error - switch to int16_t 7 years ago
Bob-the-Kuhn 76da81c1de minimize SD card reads when using SDCARD_SORT_ALPHA (Re-ARM board)
Because of the Re-ARM card's pinout there is only one SPI connected to
the RepRap Discount Full Graphic LCD display.  The LCD responds to ANY
SCK transitions no matter if it's enable is inactive.  The result is
garbage (usually bars) on the LCD display whenever there is SD card
activity.

This code minimizes this by only accessing the SD card when changing
directory levels if :
SDCARD_SORT_ALPHA is enabled
SDSORT_USES_RAM is true
SDSORT_CACHE_NAMES is true

The code changes result in file names being pulled from the ALPHA SORT
memory array rather than the SD card.

The code also gives the file count and file index functions their own
variables.  When they shared a common variable the index function
sometimes resulted in the file count being short by 1.

=======================================================================

cardreader.cpp & pins_RAMPS_RE_ARM.h changes

Added another condition to cardreader.cpp to enable getting file names
only from RAM.

pins_RAMPS_RE_ARM.h :
Added comments about the SD card accesses and the LCD display
Combined all versions into this one.
7 years ago
Christopher Pepper 4b16fa3272 Implement HAL and apply macros across code-base
Implement AVR Platform
7 years ago
Scott Lahteine b3f59ec945 Merge pull request #7519 from thinkyhead/bf1_cleanups_aug_16
Add "Level Corners" menu item
7 years ago
Tannoo b33739d493 UBL_Language_Update (#7520)
* UBL_Language_Update

Translatable strings

* Use slightly better wording...

* Use slightly better wording...
7 years ago
Scott Lahteine a1878cd1c0 Add "Level Corners" menu option 7 years ago
Thomas Moore 257b693ab0 Advanced pause fixes (#7518)
* Disallow filament change while paused

* Use kinematic movemements in pause_print and resume_print
7 years ago
Tannoo ab2ac1af71 UBL_LCD_storage_corrections (#7517)
Correcting the storage selection.
Also EEPROM error handling on the LCD.
7 years ago
Scott Lahteine 06541ec885 Merge pull request #7448 from thinkyhead/bf1_delta_fixes
Prevent damage if DELTA_HEIGHT is set badly
7 years ago
Scott Lahteine 3be9c19f12 Hold on move axis screens 7 years ago
Thomas Moore f54e0fc90f Prevent damage if DELTA_HEIGHT is incorrect 7 years ago
Scott Lahteine dd841a3675 Merge pull request #7410 from benlye/user-script-feedback
Make audible user script feedback optional
7 years ago
Florian Heilmann 0fd2923a9f Fix compilation with ADVANCED_PAUSE_FEATURE without SDSUPPORT (#7412)
* Fix compilation of ADVANCED_PAUSE_FEATURE without SDSUPPORT

* Fix Identation

* Make use of IS_SD_PRINTING macro

as per @MagoKimbra
7 years ago
benlye 24af9e1bf4 Make audible user script feedback optional
Add a parameter to enable/disable audible user script feedback
7 years ago
Kai ffe3013bb5 Fix for #7395
Filament change causes freeze during paused print. This PR disables Filament change in the prepare menu when a print from SD Card is paused. See #7395
7 years ago
Scott Lahteine 08b0456d91 Merge pull request #7379 from thinkyhead/bf_manual_bed_level_floor
Manual Bed Leveling: Goto previous Z height at each probe point
7 years ago
Scott Lahteine 29eef360d0 Merge pull request #7308 from thinkyhead/bf_cleanup_config_adv
Fixes for FWRETRACT
7 years ago
Wilfried Chauveau 894608f8a3 Manual Bed Leveling: Goto previous Z height at each probe point 7 years ago
Scott Lahteine ff06e1a030 Merge pull request #7372 from tcm0116/delta_calib_menu
Move Delta Calibration menu to the Prepare menu
7 years ago
Thomas Moore 15e009b6ca Move Delta Calibration menu to the Prepare menu 7 years ago
Scott Lahteine bfd396c13a Patch to fix some compiler warnings 7 years ago
Scott Lahteine 4eff18854b Rename options with swap_ prefix 7 years ago
Scott Lahteine b0173ccdb9 Drop extra initializers for vars initialized by EEPROM code 7 years ago
Jamie Bainbridge 00e4ced58e Stay in User Menu after command. Add feedback.
When a user executes a User Menu command, the LCD returns to the main menu. If the user has multiple menu items they want to run, such as one menu item per bed leveling corner, then it's better to stay in the User Menu rather than return to the main menu.

This PR modifies Marlin to stay in the User Menu after a command.
7 years ago
Scott Lahteine 1066b17457 Merge pull request #7260 from thinkyhead/bf_G33_update_27
Updates to G33 and its LCD code
7 years ago
Tannoo aaacef9441 Corrections (#7231)
20x4 map integration.    Also some minor changes to the UBL Menu layout.     Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
7 years ago
LVD-AC 4bc79ec877 Updates for G33-LCD interface 7 years ago
LVD-AC 3efe4aeef8 Add PROBE_MANUALLY support to G33 7 years ago
Scott Lahteine 4cb45c10dd Patch ubl lcd mesh map indentation 7 years ago
Scott Lahteine abd6ba62b4 Some cleanups for ubl lcd mesh map 7 years ago
Scott Lahteine f17bae1f70 Changes for ubl_lcd_map_control patch 7 years ago
Tannoo 8e0f3b7eba UBL radar map corrections 7 years ago
Scott Lahteine b492e0878d Changes to reduce and simplify 7 years ago
Tannoo e90cbf5c16 UBL Map Cleanup 7 years ago
Scott Lahteine fe7e890b09 Fix issues with ADC_KEYPAD
Fixes #7150
7 years ago
Scott Lahteine e687782875 Merge pull request #7134 from thinkyhead/bf_skynet_a3_ready
Add Skynet/ANET A10 support
7 years ago
dot-bob b3c36c98fd Edit digipot currents via LCD, save to EEPROM 7 years ago
Bob-the-Kuhn 9651d01e1a Add Skynet/ANET A10 support 8 years ago
Scott Lahteine 5fb0d401eb Formatting tweaks 8 years ago
MagoKimbra d26c8cc5c8 fix_planner_refresh_e_positioning (#7103)
* fix_planner_refresh_e_positioning

* Fix
8 years ago
Scott Lahteine 424d0bae8b Merge pull request #7100 from thinkyhead/bf_HAL_prepare
Apply maths macros and type changes ahead of HAL
8 years ago
Scott Lahteine 6c45d0fd81 Apply maths macros and type changes ahead of HAL 8 years ago
Scott Lahteine 8a51e2960c Improve the experience of editing steps_per_mm 8 years ago
Scott Lahteine 499bb85a95 Clean up, put ubl menu itemization closer at hand 8 years ago
Tannoo 90f5f82926 Step-by-Step Menu addition 8 years ago
Scott Lahteine 0c616700f3 Merge pull request #7097 from thinkyhead/bf_dac_percents_fix
Convert DAC percent to uint8_t
8 years ago
Bob-the-Kuhn a1c65fd3d5 convert DAC percent to uint8_t
=====================

add test to Travis
8 years ago
Scott Lahteine 4857a3ba48 Formatting and spelling 8 years ago
Thomas Moore 3d24c329af M600 fixes 8 years ago
Bob-the-Kuhn 6cb9bb27fe Move lcd_refresh_zprobe_zoffset definition 8 years ago