Scott Lahteine
f907de272a
Fix mesh point sign
...
Most obvious part of #17670
Co-Authored-By: FilippoR <filippo.rossoni@gmail.com>
2020-04-25 16:50:05 -05:00
Giuliano Zaro
4d3a2bd22c
Clean up filament change menu ( #17702 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-25 10:56:56 -05:00
Scott Lahteine
ab2b98e425
Apply composite tests
2020-04-23 21:53:52 -05:00
Scott Lahteine
55d66fb897
Add HAS_JUNCTION_DEVIATION
2020-04-23 21:53:51 -05:00
Scott Lahteine
69f211cf78
Add empty ui.completion_feedback
2020-04-23 15:17:25 -05:00
studiodyne
2f6262c27b
Automatic Tool Migration feature ( #17248 )
2020-04-22 21:03:28 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Mathias Rasmussen
875cd4e081
Remove 'Media Released' message ( #17272 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-20 09:17:55 -05:00
Jason Smith
cba58b1027
Fix "possible buffer overrun" warning ( #17513 )
2020-04-20 07:16:38 -05:00
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
2020-04-20 00:12:22 -05:00
Scott Lahteine
ad7a6e10a7
Fix no-bed compile error
2020-04-19 00:57:29 -05:00
Scott Lahteine
e4903396d4
Fix up pausing / parking display ( #17460 )
2020-04-11 20:36:17 -05:00
Scott Lahteine
48919c54fb
Add SRAM command injection ( #17459 )
2020-04-09 20:05:58 -05:00
Ben
df8b7dfc40
Various Laser / Spindle improvements ( #15335 )
2020-04-02 19:31:08 -05:00
Scott Lahteine
747b964295
Clean up user-wait, SD completion ( #17315 )
2020-03-28 03:18:53 -05:00
Scott Lahteine
53fe572bbd
Limited backlash editing with Core kinematics ( #17281 )
2020-03-27 22:00:27 -05:00
InsanityAutomation
bed41af868
Fix Stepper PWM menu ( #17298 )
2020-03-27 17:30:17 -05:00
MarkMan0
4113481c4e
Fix limits on acceleration editing ( #17280 )
2020-03-24 15:13:37 -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
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
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
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
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
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
Scott Lahteine
a254354e68
BS_TOTAL_AXIS => BS_TOTAL_IND
2020-02-24 06:11:43 -06:00
Scott Lahteine
8ba5ef8cae
"Init. Media" => "Attach Media"
2020-02-24 05:33:23 -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
Scott Lahteine
ffcbba4447
Move MSG_MARLIN
2020-02-09 11:37:43 -06:00
ellensp
7d4fa9d504
Fix LCD Z Move character LCD display line ( #16772 )
2020-02-03 18:35:06 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Scott Lahteine
7f9c62437e
Corner Leveling: Add inset for each side ( #16759 )
2020-02-03 00:00:35 -06:00
Scott Lahteine
4716dac874
Apply REPEAT, RREPEAT, and loop macros ( #16757 )
2020-02-01 21:00:53 -06:00
Scott Lahteine
c4cbc54484
Suppress a compile warning
2020-02-01 10:38:07 -06:00
Scott Lahteine
90b6324563
Encapsulate probe as singleton class ( #16751 )
2020-02-01 04:21:36 -06:00
Jason Smith
131acf304b
Fix Manual Bed Leveling with multiple extruders ( #16688 )
2020-01-27 15:57:21 -06:00
Scott Lahteine
5e3e8fcdb9
Fix PID F menu label
2020-01-26 17:07:18 -06:00
Jason Smith
95d5a0c480
Fix DELTA_CALIBRATION_MENU recursive call ( #16656 )
2020-01-26 00:02:06 -06:00
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans ( #16595 )
2020-01-25 02:13:39 -06:00
Giuliano Zaro
ef8f829513
Fix CHAMBER_MAXTEMP security margin ( #16600 )
2020-01-20 00:44:51 -06:00
InsanityAutomation
d9cdb4ae19
Move steps/mm out of slim menus ( #16603 )
2020-01-20 00:43:19 -06:00
InsanityAutomation
0fcf2b1110
Quad Z stepper support ( #16277 )
2020-01-19 23:35:07 -06:00
InsanityAutomation
ffd8b595d1
Fix PLR cancel with ExtUI ( #16556 )
2020-01-13 20:52:24 -06:00
Scott Lahteine
1457e40208
Make lcd_power_loss_recovery_cancel exportable
2020-01-13 20:25:12 -06:00
Tanguy Pruvot
f9f7697b96
Fix Probe Offset XY edit items (et Français) ( #16523 )
2020-01-10 13:04:59 -06:00
InsanityAutomation
409d7378d9
Add Probe Offsets menu ( #16444 )
2020-01-10 00:47:38 -06:00
thisiskeithb
5beca89412
Add menu item Tune > Advance K ( #16488 )
2020-01-08 17:43:36 -06:00
Alejandro Aguilera
5a5e1d0401
Fix Change Filament menu item with runout ( #16485 )
2020-01-08 16:03:23 -06:00
Tanguy Pruvot
d1e55a2d1d
Remove extra UBL map edit menu item ( #16451 )
2020-01-05 02:25:03 -06:00
Vertabreaker
b841b9bd01
Add example configs. Expand custom menu. ( #16286 )
...
- Anet E10
- Geeetech D200
- Geeetech M201
- JGAurora Magic
- MakerFarm Pegasus 12
2020-01-03 20:37:22 -06:00
Scott Lahteine
aa4db785f2
MSG_WATCH => MSG_INFO_SCREEN
2020-01-03 19:50:55 -06:00
InsanityAutomation
d129ac1b37
Z-offset edit precision based on value limits ( #16425 )
2020-01-02 20:40:40 -06:00
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
2020-01-02 19:01:38 -06:00
randellhodges
c75b560604
PWM pin not needed for Neopixel brightness / submenu ( #16345 )
2020-01-02 17:50:19 -06:00
Scott Lahteine
832321f55d
Fix games menu back item, titles
2019-12-31 16:06:16 -06:00
dagorel
1c4f672eae
Formalize DAC percent strings ( #16176 )
2019-12-10 23:37:25 -06:00
Tanguy Pruvot
ab61c09bff
Improve touch buttons behavior ( #16109 )
2019-12-06 00:47:50 -06:00
Scott Lahteine
f83bc0aa13
Optimize common strings
...
Saves 128 bytes in testing with `mftest mega 1 -y`
2019-11-29 22:54:42 -06:00
timeburn
a5a143f944
Include host_actions.h in G34 ( #16014 )
2019-11-26 16:38:41 -06:00
haschtl
ff6518c0a8
Add PID_FAN_SCALING option ( #15585 )
2019-11-26 03:34:43 -06:00
Scott Lahteine
1d150e41b6
Reduce MMU2 code, add test
2019-11-26 02:15:31 -06:00
Jason Smith
c497a491f4
Fix a PID_EXTRUSION_SCALING menu item ( #15988 )
2019-11-24 17:01:14 -06:00
Jason Smith
b904ba0f29
Improve Delta probing / calibration ( #15887 )
2019-11-21 03:26:00 -06:00
InsanityAutomation
e81b946f06
Better singlenozzle stored fan speed menus ( #15921 )
2019-11-20 00:14:56 -06:00
Giuliano Zaro
aa89bb71f9
Fix MMU2 compile error ( #15923 )
2019-11-19 23:22:02 -06:00
Scott Lahteine
27cb4db80e
Reduced string storage using tokens ( #15593 )
2019-11-14 20:30:30 -06:00
Jason Smith
b3f81eead5
Fix/improve TURBO_BACK_MENU_ITEM ( #15856 )
2019-11-09 19:27:30 -06:00
Scott Lahteine
776632c503
Add and apply REPEAT macro ( #15829 )
2019-11-09 17:59:04 -06:00
Luu Lac
ed6bbe012b
Fix incomplete 'Homing XYZ' screen draw ( #15830 )
2019-11-07 19:14:02 -06:00
Scott Lahteine
0be9fdb455
Move single-use to lambdas
2019-11-07 00:28:33 -06:00
Scott Lahteine
84ce3a6bea
LCD corner screen handler lambda
2019-11-07 00:24:16 -06:00
Luu Lac
4ee3502c8f
Fix "confused intellisense" ( #15817 )
2019-11-06 15:54:09 -06:00
Scott Lahteine
f5b5b9e8ec
Bring filament menu up to speed
2019-11-05 17:16:12 -06:00
Scott Lahteine
e9805a0bcb
Go to previous menu on object cancel
2019-11-04 16:13:10 -06:00
Scott Lahteine
51fd226a4d
Unconfuse intellisense
2019-11-04 15:40:56 -06:00
Scott Lahteine
15f94e5ee5
Add NUL_STR global
2019-11-02 07:31:07 -05:00
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
2019-11-02 07:28:20 -05:00
Scott Lahteine
ca6d00b862
Save some string flash
2019-11-02 00:48:05 -05:00
Scott Lahteine
23d21dd81c
Tweak lambdas
2019-11-02 00:05:23 -05:00
Scott Lahteine
d5c1c72a76
Tweak CW/CCW bitmaps
2019-10-29 16:53:07 -05:00
Scott Lahteine
aaf018e5a0
Language changes
2019-10-29 16:20:35 -05:00
studiodyne
319e2b5760
Fan menus fix. FR cosmetic change. ( #15714 )
2019-10-28 16:49:31 -05:00
studiodyne
f139642e0f
XY/Z Babystep Multiplicators ( #15691 )
2019-10-28 16:44:17 -05:00
Scott Lahteine
ade76e53de
Fix A10M/A20M mixer display
...
Co-Authored-By: 3Dangel <3dangel@users.noreply.github.com>
2019-10-28 16:26:54 -05:00
Scott Lahteine
9aff30da0c
Confirm object cancellation ( #15660 )
2019-10-27 19:50:21 -05:00
Scott Lahteine
600429a067
Cancel Objects followup
2019-10-25 20:08:45 -05:00
Scott Lahteine
93f0012959
Cancel Objects - As seen at ERRF2019 ( #15590 )
2019-10-24 15:35:40 -05:00
Scott Lahteine
af214ff121
Fix up PSU_CONTROL checks
2019-10-22 16:16:12 -05:00
Scott Lahteine
f00b48f9a8
Expand encoder value range
2019-10-21 18:56:24 -05:00
Antti Andreimann
40de135d4d
Fix CUSTOM_USER_MENU_TITLE non-translated string ( #15575 )
2019-10-16 13:53:12 -05:00
Scott Lahteine
b7b303f4bf
Spindle/Laser power in planner blocks ( #14437 )
2019-10-15 16:10:20 -05:00
Krystian Booker
62aa137548
Fixed pid_autotune_menu made pid_label accessible ( #15551 )
2019-10-13 16:46:06 -05:00
Roxy-3D
37550e9d98
Allow 3-digit LCD Display of value
...
The LCD Display shows 3 digits of precision, not 4.
So change the bounding value to something more rational.
2019-10-13 14:34:51 -05:00
Roxy-3D
05eed72b69
Allow LCD Menu to adjust Junction Deviation lower
...
Allow LCD Menu to adjust Junction Deviation lower than .01. Some machines currently have a JUNCTION_DEVIATION_MM value as low as .005 mm. In the case of non-Linear-Advance machines... The upper limit is raised to .5 mm.
Probably more thought needs to be given to the Linear Advance case. It maybe it doesn't need a special case and should just use the same bounds as the non-Linear Advance case.
2019-10-12 17:36:43 -05:00
LinFor
b20d5a7cc6
Estimate Remaining Time (graphical display) ( #15497 )
2019-10-10 21:03:33 -05:00
Robby Candra
6f60838736
Fix PAUSE_MODE_CHANGE_FILAMENT menu item ( #15501 )
2019-10-10 19:39:32 -05:00
ANMay-ru
b119c14017
Clean up LCD print, align ( #15498 )
2019-10-09 20:41:44 -05:00
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
2019-10-09 19:46:10 -05:00
Scott Lahteine
c0005e939c
Enable junction deviation by default ( #15481 )
2019-10-08 19:42:18 -05:00
Scott Lahteine
5becda25c5
Followup to E renumbering
2019-10-08 17:37:17 -05:00
Scott Lahteine
cb1cb72c76
Fix Move Z menu item
2019-10-08 17:24:40 -05:00
Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible ( #15452 )
2019-10-07 19:44:33 -05:00
Scott Lahteine
211ff67440
Patch blocking and manual moves
2019-10-06 23:58:19 -05:00
Scott Lahteine
9188ce1a8d
Add JOIN for simple append
2019-10-06 22:01:06 -05:00
Scott Lahteine
51ae13fc8c
Compact MIN/MAXTEMP_ALL
2019-10-06 21:58:58 -05:00
Giuliano Zaro
a3ec573984
Uniform fan speed & case light
2019-10-05 18:34:11 -05:00
Scott Lahteine
6b945eb548
Show "FILAMENT CHANGE" during filament change
2019-10-03 07:45:52 -05:00
Scott Lahteine
72d791a736
Standardize active/paused functions
2019-10-03 06:27:30 -05:00
Scott Lahteine
719615a6b6
Simplify edit menu items
...
The `edit` part of menu items displaying values is not needed. Menu edit types can be modeled on sub-menus.
2019-10-03 06:27:30 -05:00
Scott Lahteine
273cbe931e
Aliases for common menu item types
2019-10-03 06:15:21 -05:00
InsanityAutomation
438835f6a5
Configurable Max Accel, Max Feedrate, Max Jerk edit limits ( #13929 )
2019-10-01 19:59:48 -05:00
Scott Lahteine
7cd72de8bc
General cleanup, style
2019-09-30 22:57:23 -05:00
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
2019-09-30 22:56:22 -05:00
Marcio Teixeira
e3ff27c95a
Prevent duplication of PSTRs to save memory ( #15435 )
2019-09-30 22:53:34 -05:00
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
2019-09-29 04:25:39 -05:00
Tim Moore
7e72768433
Info Menu: Runaway Watch state ( #14827 )
2019-09-28 21:53:40 -05:00
Ludy
a628d77798
Fix compile error with 6 hot-ends ( #15405 )
2019-09-28 15:30:41 -05:00
Scott Lahteine
2277c6dffc
Optimize SD card reader, sorting ( #15395 )
2019-09-28 15:28:05 -05:00
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
2019-09-27 04:45:01 -05:00
Scott Lahteine
d683f98019
Return buffer in duration.toString
2019-09-27 04:45:01 -05:00
Scott Lahteine
dc65788511
Shorthand for __VA_ARGS__
2019-09-27 04:43:34 -05:00
Marcio Teixeira
a18d16fb8b
Do not implicitly concatenate localized strings ( #15383 )
2019-09-27 04:38:43 -05:00
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
2019-09-26 01:28:09 -05:00
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
2019-09-24 23:36:09 -05:00
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets ( #15202 )
2019-09-24 21:29:21 -05:00
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
2019-09-17 18:16:28 -05:00
Tanguy Pruvot
d277e93f4d
Configurable TOUCH_BUTTONS repeat delays ( #15245 )
2019-09-16 21:32:55 -05:00
Robby Candra
98233b1de0
Add root flag to CardReader ( #15275 )
2019-09-16 17:49:55 -05:00
Scott Lahteine
d5f5203880
Use "mount" as card verb
2019-09-15 03:12:44 -05:00
Tanguy Pruvot
15bea5043c
Followup to SD menu optimization ( #15252 )
2019-09-14 06:42:28 -05:00
Frederik Kemner
3348a7d223
Fix Info Menu with EXTRUDERS==0 ( #15230 )
2019-09-13 01:36:44 -05:00
Robby Candra
3f129b6574
Touch Buttons variable repeat delay ( #15236 )
2019-09-12 22:14:24 -05:00
Robby Candra
1ab3521351
Optimize Media Menu display/scrolling ( #15233 )
2019-09-12 18:06:07 -05:00
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
2019-09-10 02:20:49 -05:00
Ludy
068c303742
More translatable LCD strings ( #15190 )
2019-09-08 00:15:25 -05:00
George Fu
8e044ea898
Fix up Fysetc configs, pins. Fix menu type float5
. ( #15157 )
2019-09-04 13:06:23 -05:00
Scott Lahteine
586b334c2a
Split up stepper indirection ( #15111 )
2019-08-31 19:44:45 -05:00
AlexandrZloy
0ebaea94be
Add stallGuard threshold for X2 ( #15042 )
2019-08-29 00:15:31 -05:00
Scott Lahteine
b8e4b993d6
Separate board website URL
2019-08-28 04:44:40 -05:00
Scott Lahteine
6341aefda3
Info menu tweak style
2019-08-28 04:43:42 -05:00
InsanityAutomation
f218405c36
Fix ExtUI invalid speed, timer ( #15031 )
2019-08-25 04:46:02 -05:00
Tim Moore
8033bc87ea
Turbo-back Info menu items ( #15049 )
2019-08-24 19:50:04 -05:00
Tanguy Pruvot
0a280f00c2
Flag unused variables without buzzer ( #15016 )
2019-08-23 22:21:30 -05:00
Scott Lahteine
7924e0d819
Add print at position shortcuts
2019-08-22 19:37:04 -05:00
Marcio Teixeira
825c2c3dc4
Fix fan speed encoder scaling ( #15010 )
2019-08-21 03:49:43 -05:00
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option ( #14991 )
2019-08-20 19:37:03 -05:00
Scott Lahteine
0cc524b84f
Prevent BOARD_NAME conflict with env
2019-08-20 19:10:36 -05:00
InsanityAutomation
af5a7a2925
Add missing ExtUI user confirmation ( #14992 )
2019-08-18 21:03:26 -05:00
Robby Candra
823178c272
Use u8g int type for screen coordinates ( #14965 )
2019-08-17 19:58:38 -05:00
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI ( #14967 )
2019-08-16 18:34:13 -05:00
Marcio Teixeira
263d7d37af
"SD card" => "Media" ( #14951 )
2019-08-14 17:52:14 -05:00
Marcio Teixeira
dc21e2e691
Increase XY nozzle offset range ( #14882 )
2019-08-10 19:24:41 -05:00
Marcio Teixeira
fa533846a7
Bury easter egg deeper ( #14883 )
2019-08-10 19:23:37 -05:00
Tanguy Pruvot
8cc0b4bf5e
Revert "Edit STEPS_PER_MM integer only" ( #14909 )
...
This reverts commit 2d98bb39bd
.
2019-08-10 00:58:21 -05:00
Ludy
9479ec32f7
Fix Service Menu compile error ( #14903 )
2019-08-10 00:53:26 -05:00
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f ( #14869 )
...
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
2019-08-08 01:51:37 -05:00
Jason Smith
534c105a7a
Fix 16-bit range check in TMenuItem::action_edit ( #14834 )
2019-08-05 20:02:29 -05:00
Scott Lahteine
8f0aedeead
Reorder some language defines
2019-08-05 19:12:00 -05:00
Scott Lahteine
2d98bb39bd
Edit STEPS_PER_MM integer only
2019-08-04 19:39:52 -05:00
Robby Candra
128eed6b57
Option to reverse select direction/buttons ( #14693 )
2019-07-30 17:42:57 -05:00
Acenotass
659d06d9b9
M48 menu item, result to status ( #14772 )
2019-07-30 02:31:14 -05:00
MarcelMo
f8aa52346f
Configurable Z move distance ( #14593 )
2019-07-30 02:16:26 -05:00
Scott Lahteine
842466f4d9
Mixer patch, etc.
2019-07-29 22:20:28 -05:00
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg ( #13829 )
2019-07-28 22:47:20 -05:00
Scott Lahteine
180f9a4c22
Remove obsolete info menu includes
2019-07-28 20:20:33 -05:00
Ludy
c4bb458763
BUZZ cleanup ( #14760 )
2019-07-28 19:14:50 -05:00
Marcio Teixeira
fec52e61ea
Use shared memory space for game data ( #14727 )
2019-07-28 01:44:16 -05:00
Ludy
39e1726498
Comments, includes ( #14671 )
2019-07-20 01:41:34 -05:00
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change ( #14628 )
2019-07-17 19:41:15 -05:00
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
2019-07-17 03:14:44 -05:00
Scott Lahteine
eaf1c0954e
Update some precompiler tests
2019-07-14 13:09:16 -05:00
InsanityAutomation
ce02c6cee2
Variable tool change purge ( #14618 )
2019-07-14 11:40:58 -05:00
Ludy
6dcb85927a
Update German language, &c. ( #14613 )
2019-07-14 04:34:55 -05:00
Scott Lahteine
3cd9a92dcc
Use REVERSE_ENCODER_DIRECTION in do_select_screen
2019-07-11 15:17:26 -05:00
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
2019-07-10 03:35:39 -05:00
Scott Lahteine
fe02241044
NONE on combined options
2019-07-05 18:20:24 -05:00
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
2019-07-05 18:14:02 -05:00
Tim Moore
eb6dec03bd
Simplify power supply naming logic ( #14488 )
...
Co-Authored-By: Tim Moore <tim.moore@lightbend.com>
Co-Authored-By: AnHardt <github@kitelab.de>
2019-07-05 01:58:34 -05:00
Tanguy Pruvot
ca7f56e60b
Add 0.025mm Manual Move for Z ( #14456 )
2019-07-01 03:17:50 -05:00
Tanguy Pruvot
24655a6bf3
Touch-MI Menu and Manual Deploy option ( #14290 )
2019-06-30 23:55:27 -05:00
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
2019-06-29 22:49:50 -05:00
Marcio Teixeira
e6cf7860e8
Improve ExtUI, fix compiler errors, warnings ( #14441 )
2019-06-29 00:23:57 -05:00
Scott Lahteine
1a09c4dea5
Cutter class followup
2019-06-28 15:34:17 -05:00
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
2019-06-27 23:58:16 -05:00
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
2019-06-27 23:06:49 -05:00
Scott Lahteine
3d9d72e8db
Include order, spacing, etc.
2019-06-23 04:02:52 -05:00
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
2019-06-20 15:47:50 -05:00
Scott Lahteine
9131b11944
Games in Info menu, if enabled
2019-06-19 00:03:32 -05:00
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
2019-06-19 00:00:19 -05:00
Scott Lahteine
6b2d42434c
Wrap main menu external declarations
2019-06-17 21:44:56 -05:00