InsanityAutomation
a6b0223eea
Revive and improve DELTA probe bounds, LRFB options ( #15372 )
5 years ago
Marcio Teixeira
a18d16fb8b
Do not implicitly concatenate localized strings ( #15383 )
5 years ago
Scott Lahteine
665e45e0ba
Reduce string storage, use masking 'seen'
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
5 years ago
InsanityAutomation
e9cf46a9a5
M851 XY 3 point followup (incomplete) ( #15361 )
5 years ago
Scott Lahteine
5288c399ce
Patch probe offset name, defines
5 years ago
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
5 years ago
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets ( #15202 )
5 years ago
Scott Lahteine
5e13fe989f
Rename some feedrate-oriented functions
5 years ago
Scott Lahteine
1a1375964f
Drop unused G26 function
5 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
5 years ago
Scott Lahteine
f9992c5f33
Implausible
5 years ago
Ludy
068c303742
More translatable LCD strings ( #15190 )
5 years ago
InsanityAutomation
f59a7e8b07
Print/display ABL current probe point ( #14788 )
5 years ago
Scott Lahteine
eae543adf3
Apply HAS_SPI_LCD as needed
5 years ago
Scott Lahteine
17abb94532
Whitespace patch
5 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI ( #14748 )
5 years ago
Robby Candra
e96468566d
Fix Z_PROBE_END_SCRIPT in ABL ( #14621 )
5 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
InsanityAutomation
ce656e2a26
Update G-code injection, sub-commands ( #14418 )
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
Scott Lahteine
b14cc0d7c5
Remove extra gcode. prefix
6 years ago
InsanityAutomation
212860f090
Always change to Tool 0 on G29 ( #14146 )
6 years ago
Scott Lahteine
785c01f2bc
Use US spelling of 'behavior'
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
InsanityAutomation
610fb46683
Fix some ExtUI issues ( #13799 )
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
Scott Lahteine
2aa35e95af
More G26 arc cleanup
Followup to #13531
6 years ago
ManuelMcLure
04086fc455
Minor optimization to ARC_SUPPORT code ( #13531 )
6 years ago
InsanityAutomation
7240e3a68f
Allow G26 with no heated bed ( #13511 )
6 years ago
Thomas Moore
263f8edff8
Disable volumetric extrusion during G26 ( #13479 )
6 years ago
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes ( #13420 )
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros ( #13419 )
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(...)`
6 years ago
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h ( #13388 )
6 years ago
Scott Lahteine
87162658c4
Fix and improve software endstops ( #13386 )
6 years ago
InsanityAutomation
c03df89921
ExtUI Mesh Leveling Extensions ( #13363 )
6 years ago
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
6 years ago
InsanityAutomation
d54741eda8
Update some G26 plausible values. Add speed control. ( #13330 )
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs ( #13311 )
6 years ago
Scott Lahteine
808b076000
Update some ABL/UBL conditionals
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
433518de74
Prevent M420 error from disconnecting OctoPrint
Just echo the error instead of labeling it `Error:`.
6 years ago
Marcio Teixeira
81e753064a
Fix ExtUI compile warnings and error ( #12799 )
6 years ago
MasterPIC
3bb8b3529a
Center ABL grid on bed with H parameter. ( #12610 )
6 years ago
Scott Lahteine
b7e38ea249
Signal an invalid mesh for M420 enable / load
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type ( #12557 )
6 years ago