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
InsanityAutomation
588fec6474
Minimum temp options for Probing and G12 Nozzle Clean ( #20383 )
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
20bd54f6d3
Preheat before leveling
4 years ago
InsanityAutomation
70d393b5cd
Move ExtUI ABL mesh edit, limit to bilinear ( #20381 )
* Move ExtUI call
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com>
4 years ago
Scott Lahteine
4b6fa1b54d
Move G29 3-point startup earlier
4 years ago
Scott Lahteine
284cc8f62d
ExtUI homing / leveling additions
4 years ago
Scott Lahteine
4e940ffcc2
Cosmetic G29 ABL tweak
4 years ago
Victor Oliveira
3d9b453000
Add Touch Calibration screen ( #20049 )
4 years ago
qwewer0
44f689320b
Use extra G35 BLTouch HS Mode clearance in Tramming Wizard ( #20057 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Speaka
ec5b2aab15
Tramming Wizard submenu option ( #20000 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Speaka
d4669dbf6a
Fix G35 PROGMEM strings ( #19926 )
4 years ago
uwedamm
35d75c354e
Fix G2/G3 P<circles> E and Z motion ( #19797 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
InsanityAutomation
af956bbb32
Apply home offsets to probing, Z Safe Homing ( #19423 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
141f6825ce
Rename ultralcd => marlinui
4 years ago
nb-rapidia
3becc3ad63
Fix IDEX layer shift and DIR states ( #19756 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Earle F. Philhower, III
ea65e10dc7
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
5047979340
Add REPORT_TRAMMING_MM option ( #19682 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Jason Smith
8b4f82cd07
Fix various errors, warnings in example config builds ( #19686 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
swissnorp
0af95b188a
G35 workaround for Pronterface "feature" ( #19577 )
4 years ago
qwewer0
04a712dacc
Multi-line comments cleanup ( #19535 )
4 years ago
Scott Lahteine
58deab1915
Rename LCD conditionals ( #19533 )
4 years ago
Keith Bennett
9d60047018
Fix missing include ( #19418 )
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
4 years ago