Scott Lahteine
0564cb188f
🚸 Enhanced UI => Professional UI - with updates (#23624 )
3 years ago
Scott Lahteine
7f1286a11f
🎨 Apply F() to status message
3 years ago
Scott Lahteine
417e2530eb
🎨 Apply F() to G-code suite and queue
3 years ago
Scott Lahteine
754b31918a
🎨 Fewer serial macros
3 years ago
Miguel Risco-Castillo
0f61d9e4dd
✨ Ender-3 V2 CrealityUI Enhanced (#21942 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
d95d452b29
🌐 MSG_PROBING_MESH => MSG_PROBING_POINT
3 years ago
Scott Lahteine
b6f720ca1a
✅ Custom logging for MBL
4 years ago
vyacheslav-shubin
e4ac55089e
🩹 Init var to suppress invalid warning (#22396 )
4 years ago
InsanityAutomation
a3e8bb99e4
🎨 ExtUI "user click" and other tweaks (#22122 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
Scott Lahteine
0e1e159187
🎨 Adjust some conditionals
4 years ago
Scott Lahteine
49548c343d
Optimize G-code flag parameters (#21849 )
4 years ago
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING (#21692 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 (#19330 )
4 years ago
Marcio T
45c1432946
G26 Hilbert Curve followup (#21480 )
4 years ago
Miguel Risco-Castillo
930752d46e
Ender 3 V2 Status Line (#21369 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
kpishere
fd8207dd9a
Misc build fixes (#21413 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
Scott Lahteine
708ea3d0bb
Use serial shorthand
4 years ago
Scott Lahteine
bb597dcf66
Internal G29N for G28+G29 (#20800 )
4 years ago
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 years ago
Earle F. Philhower, III
193c0a52d9
Add loose soft endstop state, apply to UBL fine-tune (#19681 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
qwewer0
4424645e04
Multi-line comments cleanup (#19535 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Jason Smith
95d5a0c480
Fix DELTA_CALIBRATION_MENU recursive call (#16656 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
5 years ago
Scott Lahteine
17abb94532
Whitespace patch
6 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI (#14748 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 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
Scott Lahteine
87162658c4
Fix and improve software endstops (#13386 )
6 years ago
InsanityAutomation
c03df89921
ExtUI Mesh Leveling Extensions (#13363 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
Scott Lahteine
a4c15dc54f
Modify MBL to use IJ instead of XY (#12478 )
6 years ago
Scott Lahteine
a163c89c6a
Followup to 50af1d1
6 years ago
Scott Lahteine
50af1d1e08
Differentiate translated On/Off from Serial ON/OFF
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
bed15fcd81
Tweak 'echo_not_entered' used by MBL's G29
6 years ago
Scott Lahteine
486f2a66a9
Fix MBL XY parameter error messages
Fix #11522
6 years ago
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 years ago
Scott Lahteine
306f0f2135
Move Stepper::synchronize to Planner (#10713 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 years ago
Scott Lahteine
65a6a86d19
Don't report point 0 in MBL G29
7 years ago
Scott Lahteine
df2f24617b
Use 0 as the bed position (not Z_MIN_POS)
7 years ago
Scott Lahteine
bb7064cc30
Tweak MBL move to bed code
7 years ago