Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB ( #21575 )
4 years ago
Ramiro Polla
1a2cbe100c
Macros to eliminate 'f + 0.0' ( #21568 )
4 years ago
Marcio T
75b790376d
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
45c1432946
G26 Hilbert Curve followup ( #21480 )
4 years ago
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
be775ed72d
Move apply_rotation_xyz into matrix_3x3
4 years ago
Scott Lahteine
8d083eb248
Put ABL state into a class
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
Scott Lahteine
2d2291d00e
More IntelliSense-friendly declarations
4 years ago
Scott Lahteine
da4b6896f7
Group UBL parameters, add comments
4 years ago
Scott Lahteine
e5ff55a1be
Add typedef celsius_t ( #21374 )
4 years ago
Scott Lahteine
dd42831cba
Serial macros cleanup
4 years ago
jbuck2005
ee7701c15b
SPEED => FEEDRATE ( #21217 )
4 years ago
deirdreobyrne
468e437390
Allow Zero Endstops (e.g., for CNC) ( #21120 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
9d24ee8daf
chmod and paths
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
ee93101b24
Custom G26 FR followup
4 years ago
ScrewThisBanana
7f4c5b86db
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
8f7bac4999
Revert "Adding custom move feedrate for G26 ( #20729 )" ( #20870 )
This reverts commit 14567f3459
.
4 years ago
ScrewThisBanana
14567f3459
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
d33fe2378c
Move common strings ( #20846 )
4 years ago
Scott Lahteine
bb597dcf66
Internal G29N for G28+G29 ( #20800 )
4 years ago
qwewer0
e685950d97
Assisted Tramming improvements ( #20298 )
4 years ago
InsanityAutomation
7a168205eb
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
e349a44c60
Preheat before leveling
4 years ago
InsanityAutomation
3404cb1fc4
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
a8dffdebd4
Move G29 3-point startup earlier
4 years ago
Scott Lahteine
889695b6ba
ExtUI homing / leveling additions
4 years ago
Scott Lahteine
b28b2ca266
Cosmetic G29 ABL tweak
4 years ago
Victor Oliveira
ea371618da
Add Touch Calibration screen ( #20049 )
4 years ago
qwewer0
c753d2b7f4
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
6954772ece
Tramming Wizard submenu option ( #20000 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Speaka
2cae26ee35
Fix G35 PROGMEM strings ( #19926 )
4 years ago
uwedamm
a596969049
Fix G2/G3 P<circles> E and Z motion ( #19797 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
InsanityAutomation
6375829448
Apply home offsets to probing, Z Safe Homing ( #19423 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 years ago
nb-rapidia
418b3e5ee2
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
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
f21b91f1a7
Add REPORT_TRAMMING_MM option ( #19682 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Jason Smith
c762b7c91b
Fix various errors, warnings in example config builds ( #19686 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
swissnorp
d02d7a95d1
G35 workaround for Pronterface "feature" ( #19577 )
4 years ago
qwewer0
4424645e04
Multi-line comments cleanup ( #19535 )
4 years ago
Scott Lahteine
c2c6a679ea
Rename LCD conditionals ( #19533 )
4 years ago
Keith Bennett
55ba5044ef
Fix missing include ( #19418 )
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
4 years ago
Scott Lahteine
a445746a8b
Clean up LCD conditionals, DWIN
4 years ago
swissnorp
a12ac5e175
Mark axes not-homed with HOME_AFTER_DEACTIVATE ( #18907 )
4 years ago
Scott Lahteine
462d3eeab1
set_axis_not_trusted => set_axis_never_homed
4 years ago
Scott Lahteine
18adfe87bc
configuration_store => settings
4 years ago