ellensp
e60c38b622
♻️ LEDs refactor and extend (#21962 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
charlespick
29ad42e54e
✨ Independent baud rates (#21949 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Scott Lahteine
05bb3bde7a
Update Hex Version to 02000801
3 年之前
BigTreeTech
c9de9d4f9b
Capacitive Touch Screen (GT911) for SKR SE BX (#21843 )
Co-authored-by: Msq001 <alansayyeah@gmail.com >
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
ellensp
02405add76
Support a third serial port (#21784 )
3 年之前
Scott Lahteine
301ee6c57a
Add MKS_LCD12864B
3 年之前
Vert
cb5e6bfef6
UBL Mesh Wizard (#21556 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
Vert
a0a24e9380
Help users confused by "bed size" (#21714 )
3 年之前
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING (#21692 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
BigTreeTech
b483a8d652
BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536 )
3 年之前
Sola
6747d350a5
MKS H43 fix, cleanup (#21500 )
Followup to #21485
3 年之前
Sola
4d17613050
MKS H43 fix, cleanup (#21485 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
Giuliano Zaro
3f7cd45df4
Generalize MMU (#21469 )
3 年之前
Ste
c298095000
Align temp settings (#21329 )
3 年之前
Scott Lahteine
cfa6c7d45b
Improve max temp / target
3 年之前
Marcio T
eee726ec7d
UBL - Hilbert space-filling curve probing sequence (#21387 )
3 年之前
Skorpi08
b51aed8aa5
Nextion TFT touch screen (#21324 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
K.3D
1a23ffd776
KRATOS32 / K.32 board and LCD controllers (#21334 )
3 年之前
Keith Bennett
5dc8f5cfab
Extend Heater Overshoot Options (#21273 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 (#21255 )
3 年之前
Keith Bennett
9299f4e98a
SMUFF => SMuFF (#21243 )
3 年之前
Axel
a46e025725
TPARA - 3DOF robot arm IK (#21005 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
Stephan
713de872ce
Filament Runout handling for Mixing Extruder (#20327 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Sola
c76008bd6a
MKS H43 controller (#20609 )
3 年之前
LinFor
e0aa9ce372
RGB Caselight (#20341 )
3 年之前
jbuck2005
ee7701c15b
SPEED => FEEDRATE (#21217 )
3 年之前
swissnorp
bcda46e3f3
Combine Z_AFTER_DEACTIVATE with UNKNOWN_Z_NO_RAISE (#20444 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Katelyn Schiesser
735c1b6183
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835 )
3 年之前
Ken Sanislo
a3a10b62f2
Chamber Heater PID (#21156 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Vert
490d4a504a
GT2560 v4.1B, YHCB2004 SPI character LCD (#21091 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
Scott Lahteine
00985cffea
Update helpful links
3 年之前
ellensp
e3deb6e9a5
Note (MarlinUI) limit on PREHEAT settings (#20966 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Victor Oliveira
617f5dfe5e
Touch Calibration Screen auto-save option (#20971 )
3 年之前
ConstantijnCrijnen
b95f5c5bea
Configure / disable PRINTCOUNTER save interval (#20856 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
Scott Lahteine
8c0cb6cce8
Custom G26 FR followup
3 年之前
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
3 年之前
qwewer0
7c28d6b869
Cosmetic changes (2) (#20876 )
3 年之前
qwewer0
90be1c3fa7
🧻 Cosmetic changes (#20859 )
3 年之前
Roxy-3D
8f7bac4999
Revert "Adding custom move feedrate for G26 (#20729 )" (#20870 )
This reverts commit 14567f3459 .
3 年之前
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
3 年之前
EmilGustafsson
df238fe6a0
Swedish language for MarlinUI (#20826 )
3 年之前
RFBomb
43a91e5963
Configurable Corner Leveling point order (#20733 )
3 年之前
MKS-Sean
35c1b330ec
MKS WiFi for TFT_LVGL_UI (#20191 )
3 年之前
wilbur4321
e3831c146d
Multi-Z stepper inverting (#20678 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 年之前
Victor Oliveira
c840bbc970
Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
Victor Oliveira
41e4124af9
Support 4.3" (480x272) Color UI display (#20334 )
3 年之前
Scott Lahteine
d00c89946d
Remove CREALITY_TOUCH
3 年之前
Keith Bennett
a0c8d348a0
Anet ET4 / ET4P and Anet TFT28 / TFT35 (#20280 )
3 年之前
InsanityAutomation
2963229dfa
Probe Tare, Probe Activation Switch (#20379 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com >
Co-authored-by: Jason Smith <jason.inet@gmail.com >
3 年之前
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 >
3 年之前