Alexander Gavrilenko
117df87d19
Support for TFT & Touch Screens ( #18130 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
4 years ago
Leo
c9718504c5
Fix leveling "Point n of 3" message ( #18639 )
4 years ago
Keith Bennett
56c3deb423
Fix G35 output formatting ( #18631 )
4 years ago
Giuliano Zaro
b0c6cfb051
MarlinUI support for up to 5 Material Presets ( #18488 )
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
73fc0778b8
Consolidate probe clearance, add section debug ( #18576 )
* Better section / function log
* Add do_z_clearance motion function
4 years ago
Scott Lahteine
dc6d8357a6
Reduce string duplication
4 years ago
Oliver Jean Eifler
67db7c0294
Probing points followup ( #18552 )
4 years ago
Scott Lahteine
ea520e670a
Fix "Probing mesh point" message
Closes #17770
Co-Authored-By: Jan-Gerard van der Toorn <jan-gerard@users.noreply.github.com>
4 years ago
Scott Lahteine
c43bbcce15
Enforce sensor range for temperature target ( #18465 )
* Mitigate stepper timeout
* Add CHAMBER PWM code
* Structured thermistor tables
* Fix reversed sensor ranges
* Prevent temps outside sensor range
4 years ago
Scott Lahteine
2b286a101a
Quickie G35 patch
4 years ago
Rui Caridade
ac50a355a3
G35: Bed tramming assistant ( #16897 )
4 years ago
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
4 years ago
Scott Lahteine
6e01079b48
G29 patch followup
5 years ago
Scott Lahteine
fac3a7d147
Fix ABL G29 early BLTouch deploy
5 years ago
Scott Lahteine
d9077e51e8
Make M421 more versatile
5 years ago
Scott Lahteine
b8fe3bbd6d
Fix position sync on M420 S0
5 years ago
Scott Lahteine
97e47b4494
Wrap some macros
5 years ago
Scott Lahteine
33217b0dd0
Add HOTEND_OVERSHOOT
5 years ago
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
5 years ago
Scott Lahteine
ab2b98e425
Apply composite tests
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
Scott Lahteine
2ae00db43e
Move G26 heading up
5 years ago
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
5 years ago
Scott Lahteine
2b9d2dce16
Apply GRID_LOOP
5 years ago
Scott Lahteine
c39873759f
Fix Z after ABL Bilinear G29 with fade
Co-Authored-By: Alan T <interstellarmisfit@users.noreply.github.com>
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
a96be32fae
Fix G26 corrupted position
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
Scott Lahteine
be62ab2d02
Move reachable test to Probe class
5 years ago
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
130e36d766
Tweak ABL logging, document probing
5 years ago
Tanguy Pruvot
54aff83179
G26: Allow to set retraction for UBL mesh test ( #16511 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
InsanityAutomation
e58d1bf974
G34 automatic point assignment ( #16473 )
5 years ago
Scott Lahteine
90b6324563
Encapsulate probe as singleton class ( #16751 )
5 years ago
Jason Smith
95d5a0c480
Fix DELTA_CALIBRATION_MENU recursive call ( #16656 )
5 years ago
Tanguy Pruvot
c8ac908db2
Release UI on G26 priming timeout ( #16449 )
5 years ago
tompe-proj
a338dce83f
PINDA v2 temperature sensor / compensation ( #16293 )
5 years ago
Jason Smith
3cade6245e
Fix MIN_PROBE_EDGE bug in default ABL G29 ( #16367 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
InsanityAutomation
1c9ccce520
Add NOZZLE_AS_PROBE (no probe offsets) ( #15929 )
5 years ago
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 years ago
Jason Smith
752a1e76ab
Float ABL mesh boundaries, no probe position rounding ( #16018 )
5 years ago
Scott Lahteine
98f83dc756
Add comments to G29
5 years ago
Scott Lahteine
1d150e41b6
Reduce MMU2 code, add test
5 years ago
InsanityAutomation
2142beb2e5
Fix UI compile error in UBL ( #15981 )
5 years ago
Jason Smith
b904ba0f29
Improve Delta probing / calibration ( #15887 )
5 years ago
Jason Smith
4ede13e36a
Fix G29 for updated meshCount type ( #15960 )
5 years ago
Scott Lahteine
ab9f0f2c4f
Followup to meshCount patch
5 years ago