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 >
5 yıl önce
Scott Lahteine
abc5c93986
Clean up some MMU comments
5 yıl önce
Giuliano Zaro
95c2cc3966
Remove outdated comment (#18597 )
5 yıl önce
Scott Lahteine
73fc0778b8
Consolidate probe clearance, add section debug (#18576 )
* Better section / function log
* Add do_z_clearance motion function
5 yıl önce
Scott Lahteine
0eab9fc08c
Fix missing controller fan include
5 yıl önce
thinkyhead
ca78a57b1d
[cron] Bump distribution date (2020-07-09)
5 yıl önce
Scott Lahteine
915847b75a
Add `Cap:RUNOUT`
Co-Authored-By: Julius ter Pelkwijk <mrseeker@users.noreply.github.com >
5 yıl önce
Scott Lahteine
8a55f9405c
Fix some comments
5 yıl önce
ellensp
c2e0e61fe8
Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (#18590 )
5 yıl önce
cccc
1815866877
Show fixed V in Power Display with no V sensor (#18579 )
5 yıl önce
cccc
f52a1eb111
Update Chinese (zh_CN) language (#18580 )
5 yıl önce
Scott Lahteine
d6c177008f
SKR 1.4 alert for unsupported LCD
5 yıl önce
Scott Lahteine
759d63d76a
Tweak PLR debug
5 yıl önce
thinkyhead
35bb616d32
[cron] Bump distribution date (2020-07-08)
5 yıl önce
notabucketofspam
588d40aedf
Fix typo in Configuration_adv.h (#18570 )
5 yıl önce
Scott Lahteine
ea94716a87
Combine command macros
5 yıl önce
Scott Lahteine
d6682c8609
Whitespace cleanup
5 yıl önce
Scott Lahteine
9546847dc1
Temp Residency followup
5 yıl önce
thinkyhead
d3b2c09221
[cron] Bump distribution date (2020-07-07)
5 yıl önce
ellensp
12e7106a8a
Update and fix POWER_MONITOR (#18561 )
5 yıl önce
espr14
ea8c3a9388
Reduce 'first loop' temperature residency time (#18421 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 yıl önce
shuttercat
9a0b9de3ba
Scale runout distance setting for editable range (#18567 )
5 yıl önce
Giuliano Zaro
9ee891c4a6
Fix TMC homing phase coils alignment (#18528 )
Co-authored-by: Fabio Santos <fabiosan@live.com >
5 yıl önce
J.C. Nelson
6f14d2d37f
Add Lerdge S,X,K (#18302 )
5 yıl önce
Jason Smith
af8be58d92
Fix broken POWER_LOSS_RECOVERY prompt (#18557 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
5 yıl önce
Luc Hoang Long
764fc81761
Use Material Preset 1 for PID autotune (#18446 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 yıl önce
Scott Lahteine
e48489482c
Filament state followup
5 yıl önce
thinkyhead
62c00aac2c
[cron] Bump distribution date (2020-07-06)
5 yıl önce
Scott Lahteine
a6b8b12a6a
Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE
5 yıl önce
Robby Candra
c02451b602
Filament Runout Inverting => State (#18537 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 yıl önce
GhostlyCrowd
c8f7aceb20
STM32: No compile-time check for PWM_PIN (#18539 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 yıl önce
Scott Lahteine
dc6d8357a6
Reduce string duplication
5 yıl önce
Scott Lahteine
0fad9535d1
Add comment to M412
5 yıl önce
Scott Lahteine
f9b6c504df
Minor pins cleanup
5 yıl önce
Jason Smith
52a0895635
Fix stall sensitivity adjustment for FTDI screens (#18554 )
5 yıl önce
ManuelMcLure
db0436cc61
Fix Neopixel set_color (#18544 )
5 yıl önce
Oliver Jean Eifler
67db7c0294
Probing points followup (#18552 )
5 yıl önce
Scott Lahteine
ea520e670a
Fix "Probing mesh point" message
Closes #17770
Co-Authored-By: Jan-Gerard van der Toorn <jan-gerard@users.noreply.github.com >
5 yıl önce
ellensp
6df927d3b2
Fix thermistors exist-for-reading tests (#18533 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 yıl önce
notabucketofspam
6eb19cef11
Fix "'ubl' not declared" error (#18541 )
5 yıl önce
thinkyhead
aa40deb901
[cron] Bump distribution date (2020-07-05)
5 yıl önce
Robby Candra
7ca0a7df19
PID Accelerated Edit (#18532 )
5 yıl önce
thinkyhead
3641972d0d
[cron] Bump distribution date (2020-07-04)
5 yıl önce
ellensp
91dc74ff16
M150 I to set Neopixel by index (#18490 )
5 yıl önce
Giuliano Zaro
7448b65567
Fix axis name in serial output (#18522 )
5 yıl önce
Keith Bennett
8c205c5ff6
FYSETC OLED followup (#18519 )
5 yıl önce
Scott Lahteine
f6a2b64091
Clean up LCD Manual Move / UBL Mesh Edit (#18373 )
5 yıl önce
cbteeple
2c15a787c7
Option to set manual Babystepping distance in mm (#18503 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
5 yıl önce
George Fu
097347b575
Add FYSETC 2.42 inch OLED support (#18485 )
5 yıl önce
InsanityAutomation
e401b0c8ee
Keep filament runout pin for Creality Melzi (#18504 )
5 yıl önce