Commit Graph

11 Commits (c42f8fb8dd69afb5438243099c439ce8b03f3e86)

Author SHA1 Message Date
João Brázio 3b6f75511f
Updated multiple pins files
Scott Lahteine 2b01649533 Move default machine info to pins files
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
Following up on 
jbrazio 5e5d250832 Added gplv3 header to all Marlin files
Scott Lahteine cacf04f8a7 Base RAMPS-like boards on RAMPS 1.4
Scott Lahteine 94a796c8cc Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
Scott Lahteine c0d7ea3e7e Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
Scott Lahteine ba871e46bf Fix compiler warnings
- Patched up for most included configurations
Scott Lahteine b71322e793 Issue – K8200 Z_ENABLE_PIN
- K8200 uses a non-standard RAMPS with Z_ENABLE=63 ??
- Assuming from previous input that 3DRAG is the same.
Scott Lahteine 82474fef8a Max endstop pins disabled by configuration
There’s no need to ask users to uncomment Max Endstop pins when they
have them. These will be set to -1 later if the endstop option is
disabled.
Scott Lahteine 574a5ab72a Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….