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.
8 years ago
Scott Lahteine
593c8bf286
Support for Rigidbot V2
8 years ago
Scott Lahteine
e5771346a4
Drop DISABLE_M(IN|AX)_ENDSTOPS, replace with individual endstop flags
9 years ago
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
9 years ago
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
9 years ago
Scott Lahteine
cacf04f8a7
Base RAMPS-like boards on RAMPS 1.4
9 years ago
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`
9 years ago
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`
9 years ago
Scott Lahteine
c0d7ea3e7e
Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
9 years ago
Scott Lahteine
318318b02f
Add pins_RAMPS_13_EFB.h to reduce redundancy
10 years ago
Scott Lahteine
672b0c1fd3
Cleanup pins in RAMPS_13_EFB boards
10 years ago
Scott Lahteine
ba871e46bf
Fix compiler warnings
- Patched up for most included configurations
10 years ago
chrono
0a7d85c20e
Minor fixes
10 years ago
chrono
48e3a97a18
Removed extra encoder definitions from pins_FELIX2.h
10 years ago
chrono
e487bd642b
Updated PR to streamline integration
10 years ago
chrono
2e172f38bd
Added support for Felix 2.0/3.0 printers
10 years ago