Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
5 gadus atpakaļ
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 gadus atpakaļ
Scott Lahteine
bfad23d3e2
(c) 2020
5 gadus atpakaļ
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
5 gadus atpakaļ
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 gadus atpakaļ
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
6 gadus atpakaļ
Scott Lahteine
0feeef2604
Update copyright in headers
6 gadus atpakaļ
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 gadus atpakaļ
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton (#12395 )
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
6 gadus atpakaļ
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
6 gadus atpakaļ
Ludy
a93e9e6e9b
Use preheat labels in place of PLA/ABS (#12194 )
6 gadus atpakaļ
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
6 gadus atpakaļ
Scott Lahteine
cbf40f7ee9
Move M145 to cpp
7 gadus atpakaļ
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7 gadus atpakaļ
Scott Lahteine
614a86a380
SD file updates
7 gadus atpakaļ
Scott Lahteine
b66d65f865
Move 'sd' files
7 gadus atpakaļ
Scott Lahteine
802818f7ab
Cleanup SdFatUtil.h
9 gadus atpakaļ
João Brázio
32d798fcc7
Converted all files on src to Unix file format
9 gadus atpakaļ
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
9 gadus atpakaļ
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
9 gadus atpakaļ
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 gadus atpakaļ
Richard Wackerbarth
e01f5e1ef7
Cleanup
9 gadus atpakaļ
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
10 gadus atpakaļ
galexander1
d4880a9e60
Revert "Move Sd library out into library"
10 gadus atpakaļ
odewdney
f84ff4ba7d
Move SD Fat library out of main src
10 gadus atpakaļ
odewdney
9d9c859ac1
First move of SdFat library
10 gadus atpakaļ
Bernhard
3814bbb529
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
13 gadus atpakaļ
Bernhard
57f9359a41
simplified the includes, makefile now works with arduino23
13 gadus atpakaļ
Bernhard
0bc9daa4f7
make it compile with arduino 1.0 ; function is still untested.
13 gadus atpakaļ
Bernhard
dd5ca68c87
get rid of indirect ringbuffer calls, made some inlines, removed virtual and streaming class requirements.
13 gadus atpakaļ
Erik van der Zalm
f75f426dfa
Removed interrupt nesting in the stepper ISR.
Add serial checkRx in stepper ISR.
Copied HardwareSerial to MarlinSerial (Needed for checkRx).
13 gadus atpakaļ
Bernhard Kubicek
64f2121ab1
updated to sdfatlib2010902
13 gadus atpakaļ
Bernhard Kubicek
40e8081623
changed end of line to windows, which seems to be the majority of developers main platform.
13 gadus atpakaļ
Erik van der Zalm
750f6c33e3
first commit
14 gadus atpakaļ