Scott Lahteine
a1f026f57a
Inline manage_inactivity, tweak autoreport_paused
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
90b6324563
Encapsulate probe as singleton class ( #16751 )
5 years ago
Jason Smith
3cade6245e
Fix MIN_PROBE_EDGE bug in default ABL G29 ( #16367 )
5 years ago
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
6 years ago
Scott Lahteine
665e45e0ba
Reduce string storage, use masking 'seen'
6 years ago
Scott Lahteine
ee7558a622
Tweaks to Z fade behavior
6 years ago
Robby Candra
9c288a682d
Followup to probe_at_point change ( #15342 )
6 years ago
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
6 years ago
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets ( #15202 )
6 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
6 years ago
Jamie
dbee0e9c54
Analog joystick jogging control ( #14648 )
6 years ago
Roxy-3D
cdf4ed87a1
Add back required precision for off printer mesh saves
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
Scott Lahteine
cacec5764a
Clean up whitespace
6 years ago
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes ( #13420 )
6 years ago
InsanityAutomation
c03df89921
ExtUI Mesh Leveling Extensions ( #13363 )
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs ( #13311 )
6 years ago
Scott Lahteine
f37df28d17
UBL G29 T current position fix
Counterpart to #12845
6 years ago
Scott Lahteine
e15354e387
Simplify serial port redirect ( #13234 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
4fa1c52688
Tweak serial output code
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type ( #12557 )
6 years ago
Scott Lahteine
1fcc13b011
Allow Serial Overrun Protection to be disabled
6 years ago
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton ( #12395 )
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
6 years ago
Scott Lahteine
3583e2b449
Followup to Menu Refactor ( #12275 )
7 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers ( #11977 )
7 years ago
Scott Lahteine
0746aff595
Improve UBL mesh report. Add M420 T, M421 N
7 years ago
Scott Lahteine
ae39fbd646
Also suppress keepalive with suspend_auto_report
7 years ago
Scott Lahteine
1d604be671
Suspend auto-report during UBL map output
7 years ago
Roxy-3D
306f44198e
Prevent serial buffer overrun in Pronterface
75ms might be excessive... But I know people are seeing problems with PronterFace as the client...
7 years ago
Scott Lahteine
966d9af98a
Mesh export in Bilinear + UBL M503
7 years ago
Thomas Moore
f7efac57b7
Multi-host support
8 years ago
Scott Lahteine
3d796d8040
Move debug code
7 years ago
Scott Lahteine
03ba79f144
Sync and report changed position
7 years ago
Scott Lahteine
2fde60da12
Changes for parity with 1.1.x
7 years ago
Scott Lahteine
c6b0c104bb
Adapt G26 to work for all meshes
7 years ago
Scott Lahteine
580b6e9089
Apply physical limits to mesh bounds
8 years ago
Scott Lahteine
1344ca4b2f
UBL no longer needs ubl_state
8 years ago
Scott Lahteine
3e3911fb81
Use planner.leveling_active for all leveling systems
8 years ago
Scott Lahteine
1adb5a6a48
Remove obsolete UBL z_offset
8 years ago
Scott Lahteine
551752eac7
Consolidate "bedlevel" code
8 years ago
Scott Lahteine
722786966a
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
8 years ago
Scott Lahteine
4a82e95c3e
Feature file updates
8 years ago
Scott Lahteine
fa5f9c2aec
Move 'feature' files
8 years ago
Scott Lahteine
062131554f
Followup to #7045
8 years ago
Roxy-3D
824f71d503
LCD Panel Interactive Mesh Editing ( #7045 )
Original Mesh Bed Leveling replacement put at top of UBL Menu Options to
help facilitate the removal of the Original Mesh Bed Leveling.
Radar display (and control) of the UBL Interactive Mesh Editing.
8 years ago
Scott Lahteine
e94f79ccea
Patch some serial macros
8 years ago