Alexey Shvetsov
f38b8c5bf8
MKS 1.3+: Add pin mapping for PS_ON
This allows the use of D4 as PS_ON since MKS Gen doesn't have a PS_ON pin. However this effectively allows only 3 servos (instead of 4).
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years ago
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
8 years ago
Scott Lahteine
5426fc1735
Unify AVR90USB: Pins cleanup
8 years ago
FATALHERMIT
911079104e
Support for ZRIB v2.0 Control Board
8 years ago
Bob-the-Kuhn
9a9bbfc57c
Fix case light logic on Azteeg_X3 boards.
8 years ago
Scott Lahteine
5cbe0244c5
Fixes for spindle/laser and SCARA probe bounds
8 years ago
Scott Lahteine
ffe0e2d19a
SPINDLE/LASER pins changes
8 years ago
Scott Lahteine
3e079660b0
Never define SLED_PIN
8 years ago
Moritz
d67c1d825f
Add TMC2130 support
8 years ago
esenapaj
8b1d90e281
Follow-up the PR #5087 (Fixed SERVO pins on Azteeg X3), etc
・Add header
・Adjust spacing
8 years ago
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
8 years ago
Scott Lahteine
07703d2bd6
Use _PIN suffix on some pins
8 years ago
Scott Lahteine
ba43277429
Always define status LED pins
8 years ago
Scott Lahteine
fba0b67f7d
Rename status led pins
8 years ago
Scott Lahteine
e78274a7f4
Consistent order/formatting of pins files
8 years ago
Scott Lahteine
98437bd488
Allow override of CONTROLLERFAN_PIN with RAMPS EFF
8 years ago
Scott Lahteine
9cb596e88c
Define Z_MIN_PROBE_PIN always, allowing override
8 years ago
Scott Lahteine
593b37519a
Boards with 4 power outputs are EFBF or EFBE
8 years ago
Scott Lahteine
cebd2bfff0
Auto-select power plugs for RAMPS derivatives
8 years ago
Scott Lahteine
49997e2e22
HI_VOLT_PIN => "RAMPS_Dn_PIN"
8 years ago
Scott Lahteine
de951c64f1
Make pins for EFF a consistent order
8 years ago
Scott Lahteine
49f75b7891
pins_RAMPS_14.h => pins_RAMPS.h
8 years ago
Scott Lahteine
d3b713cebc
Set flags for RAMPS "type" in pins.h
8 years ago
Scott Lahteine
223b7e473f
RAMPS assignment for derivatives
8 years ago
Scott Lahteine
3865843283
Consolidate setting of RAMPS High Voltage PWM outputs
8 years ago
Scott Lahteine
42dcc3bf50
Remove "the click" comments
8 years ago
AnHardt
e4942d2163
Switch SD2cadrLib to fastio
Replace all fastDigitalRead/Write() with READ/WRITE()
Define SCK_PIN, MISO_PIN, MOSI_PIN in pins.h if not already defined in the pins_*.h files.
Remove these conditional pin definitions from the pin-files. They are now always defined.
Define separate sets of SPI-pins for AT90USB with and without Teensy support in fastio.h.
Likely this was the main reason for all that confusion about the AT90USB-SPI pins.
8 years ago
Scott Lahteine
0c0a63322b
Patches to prepare REPRAPWORLD_GRAPHICAL_LCD
8 years ago
brupje
a60a668f6b
Support for REPRAPWORLD_GRAPHICAL_LCD
8 years ago
Scott Lahteine
5e3d3918b6
Patch compile error for RAMPS LCD pins
8 years ago
Scott Lahteine
55dc8051d8
Cleanup of RAMPS LCD pins
8 years ago
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
0b0b7aac6e
Support for VIKI2 in RAMPS and derivatives
8 years ago
Scott Lahteine
2fd2301928
FILRUNOUT => FIL_RUNOUT
8 years ago
Scott Lahteine
add0032820
Improve FILAMENT_RUNOUT_SENSOR, FILRUNOUT_PIN
8 years ago
Scott Lahteine
a82c755a35
Fix BQ_LCD_SMART_CONTROLLER pin compiler warnings
9 years ago
João Brázio
5b5aa1572b
Non-blocking buzzer
9 years ago
Scott Lahteine
cd441ce652
SINGLENOZZLE: EXTRUDERS versus HOTENDS
9 years ago
esenapaj
888443ca1e
Enclose all #error strings with apostrophes
9 years ago
Scott Lahteine
5ca6334fd2
Cleanup pins files, fixup analogtodigitalpin, etc.
9 years ago
Scott Lahteine
7f81aa7ff3
Pins should always be defined (even for disabled features)
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
27f244ba2c
Support MAX31855 as Temperature Sensor -3
9 years ago
Scott Lahteine
50e3482e0a
Handle RAMPS 1.3 as the special case
9 years ago
Scott Lahteine
679be3294f
Rename RAMPS 1.3 pins for RAMPS 1.4
9 years ago
Scott Lahteine
6a21180bd4
Implemented BQ ZUM Mega 3D board layout as an override to RAMPS 1.3
9 years ago
Richard Wackerbarth
0fa3bac8ee
If unused, just don’t define it.
9 years ago
Richard Wackerbarth
3b2973da6a
Prepare Ramps for user redefinition
9 years ago
AnHardt
8da2e98985
Split RAMPS 1.3 an 1.4 (PR#2741)
because of hardware differences on the SERVO0_PIN
9 years ago