Commit Graph

1482 Commits

Author SHA1 Message Date
299606e4ae [2.0.x] Memory overflow protection (#9562) 2018-02-10 14:14:34 -06:00
5a70887467 Size lcd_status_message based on language (#9545) 2018-02-08 23:03:47 -06:00
545cd8fa60 Tweak malyanlcd.cpp 2018-02-08 22:00:23 -06:00
9854262334 [2.0.x] Fix compile warning (#9539) 2018-02-08 17:59:03 -06:00
d42a87cb31 Update language Italian
From #9508 by @tnw513
2018-02-08 02:10:15 -06:00
2538f019d0 Update language Basque-Euskera
From #9514 by @1138-4EB
2018-02-08 02:08:41 -06:00
16739264d3 Add UltiController v2.1 support
Add compatibility with the original screen bord from Ultimaker 2 printer (UltiController v2.1 with the PG-2864ALBP I2C display)
2018-02-05 22:30:03 -06:00
38d62494ef Adjustment to DOG_CHAR_*_EDIT 2018-02-05 20:25:45 -06:00
766faa05a9 sp 2018-02-05 15:57:29 -06:00
e5ee0b6f6c Implement MALYAN_LCD 2018-02-04 18:52:44 -06:00
2ea4e74ed3 Misc. comments 2018-02-04 17:40:39 -06:00
786746404b [2.0.x] Apply feedrate to nozzle movement for kinematic machines (#8778) 2018-02-04 00:26:05 -06:00
e1fd9c08b3 [2.0.x] Add support for LPC1769 at 120 MHz (#9423) 2018-02-03 19:33:26 -06:00
9e13d1fad5 [2.0.x] Fix temperature out of LCD (#9461)
Fix bug introduced in #9415
2018-02-03 19:25:04 -06:00
d6e29e9597 Update French language
Based on #9373 by @nikkoura
2018-02-02 01:56:25 -06:00
79796b22ad Fix up _Bootscreen.h and _Statusscreen.h 2018-02-02 00:57:16 -06:00
21179f8300 Fix the "slow" version of the G-code parser 2018-02-02 00:35:58 -06:00
6339b506c0 Make sure binary.h is included as needed 2018-02-01 21:37:35 -06:00
266086670b Better LCD message when heating needed 2018-01-22 04:38:37 -06:00
61bf8478a2 Add hotEnough methods 2018-01-22 04:38:37 -06:00
07db5638e2 Add a heating indicator X offset 2018-01-21 02:04:14 -06:00
719cd53e09 Standardized max temp values
Everywhere in menu items temperatures are "defined value" subtracted by 15.
In one place is subtracted by 5
2018-01-19 19:32:46 +01:00
c7bad74d8f Merge pull request #9202 from benlye/m73-bugfix
[2.0.x] Fix progress bar duration when time is exactly 86400s
2018-01-16 21:14:58 -06:00
f5f1b069ad Convert UBL mesh tilting to all use the same algorithm (#9204)
A number of regressions were patched also. The UBL G29 P2 and P4 Press and Hold had stopped working. It is very possible this is broken in the bugfix_v1.1.x branch also.

The main purpose of the Pull Request is to get the 3-Point mesh tilting to use the LSF algorithm just like the grid based mesh tilt. This simplifies the logic and reduces the code size some what. But the real reason to do it is the 3-Point case can be solved exactly. And by feeding these numbers into the LSF algorithm it provides a way to check all that code for 'correctness'.
2018-01-16 11:08:00 -06:00
554d849827 Fix duration when time is exactly 86400s 2018-01-16 08:12:00 +00:00
fa432508b0 Followup to Ender config 2018-01-15 06:00:21 -06:00
f887719a40 Creality Ender board support 2018-01-15 03:42:24 -06:00
02ff12d491 More up front option to show SD percentage 2018-01-14 23:32:39 -06:00
e633ce06c7 LCD contrast type mismatch is back
WORKS!
2018-01-11 10:32:58 -06:00
3a99dc7c5c 2.0.x Fix compiler warning (#9116)
Fix duplicate language define warning
2018-01-09 16:54:41 -06:00
f26805e862 [2.0.x] UBL Mesh Storage Message (#9095) 2018-01-07 20:33:53 -06:00
5fb6dd1424 Bmp fix
Clockwise arrow fixed
2018-01-06 19:02:36 +01:00
cb0e826c5d Merge pull request #9068 from Bob-the-Kuhn/SD-detect
[2.0.x] SD card detect improvement
2018-01-05 21:09:57 -06:00
f72b0a7b04 1234 2018-01-05 20:36:05 -06:00
e89f1453ab UBL G29 works without settings.load() 2018-01-05 15:48:34 -06:00
1c41de16d4 Trailing whitespace clean 2018-01-05 10:11:31 -06:00
7541316bb4 Add M701/M702 Filament Load/Unload, M603 2018-01-04 15:07:37 -06:00
81211da7b4 M701 / M702 language changes 2018-01-04 05:05:28 -06:00
455592eee8 Improvements to LCD menu macros 2018-01-04 03:56:36 -06:00
4626d04067 as good as i can get it
minor edits to force new Travis test (last one timed out)

Update u8g_com_HAL_DUE_st7920_sw_spi.cpp

initial power up display garbage gone
2018-01-03 22:46:31 -06:00
e43f3ac989 EEPROM init fix 2018-01-03 04:31:01 -06:00
fc67c64b8f Merge pull request #8989 from tcm0116/2.0.x_ubl
[2.0.x] Fix UBL compilation warnings
2018-01-02 21:38:45 -06:00
8afc4f8d9d Fix UBL compilation warnings 2018-01-02 21:00:06 -06:00
e9fc7bc69c Merge pull request #9000 from Bob-the-Kuhn/2.0-LCD-contrast
[2.0.x] lcd_contrast type mismatch work around
2018-01-02 18:46:31 -06:00
39e5fabfa9 Z BabyStepping should not be dependent on a bed leveling system being active 2018-01-01 14:46:50 -06:00
ef911a2d12 works 2018-01-01 14:35:16 -06:00
2929c9e56f A specific option to SLIM_LCD_MENUS 2017-12-31 00:11:22 -06:00
615146c069 Enqueue commands better in ultralcd.cpp 2017-12-30 04:44:59 -06:00
2526ac6500 Display up to 3 extruders on char LCD
…and show bed level indicator at the position of the [H] icon, when a heated bed exists.
2017-12-28 20:17:42 -06:00
db32c185ae Merge pull request #8860 from Bob-the-Kuhn/2.0.x-DUE-RRDFGSC
[2.0.x] DUE - update for Reprap Discount Full Graphic Smart Controller
2017-12-27 05:06:49 -06:00