Scott Lahteine
7988e31f5e
whitespace
2020-03-21 21:16:15 -05:00
George Fu
71db5c1605
Fix FYSETC mini 12864 init / glitches ( #17209 )
2020-03-19 14:11:55 -05:00
Scott Lahteine
de45ac41ad
Implement CONTROLLER_FAN_USE_Z_ONLY
...
Followup to #17149
2020-03-18 14:36:40 -05:00
Erkan Colak
83eec683c9
New Controller Fan options and M710 gcode ( #17149 )
2020-03-18 13:41:12 -05:00
Scott Lahteine
abea6d5787
Tweak some lambdas
2020-03-18 10:33:15 -05:00
Joe Prints
1f5824247f
More decimal places for babystep / Z probe offset ( #17195 )
2020-03-17 15:12:52 -05:00
Pascal de Bruijn
2fc0df1b39
Shorter LCD remaining time to prevent overlap ( #17181 )
2020-03-16 14:11:55 -05:00
Roxy-3D
9f85165101
Allow Tool Offset adjustments to have another digit of precision
...
Some of the items in the Tool Offset Adjustment menu (in particular, the Z Offset!!!) were only adjustable with .1mm accuracy.
This is not enough. So the edit menu is switched to float52 to fix the issue.
2020-03-14 18:12:29 -05:00
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
2020-03-13 23:18:16 -05:00
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
2020-03-13 16:29:29 -05:00
Erkan Colak
aa32c47fb5
Shorten German BLTouch menu item names ( #17151 )
2020-03-13 12:34:03 -05:00
nick-diel
7070ea0b49
Add OnPidTuning event to Malyan LCD ( #17143 )
...
All ExtUI LCDs need to keep up with ExtUI API changes.
2020-03-12 19:48:33 -05:00
Scott Lahteine
59cb1466b7
Fix DUGS / DGUS typo
2020-03-12 19:30:18 -05:00
George Fu
201c991cfa
Fix and update DGUS displays ( #17072 )
2020-03-11 03:40:30 -05:00
jufimu12
627aa8db2d
Fix G34, add HOME_AFTER_G34 option ( #17108 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-03-10 20:00:26 -05:00
Scott Lahteine
13118dbd8d
Additional numtostr functions
2020-03-09 17:46:49 -05:00
Scott Lahteine
0f39386d9b
Make BOOTSCREEN_TIMEOUT generally available
2020-03-09 17:46:49 -05:00
Scott Lahteine
64d092935b
More useful ENABLED / DISABLED macros ( #17054 )
2020-03-07 22:20:41 -06:00
Scott Lahteine
3a72b0fd41
Update Chinese (TW) language ( #17071 )
2020-03-05 15:39:49 -06:00
Scott Lahteine
f0248c9ed9
Update Turkish language ( #17070 )
2020-03-05 15:37:02 -06:00
Scott Lahteine
c083728e4c
General code cleanup
2020-03-03 14:20:37 -06:00
ellensp
624ab24a5c
Suppress thisItemNr warning ( #17049 )
2020-03-02 13:14:08 -06:00
Scott Lahteine
b1a50d54e2
HAS_TRINAMIC => HAS_TRINAMIC_CONFIG
2020-03-02 12:04:36 -06:00
Scott Lahteine
870a1f753a
Fix undefined STATUS_CHAMBER_WIDTH
2020-03-01 21:19:50 -06:00
Jason Smith
5da6819277
Fix build issues with REPRAPWORLD_KEYPAD ( #17038 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-03-01 19:54:22 -06:00
Scott Lahteine
3473b21710
Move millis_t includes
2020-03-01 09:50:53 -06:00
Scott Lahteine
5e9a10dbae
Use PSTR for common labels
2020-03-01 08:39:47 -06:00
Roman Moravčík
9f8ee31144
Update Slovak language ( #17002 )
2020-02-27 03:38:46 -06:00
Scott Lahteine
6fd7f4fe1b
Fix unified status bed temp display
2020-02-26 08:09:57 -06:00
Scott Lahteine
ec1b86d9cb
Serial strings in macros
2020-02-26 05:38:33 -06:00
Scott Lahteine
5ebba4b19f
More serial strings
2020-02-26 04:11:12 -06:00
InsanityAutomation
cdcd45d651
Set LCD status for EEPROM errors ( #16977 )
2020-02-26 03:04:02 -06:00
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
2020-02-26 03:02:03 -06:00
Scott Lahteine
6b9a17be16
Language: "failsafe" => "Defaults"
2020-02-26 02:03:47 -06:00
Scott Lahteine
5071fe82ab
Ensure proper SD print completion ( #16967 )
2020-02-25 22:18:14 -06:00
InsanityAutomation
3e685777a8
Fix LCD cutter/bed icons overlapping ( #16956 )
2020-02-25 03:07:36 -06:00
Giuliano Zaro
d13b153230
Update Italian language ( #16947 )
2020-02-25 03:05:58 -06:00
Scott Lahteine
a254354e68
BS_TOTAL_AXIS => BS_TOTAL_IND
2020-02-24 06:11:43 -06:00
Scott Lahteine
5e197df89a
Fix Babystepping loop (again)
2020-02-24 05:48:42 -06:00
Scott Lahteine
8ba5ef8cae
"Init. Media" => "Attach Media"
2020-02-24 05:33:23 -06:00
Giuliano Zaro
529d57bddf
Sync Italian language ( #16935 )
2020-02-23 07:47:30 -06:00
Scott Lahteine
b2328d089a
Allow LCD_PIXEL_WIDTH/HEIGHT override
2020-02-22 21:36:21 -06:00
Tanguy Pruvot
8bc3e63871
Update French language ( #16877 )
2020-02-16 16:39:17 -06:00
Scott Lahteine
5584da388c
Conceal float rounding errors on display
...
Fix #16866
2020-02-15 02:55:41 -06:00
Scott Lahteine
efdaf940a5
Fix byte-to-percent display
...
Fixes #16866
2020-02-15 02:37:13 -06:00
George Fu
63dd0f249d
Fysetc S6 pins / LCD updates ( #16830 )
2020-02-14 07:18:57 -06:00
Scott Lahteine
073e4443e8
Optimize "Dismiss" string
2020-02-14 00:05:06 -06:00
proferabg
3f87f912c5
Enable hotend / bed PID separately in ExtUI ( #16827 )
2020-02-10 16:48:22 -06:00
InsanityAutomation
a9549f7a08
Add PID, probe offsets to ExtUI ( #16792 )
2020-02-09 12:22:53 -06:00
Scott Lahteine
ffcbba4447
Move MSG_MARLIN
2020-02-09 11:37:43 -06:00