Dipl.-Ing. Raoul Rubien, BSc
739b738e7f
Permit more Creality pin overrides ( #17820 )
5 years ago
InsanityAutomation
d353d67a34
SD detect override for older Creality3D RAMPS ( #17469 )
5 years ago
Scott Lahteine
2c325c2a7d
Format some pins files
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
InsanityAutomation
82fb046013
Allow suicide pin inverting ( #15586 )
5 years ago
InsanityAutomation
dcc39421c5
Minor Pin Updates ( #15214 )
6 years ago
Scott Lahteine
0cc524b84f
Prevent BOARD_NAME conflict with env
6 years ago
InsanityAutomation
6039893981
Creality pins updates ( #14979 )
6 years ago
Scott Lahteine
7de605c5c3
Move pins files to subfolders #14573
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
InsanityAutomation
ad60f0691c
Add Creality3D RAMPS pins definitions ( #12229 )
6 years ago
Scott Lahteine
9bae413901
Add Bigtreetech/BIQU KFB 2.0 board ( #11446 )
7 years ago
Scott Lahteine
5379c115c8
Fix Trigorilla include typo
7 years ago
Scott Lahteine
f9a090b2cf
Fix Trigorilla 1.4 pins
See #11097
7 years ago
Scott Lahteine
c68b7b3913
Update Fan 2 and E0 Auto Fan pins for Trigorilla
7 years ago
Scott Lahteine
2be5fe5ddf
Split TRIGORILLA into 1.3 and 1.4
7 years ago
Scott Lahteine
80e29492c6
TRIGORILLA => TRIGORILLA_13
7 years ago
Scott Lahteine
c0dd9ef9f2
Support for AnyCubic TriGorilla board ( #9551 )
7 years ago
Scott Lahteine
0b9a88d6ce
Move 'pins' files
8 years ago
Scott Lahteine
49f75b7891
pins_RAMPS_14.h => pins_RAMPS.h
9 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.
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
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
10 years ago
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
10 years ago
Richard Wackerbarth
e01f5e1ef7
Cleanup
10 years ago
Scott Lahteine
89fb778684
Fix up probe pin define and test
10 years ago
Scott Lahteine
34e0a8d848
Move Y2 and Z2 pins defines to pins.h
10 years ago
AnHardt
e2d69f66b2
Make Z_PROBE a Z_MIN_PROBE (PR#65)
Currently we use the probe exclusively as a device to find the build platform(bed).
For the currently supported setups this means, we use it as a additional min-endstop.
A triggered when not deployed probe disturbs the homing process for max-endstops.
Rename ENDSTOPPULLUP_ZPROBE to ENDSTOPPULLUP_ZMIN_PROBE
Rename Z_PROBE_ENDSTOP_INVERTING to Z_MIN_PROBE_ENDSTOP_INVERTING
Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP
Rename DISABLE_Z_PROBE_ENDSTOP to DISABLE_Z_MIN_PROBE_ENDSTOP
Rename Z_PROBE_REPEATABILITY_TEST to Z_MIN_PROBE_REPEATABILITY_TEST
Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP
Adjust comments accordingly
Remove Z_MAX check for the probe in update_endstops().
Using an delta related idea of @clefranc from #61 ,
extended to the general change for all setups.
Tested with Prusa i3, max-z-endstop and permanently triggered z-probe.
Worked for @clefranc's delta.
10 years ago
RicardoGA
e09ff79635
Update pins_RAMPS_13.h (PR#64)
Now all ramps configuration can enable Filament sensor not only EEB
10 years ago
Scott Lahteine
46453905d6
Apply remaining ENABLED/DISABLED conditionals
10 years ago
Scott Lahteine
267f3479d7
Adjust spacing in pins_RAMPS_13.h
10 years ago
Scott Lahteine
56702e7bb9
Define servo pins just like other pins
10 years ago
Scott Lahteine
f03e063750
Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
10 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`
10 years ago
Scott Lahteine
496fc28dc3
Tweaks to pins comments
10 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`
10 years ago
Scott Lahteine
94a796c8cc
Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
10 years ago
Scott Lahteine
c0d7ea3e7e
Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
10 years ago
AndySze
00dbf69b6d
add MINIPANEL defines
10 years ago
Scott Lahteine
4b204da3c1
Cleanup of pins_RAMPS_13.h
10 years ago
Scott Lahteine
346c8b339b
Remove a test from pins_RAMPS_13.h
- Add 3 new lines to `pins.h` to remove 2 redundant tests in
`pins_RAMPS_13.h`
10 years ago
Scott Lahteine
672b0c1fd3
Cleanup pins in RAMPS_13_EFB boards
10 years ago