Scott Lahteine
5e97f37a78
🎨 screws_tilt_adjust_pos => tramming_points
3 years ago
Scott Lahteine
c14b162b9e
🌐 MSG_PROBING_MESH => MSG_PROBING_POINT
3 years ago
Scott Lahteine
dc5ae16861
🎨 Misc code and spacing cleanup
3 years ago
Keith Bennett
4219ae9106
⏪ ️ Revert ABL G29 feedrate ( #22574 )
Reverts 9130f58
3 years ago
Scott Lahteine
c544711f14
🚚 Relocate and adjust DWIN E3V2 ( #22471 )
3 years ago
Scott Lahteine
b567717762
🐛 Prevent ABL G29 setting a funky feedrate
See #22472
3 years ago
Scott Lahteine
245b6e0884
✅ Custom logging for MBL
3 years ago
Scott Lahteine
3e559d5c1c
🎨 abs => ABS
3 years ago
Scott Lahteine
35df24e1cb
🐛 One-based G35 point index output
3 years ago
Scott Lahteine
12581bcc44
🐛 Fix 3-point leveling position
See #22457 . Fixes a G29 regression from #19112 .
3 years ago
vyacheslav-shubin
c944e4fc60
🩹 Init var to suppress invalid warning ( #22396 )
3 years ago
Scott Lahteine
651f15f833
🎨 Cosmetic cleanup
3 years ago
qwewer0
dec083dcc1
⚡ ️ Home Z (and maybe XY) at the start of G35 ( #22060 )
3 years ago
InsanityAutomation
d84e2d6e29
🎨 ExtUI "user click" and other tweaks ( #22122 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
Scott Lahteine
c9a3ba99be
🎨 Adjust some conditionals
3 years ago
DerAndere
c1fca91103
🏗️ Support for up to 6 linear axes ( #19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
e75c3b6c54
🎨 Macros for optional arguments ( #21969 )
4 years ago
Scott Lahteine
6a1e78e614
Optimize G-code flag parameters ( #21849 )
4 years ago
Scott Lahteine
94edfc0a8f
Let M421 C select any point
Fixing #21147
4 years ago
Scott Lahteine
158b26b875
Fix undefined abl_points
4 years ago
pinchies
7e3cf82a40
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
b586b64119
Fix Realtime Reporting with G-code Motion Modes ( #21630 )
4 years ago
Scott Lahteine
c67e115f61
Revert experimental NAN patch
Hold changes from #21575 (24a095c
) for more testing.
4 years ago
fedetony
027a5a872d
Realtime Reporting, S000, P000, R000 ( #19330 )
4 years ago
Scott Lahteine
973f65f80c
Use celsius_t for temperature accessors
4 years ago
Scott Lahteine
c66cbf0d69
Reduce math library code size by 3.4KB ( #21575 )
4 years ago
Ramiro Polla
6d9aaf8de5
Macros to eliminate 'f + 0.0' ( #21568 )
4 years ago
Marcio T
c46c2c4f3c
Touch UI Bed Mesh Screen refactor, enhancements ( #21521 )
- Split mesh view and edit screen into two screens
- The editor now live-updates the graphics
- Added Touch UI mesh progress feedback to `G26`
- Show positive / negative mesh values in different colors
4 years ago
Marcio T
82e6a2ed62
G26 Hilbert Curve followup ( #21480 )
4 years ago
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
259115bb3f
Move apply_rotation_xyz into matrix_3x3
4 years ago
Scott Lahteine
a572e2ed12
Put ABL state into a class
4 years ago
Miguel Risco-Castillo
3c9ffa77f9
Ender 3 V2 Status Line ( #21369 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
kpishere
e087271d48
Misc build fixes ( #21413 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
c6774812fa
More IntelliSense-friendly declarations
4 years ago
Scott Lahteine
af13128430
Group UBL parameters, add comments
4 years ago
Scott Lahteine
3226e12037
Add typedef celsius_t ( #21374 )
4 years ago
Scott Lahteine
fbb30a2570
Serial macros cleanup
4 years ago
jbuck2005
971fb8729a
SPEED => FEEDRATE ( #21217 )
4 years ago
deirdreobyrne
e6bf89e82b
Allow Zero Endstops (e.g., for CNC) ( #21120 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
897291c470
chmod and paths
4 years ago
X-Ryl669
77f48d2bad
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
582458998f
Use serial shorthand
4 years ago
Scott Lahteine
1bc65be70f
Custom G26 FR followup
4 years ago
ScrewThisBanana
b9d19291fe
Adding custom move feedrate for G26 Travel moves, Original #20729 ( #20879 )
* Adding custom move feedrate for G26
This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.
Closes MarlinFirmware/Marlin#20615
4 years ago
Roxy-3D
17a4ef6730
Revert "Adding custom move feedrate for G26 ( #20729 )" ( #20870 )
This reverts commit 14567f3459
.
4 years ago
ScrewThisBanana
5398bfab36
Adding custom move feedrate for G26 ( #20729 )
* Adding custom move feedrate for G26
This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.
Closes MarlinFirmware/Marlin#20615
* Fixing missing default 'G26_XY_FEEDRATE_MOVE' value
This commit adds a default 'G26_XY_FEEDRATE_MOVE' value (max movement speed / 1.5) in the G26.cpp - same behaviour as the default 'G26_XY_FEEDRATE' value
* Adding comment describing functionality in G26.cpp
* Renaming 'G26_XY_FEEDRATE_MOVE' to 'G26_XY_FEEDRATE_TRAVEL'
Configuration parameter renamed for better readability and consistency
MarlinFirmware/Marlin#20615
* Setting 'G26_XY_FEEDRATE_TRAVEL' to a safer value, aligned comments
Changed default value for 'G26_XY_FEEDRATE_TRAVEL' from 150 mm/s to 100 mm/s for safety purposes, comment alignment
MarlinFirmware/Marlin#20615
4 years ago
Scott Lahteine
0b7de80a6f
Move common strings ( #20846 )
4 years ago
Scott Lahteine
6162560b69
Internal G29N for G28+G29 ( #20800 )
4 years ago
qwewer0
7ef03a761b
Assisted Tramming improvements ( #20298 )
4 years ago