Scott Lahteine
d65c99f38b
Drop unused LARGE_FLASH option
vor 7 Jahren
DecoyPlatypus
41dcbe89dd
Fixed ST7920_DELAY typo
Fixed typo where ST7920_DELAY_2 was being #defined after a check for #ifndef ST7920_DELAY_3
vor 7 Jahren
Scott Lahteine
356af7dcb0
Tweak Sanguinololu-related pins files
vor 7 Jahren
essgcee
61be28133d
Support for Creality CR-10
Creality board is a Melzi / Sanguinololu variant, but using different pins for LCD control (and maybe other minor variations)
vor 7 Jahren
Scott Lahteine
232a10410d
LCD_FOR_MELZI
vor 7 Jahren
Scott Lahteine
ffe0e2d19a
SPINDLE/LASER pins changes
vor 7 Jahren
Scott Lahteine
3e079660b0
Never define SLED_PIN
vor 7 Jahren
Stefan Brüns
0fe57ad4f5
Add Support TinyBoy2 OLED/Encoder panel
The OLED is driven by an SSD1306, connected to the board via
I2C, the rotary encoder is connected to 3 GPIO pins.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de >
vor 7 Jahren
Scott Lahteine
53f5086905
Fix MAKRPANEL assignments
MAKRPANEL is a DOGLCD+ULTRA_LCD+NEWPANEL so customize its pins within
that block.
vor 7 Jahren
esenapaj
f41c60d4a4
Follow-up the PR #4955 , etc
・More ANALOG NUMBERING to Analog Input
・Add comment header to all the section of all the pins files
・Sort sections as follows:
1. Some special definitions (USBCON, LARGE_FLASH, etc)
2. Servos
3. Limit Switches
4. Z Probe
5. Steppers
6. Temperature Sensors
7. Heaters / Fans
8. Misc. Functions
9. LCD / Controller
・Move MAX6675_SS into "Temperature Sensors" section
・Adjust spacing
vor 8 Jahren
Scott Lahteine
07703d2bd6
Use _PIN suffix on some pins
vor 8 Jahren
Anthony Birkett
7a377c1d75
Add "About Printer" information menu.
Includes:
*firmware version / branch / date.
*extruder count
*board information (name, serial details, power supply type)
*thermistors (names, min/max temperatures)
*printer statistics (PRINTCOUNTER details)
Thanks to @thinkyhead for contributions.
vor 8 Jahren
João Brázio
5b5aa1572b
Non-blocking buzzer
vor 8 Jahren
esenapaj
888443ca1e
Enclose all #error strings with apostrophes
vor 8 Jahren
Scott Lahteine
5ca6334fd2
Cleanup pins files, fixup analogtodigitalpin, etc.
vor 8 Jahren
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
vor 8 Jahren
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
vor 8 Jahren
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
vor 9 Jahren
Richard Wackerbarth
e01f5e1ef7
Cleanup
vor 9 Jahren
Scott Lahteine
56702e7bb9
Define servo pins just like other pins
vor 9 Jahren
Scott Lahteine
270c766de2
SDCARDDETECT -> SD_DETECT, added docs
- `SD_DETECT_PIN` replaces `SDCARDDETECT`
- `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED`
- Revise the description of `SD_DETECT_INVERTED`
- Add a note about the override of `SD_DETECT_INVERTED` in
`Conditionals.h`
vor 9 Jahren
Scott Lahteine
8d3b74cc6e
Rename SDCARDDETECT to SDCARDDETECT_PIN
- Rename the pin so it can be tested with `PIN_EXISTS`
- Fix some incorrect tests for `SDCARDDETECT`
vor 9 Jahren
Scott Lahteine
94a796c8cc
Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
vor 9 Jahren
Scott Lahteine
c0d7ea3e7e
Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
vor 9 Jahren
Scott Lahteine
f7e7862588
Better Sanguinololu & Graphical Controller (PR#2504)
- Change suggested at
https://github.com/MarlinFirmware/Marlin/issues/2482#issuecomment -123553
266
vor 9 Jahren
Scott Lahteine
42465ee444
Cleanup of comments & spacing
vor 9 Jahren
Christian Bohn
27a3b1d895
disable sled pin by default
vor 9 Jahren
Christian Bohn
fb44b53ae3
sled improvements
- create sled pin definition
- G28 Works with sled
vor 9 Jahren
Scott Lahteine
574a5ab72a
Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
vor 9 Jahren
Scott Lahteine
89282ebaa6
Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
vor 9 Jahren
Scott Lahteine
86f1d1cfc3
Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
vor 9 Jahren