Scott Lahteine
0b7de80a6f
Move common strings ( #20846 )
2021-04-29 08:45:12 -05:00
Scott Lahteine
c69f9b9883
Clean up whitespace, headings
2021-04-29 08:45:12 -05:00
Scott Lahteine
86bf374fc4
More MKS UI prelim. cleanup
2021-04-29 08:45:11 -05:00
MKS-Sean
a3d6442d02
MKS WiFi for TFT_LVGL_UI ( #20191 )
2021-04-29 08:45:11 -05:00
wilbur4321
5ef0475dc5
Multi-Z stepper inverting ( #20678 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:11 -05:00
Victor Oliveira
2c58d0881b
Prefix SD SPI pins (SCK, MISO, MOSI, SS) ( #20606 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
Scott Lahteine
7a748bd565
SPI and pins cleanup
2021-04-29 08:45:10 -05:00
Scott Lahteine
adca49e432
Remove URL scheme
2021-04-29 08:45:10 -05:00
Mike La Spina
f9dd484381
Cutter Power in percent format ( #20410 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Luu Lac <45380455+shitcreek@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
InsanityAutomation
588fec6474
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>
2021-04-29 08:45:09 -05:00
Scott Lahteine
be7aab204f
Update some LCD includes
2021-04-29 08:45:09 -05:00
Scott Lahteine
664e9d6dfe
Reduce warnings, extern "C" cleanup ( #20279 )
2021-04-29 08:45:07 -05:00
Scott Lahteine
7e535022ab
Fix compile warnings, serial alias
2021-04-29 08:45:06 -05:00
Victor Oliveira
2dd1522e30
Standardize Marlin SPI (part 1) ( #19989 )
2021-04-29 08:45:05 -05:00
Lucas Seiki Oshiro
d7d1ef8228
"Sound: ON/OFF" menu item ( #19901 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:04 -05:00
Scott Lahteine
6c103b72a2
Clean up comments, USB flash, NULLs
2021-04-29 08:45:04 -05:00
nb-rapidia
3becc3ad63
Fix IDEX layer shift and DIR states ( #19756 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:03 -05:00
Earle F. Philhower, III
ea65e10dc7
Add loose soft endstop state, apply to UBL fine-tune ( #19681 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:02 -05:00
Scott Lahteine
3516c3f936
Use 0xFF (not 'ff') for byte transfer
2021-04-29 08:45:02 -05:00
Victor Oliveira
46c8775542
Fix Buzzer (pin) init for uninitialized FastIO ( #19559 )
2021-04-29 08:45:01 -05:00
Nick
2069ab3a15
Anycubic Chiron full feature support ( #19505 )
2021-04-29 08:45:01 -05:00
qwewer0
04a712dacc
Multi-line comments cleanup ( #19535 )
2021-04-29 08:45:01 -05:00
Scott Lahteine
ade9476721
Clean up W25QXXFlash class
2021-04-29 08:44:59 -05:00
bilsef
ea39d3c45e
Support for Teensy 4 ( #19311 )
2021-04-29 08:44:58 -05:00
Mathew Winters
fe89f5fdff
NOZZLE_CLEAN_NO_Y ( #18870 )
2021-04-29 08:44:57 -05:00
Victor Oliveira
438a9bb4aa
W25QXX SPI Flash support ( #18897 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:44:56 -05:00
Scott Lahteine
f395960741
Patch hex_print
2021-04-29 08:44:56 -05:00
Scott Lahteine
8af8ef4404
Use uintptr_t for pointer-to-int
2021-04-29 08:44:56 -05:00
Scott Lahteine
da6e5ce3db
Optimize G-code / feature dependencies ( #18919 )
2021-04-29 08:44:56 -05:00
Scott Lahteine
7d3be90159
Conditions cleanup
2021-04-29 08:44:56 -05:00
Scott Lahteine
76eff24718
Simple rename of hex_print
2021-04-29 08:44:56 -05:00
Scott Lahteine
451f48231d
Ender 3 V2 BL24C16 EEPROM support ( #18758 )
2020-07-24 03:09:14 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
Scott Lahteine
0e1cb10909
Fix / improve menu items ( #18644 )
2020-07-13 19:59:32 -05:00
InsanityAutomation
3b80690a71
ExtUI additions ( #18447 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-06-27 22:02:28 -05:00
Scott Lahteine
424569b4c4
Power monitor and display ( #17437 )
2020-06-18 15:23:03 -05:00
Scott Lahteine
2d758663db
G12 E soft endstops parameter ( #17788 )
2020-04-29 03:25:35 -05:00
InsanityAutomation
65daf3ba40
Fix G12 for SINGLENOZZLE ( #17540 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-27 05:22:06 -05:00
studiodyne
58ac9f257c
NOZZLE_PARK_FEATURE - X/Y only axis move ( #17697 )
2020-04-25 10:42:34 -05:00
Ondřej Nový
d2a5d51f69
Add NOZZLE_PARK_Z_RAISE_MIN ( #17624 )
2020-04-24 22:39:08 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
0e06aaa2bc
Add millis helper macros
2020-04-04 02:48:30 -05:00
Roxy-3D
2f7e5cf7dd
Fix typo...
2020-03-28 09:53:04 -05:00
Joe Prints
1f5824247f
More decimal places for babystep / Z probe offset ( #17195 )
2020-03-17 15:12:52 -05:00
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
2020-03-13 23:18:16 -05:00
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
2020-03-13 16:29:29 -05:00
Scott Lahteine
13118dbd8d
Additional numtostr functions
2020-03-09 17:46:49 -05:00
Scott Lahteine
fa6e7cb733
Function-style critical section macros
2020-02-11 09:37:04 -06:00
Scott Lahteine
f312ddfa4f
More updates for 8 extruders, REPEAT
2020-02-04 12:37:20 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00