0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-25 10:27:34 +00:00
Commit graph

18483 commits

Author SHA1 Message Date
Malderin
93dfd411fc Cast celsius to int for MKS LVGL UI () 2021-04-29 08:45:18 -05:00
Victor Oliveira
c197ecc99b Fix Rumba32 variant for Marlin () 2021-04-29 08:45:18 -05:00
Malderin
c2c73215b2 MKS LVGL UI: Display/edit fan percentage ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:18 -05:00
Mike La Spina
1ba0ed8121 Make DELAY_NS round up on AVR () 2021-04-29 08:45:18 -05:00
Scott Lahteine
c5ab0a66b7 write_command changes input 2021-04-29 08:45:18 -05:00
Scott Lahteine
f3510db367 Fix CardReader string args 2021-04-29 08:45:18 -05:00
Marcio T
c46c2c4f3c Touch UI Bed Mesh Screen refactor, enhancements ()
- 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
2021-04-29 08:45:18 -05:00
vyacheslav-shubin
0b5c25aa7c Fix FAT delete of items with long name () 2021-04-29 08:45:18 -05:00
Scott Lahteine
ba5644376c misc. pointer formatting 2021-04-29 08:45:18 -05:00
InsanityAutomation
c4379db8fc Revert "Optimized string-to-number functions" ()
This reverts 
2021-04-29 08:45:18 -05:00
InsanityAutomation
cdd2450a97 Fix Hotend-abort-on-idle Check () 2021-04-29 08:45:18 -05:00
Giuliano Zaro
84445b82e4 Update Italian language () 2021-04-29 08:45:18 -05:00
Scott Lahteine
05d7d37872 Suppress redundant serial errors 2021-04-29 08:45:18 -05:00
XDA-Bam
a8f8201c90 Update u8g / AVR display timing defaults () 2021-04-29 08:45:18 -05:00
Vert
7297cc13b0 GT2560 V3 followup () 2021-04-29 08:45:18 -05:00
Scott Lahteine
4f174afc1a Remove extraneous 'extern' hints () 2021-04-29 08:45:18 -05:00
Scott Lahteine
96bdc4c830 Requiring PIO >= 5.0.3 2021-04-29 08:45:18 -05:00
Scott Lahteine
9fbce867ee Split up platformio.ini () 2021-04-29 08:45:18 -05:00
Mike La Spina
fea4835941 Followup to Laser Flow Meter () 2021-04-29 08:45:17 -05:00
Sola
47a13263f6 MKS H43 fix, cleanup ()
Followup to 
2021-04-29 08:45:17 -05:00
Marcio T
82e6a2ed62 G26 Hilbert Curve followup () 2021-04-29 08:45:17 -05:00
Vert
b1be96e40e Board IDs for G2560 Rev B, G2560 v4, GTM32 VD () 2021-04-29 08:45:17 -05:00
Scott Lahteine
a4d5f96e9a Replace 'const float &' with 'const_float_t' () 2021-04-29 08:45:17 -05:00
Sola
a4f1623012 MKS H43 fix, cleanup ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:17 -05:00
Scott Lahteine
fe99bb4b9b Update UBL param 2021-04-29 08:45:17 -05:00
Scott Lahteine
259115bb3f Move apply_rotation_xyz into matrix_3x3 2021-04-29 08:45:17 -05:00
Scott Lahteine
a572e2ed12 Put ABL state into a class 2021-04-29 08:45:17 -05:00
Marcio T
5ad7118aea FTDI Touch UI fix and reorganize () 2021-04-29 08:45:17 -05:00
Ramiro Polla
16af2148b9 Optimized string-to-number functions () 2021-04-29 08:45:17 -05:00
Marco van Wieringen
e787cdd1cb Fix FYSETC_S6 heaters pins ()
When adding support FYSETC Spider board the S6 pins file was broken.
2021-04-29 08:45:17 -05:00
Scott Lahteine
2b0fcc79c5 Serial flags followup
Followup to 
2021-04-29 08:45:17 -05:00
Scott Lahteine
4e77fe50a4 Adjust microsteps alignment 2021-04-29 08:45:17 -05:00
Victor Oliveira
9902e6fb9f Fix and add STM32 SDIO DMA () 2021-04-29 08:45:17 -05:00
X-Ryl669
f18da95d38 Flags for MarlinSerial instance features () 2021-04-29 08:45:17 -05:00
Giuliano Zaro
368fcaee54 Generalize MMU () 2021-04-29 08:45:17 -05:00
Ste
badbb4a500 Align temp settings () 2021-04-29 08:45:17 -05:00
Ramiro Polla
b96c3a063f Optimize BLTouch code for size () 2021-04-29 08:45:17 -05:00
Scott Lahteine
84a2746d05 Improve uncrust script 2021-04-29 08:45:17 -05:00
Scott Lahteine
2059c6e4d0 Apply pointer formatting 2021-04-29 08:45:17 -05:00
ellensp
bf3fce3550 GT2560 Rev.A Plus Z Max Pin with BLTouch () 2021-04-29 08:45:17 -05:00
George Fu
19078966d9 FYSETC Spider board () 2021-04-29 08:45:17 -05:00
Scott Lahteine
f734f79f5b reduced verbiage 2021-04-29 08:45:17 -05:00
Malderin
627331aa68 Fix MKS LVGL UI Main screen / print buttons () 2021-04-29 08:45:17 -05:00
Scott Lahteine
3ed4503c30 Adjust mfconfig script 2021-04-29 08:45:17 -05:00
Mike La Spina
f1986545da Laser Coolant Flow Meter / Safety Shutdown ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:17 -05:00
Vert
9f48314cb4 YHCB2004 pins followup () 2021-04-29 08:45:17 -05:00
Marcio T
7c275285ea Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. () 2021-04-29 08:45:17 -05:00
Leoric
4ffb95a736 MKS UI: Monitor state when idle ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:17 -05:00
Vert
943a8ebdc6 Fix for YHCB2004 () 2021-04-29 08:45:17 -05:00
Tomas Rimkus
8d73a6c4e2 Avoid watchdog reset in all wired EEPROMs ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:17 -05:00