1252 Commits

Author SHA1 Message Date
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' () 2019-05-09 11:45:55 -05:00
InsanityAutomation
6811e2921b BLTouch v3 / 3DTouch Interoperability & performance () 2019-05-07 21:25:54 -05:00
Giuliano Zaro
40aff7e1f2 Remove extra MMU (non-12V) code ()
`check_version` in state -5 should not be needed since it has already been called in state -4 and the tested build nr is only updated in state -4.
2019-05-07 21:02:08 -05:00
Tanguy Pruvot
11adcf1ce3 Add'l PLR options, AVR strstr_P compat () 2019-05-07 20:38:40 -05:00
Tanguy Pruvot
24e956d168 Avoid int8_t underflow on filament runout () 2019-05-07 13:58:10 -05:00
Ludy
c837e9250c Define tmc variables where needed () 2019-05-05 22:04:47 -05:00
ManuelMcLure
09f1b58146 Fix HOST_PROMPT_SUPPORT compile issue () 2019-05-04 22:55:51 -05:00
Giuliano Zaro
e2a77ed881 Bring chamber temp to completion () 2019-05-04 22:51:47 -05:00
kAdonis
ee73e17c9b Hide 'vsense' report row if not used () 2019-05-04 22:00:24 -05:00
InsanityAutomation
3fcab8dbf1 Option to disable fans during pause () 2019-05-04 15:50:44 -05:00
Marcio Teixeira
15357af67c Backlash cleanup ()
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
2019-05-03 23:53:15 -05:00
Robby Candra
0181e57417 Add a minimum Z change option to power-loss recovery () 2019-05-02 22:29:05 -05:00
Robby Candra
c369477cb0 Fix bug: diveToFile breaks M23 () 2019-05-02 15:54:24 -05:00
Thomas Moore
ee243e4edf Fix mixing extruder filament change () 2019-05-01 21:55:58 -05:00
chai-md
ed9eaa1942 Fix a comment in fwretract.cpp () 2019-04-26 09:36:29 +02:00
InsanityAutomation
610fb46683 Fix some ExtUI issues () 2019-04-26 09:32:01 +02:00
Robby Candra
35160dfb7a Simplify PLR homing when Z homes to max () 2019-04-16 00:17:27 -05:00
Msq001
455ee23499 Fix, improve Power Loss Recovery ()
- Save and restore workspace offsets
- Add retract and purge (hidden) options
- Always restore axis relative modes
- Use added `G92.9` to do position restores
2019-04-15 18:53:39 -05:00
Scott Lahteine
6a71df2925 Tweak babystep add_steps 2019-04-13 14:14:26 -05:00
Scott Lahteine
7e58d33a2e Update some headers 2019-04-12 13:04:04 -05:00
Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL () 2019-04-09 18:34:29 -05:00
InsanityAutomation
ba31d39f6d Azteeg X5 Mini support () 2019-04-08 23:10:45 -05:00
Scott Lahteine
fae2b7edc3 Update MMU2 code style 2019-04-08 18:13:42 -05:00
Roxy-3D
9cee81d47e Option to show babysteps total since G28 () 2019-04-06 18:04:34 -05:00
Scott Lahteine
028b78f623 Suppress a compile warning 2019-04-05 20:06:19 -05:00
Scott Lahteine
cf12fc8366
Expand on serial debugging () 2019-04-05 20:02:46 -05:00
Scott Lahteine
027a901bec Trim whitespace 2019-04-05 15:04:23 -05:00
Robby Candra
cd1ef33c8c Drop extra PLR save test () 2019-04-04 22:47:00 -05:00
Scott Lahteine
cacec5764a Clean up whitespace 2019-04-04 22:12:02 -05:00
Scott Lahteine
240ea1bbb3 Split up games into separate files 2019-04-04 03:06:19 -05:00
Scott Lahteine
a0a5c31c05
Power-Loss initialization fix ()
- Only save to PLR file on moves with E and X or Y
- Save to PLR after any long-ish Z downward move
2019-04-01 17:52:45 -05:00
Robby Candra
a3f67acd6d Fix Power Loss Recovery file delete () 2019-03-30 13:14:58 -05:00
Msq001
f0d14b83bc Save/restore Relative modes in Power-Loss Recovery () 2019-03-29 13:40:42 -05:00
Scott Lahteine
b46ca9aa94 Less timely comment, tweak conditions 2019-03-26 19:20:13 -05:00
InsanityAutomation
eb91f08725 Update descriptions and dont call unneeded functions 2019-03-26 11:24:52 -04:00
Thomas Moore
c5e96544b5 Fix vtool compiler warning () 2019-03-24 20:02:28 -05:00
Scott Alfter
407202cc0f Fix BLTouch pre-3.0 compatibility () 2019-03-23 23:28:15 -05:00
InsanityAutomation
5eeffab5e5 Fix BLTouch Menus () 2019-03-23 22:58:34 -05:00
InsanityAutomation
5b2c37d6c1 Followup to BLTouch () 2019-03-18 16:31:11 -05:00
InsanityAutomation
3fb8489ae3 EXTUI and UBL compilation fixes () 2019-03-17 07:57:54 -05:00
InsanityAutomation
691e5c3bb8 BLTouch V3.0 support () 2019-03-17 05:57:25 -05:00
Scott Lahteine
49cf92dc36
Extended condition macros ()
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
2019-03-16 23:43:06 -05:00
Tobias Frost
d20eab4f83 Fix macro in set_color() () 2019-03-16 19:05:59 -05:00
InsanityAutomation
09eb30dc05 IDEX Mirror mode based on Formbot / Vivedino Symmetric mode () 2019-03-15 22:46:27 -05:00
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior () 2019-03-14 02:26:07 -05:00
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h () 2019-03-14 02:25:42 -05:00
Scott Lahteine
67bee06e43 No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment-471388743
2019-03-13 07:21:10 -05:00
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins () 2019-03-13 06:51:15 -05:00
Scott Lahteine
87162658c4
Fix and improve software endstops () 2019-03-13 05:48:36 -05:00
Scott Lahteine
6214c997c0 Remove includes of <binary.h> 2019-03-13 05:32:33 -05:00