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
8 years ago
João Brázio
5b5aa1572b
Non-blocking buzzer
8 years ago
Scott Lahteine
cd441ce652
SINGLENOZZLE: EXTRUDERS versus HOTENDS
8 years ago
esenapaj
888443ca1e
Enclose all #error strings with apostrophes
8 years ago
Scott Lahteine
5ca6334fd2
Cleanup pins files, fixup analogtodigitalpin, etc.
8 years ago
Scott Lahteine
7f81aa7ff3
Pins should always be defined (even for disabled features)
8 years ago
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 years ago
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 years ago
Scott Lahteine
27f244ba2c
Support MAX31855 as Temperature Sensor -3
8 years ago
Scott Lahteine
50e3482e0a
Handle RAMPS 1.3 as the special case
8 years ago
Scott Lahteine
679be3294f
Rename RAMPS 1.3 pins for RAMPS 1.4
8 years ago
Scott Lahteine
6a21180bd4
Implemented BQ ZUM Mega 3D board layout as an override to RAMPS 1.3
8 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
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 years ago
Richard Wackerbarth
e01f5e1ef7
Cleanup
9 years ago
Scott Lahteine
89fb778684
Fix up probe pin define and test
9 years ago
Scott Lahteine
34e0a8d848
Move Y2 and Z2 pins defines to pins.h
9 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.
9 years ago
RicardoGA
e09ff79635
Update pins_RAMPS_13.h (PR#64)
Now all ramps configuration can enable Filament sensor not only EEB
9 years ago
Scott Lahteine
46453905d6
Apply remaining ENABLED/DISABLED conditionals
9 years ago
Scott Lahteine
267f3479d7
Adjust spacing in pins_RAMPS_13.h
9 years ago
Scott Lahteine
56702e7bb9
Define servo pins just like other pins
9 years ago
Scott Lahteine
f03e063750
Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
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
496fc28dc3
Tweaks to pins comments
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
94a796c8cc
Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
9 years ago
Scott Lahteine
c0d7ea3e7e
Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
9 years ago
AndySze
00dbf69b6d
add MINIPANEL defines
9 years ago
Scott Lahteine
4b204da3c1
Cleanup of pins_RAMPS_13.h
9 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`
9 years ago
Scott Lahteine
672b0c1fd3
Cleanup pins in RAMPS_13_EFB boards
9 years ago
Ed Boston
a83bf18ee1
More functional seperation
Moved SDCARDDETECTINVERTED and SDSLOW to Conditionals.h.
Added U8GLIB_LM6059_AF to define display specific actions.
Added reminder to compile in u8glib
9 years ago
Ed Boston
047e688e93
Changed ADAFRUIT_ST7565 to ELB_FULL_GRAPHIC_CONTROLLER
Rename of define to avoid confusion between the controller and the
display which had similar names.
9 years ago
Ed Boston
1999ac415c
Formatting Changes
Fixes for some code formatting changes and commenting out the
ADAFRUIT_ST7565 define that was left defined.
9 years ago
Ed Boston
41f8cdb3a6
ADAFRUIT_ST7565
Added support for new display type
9 years ago
Christian Bohn
f48599f172
add pin definition to some motherboards
9 years ago
Richard Miles
4c3736ed43
Feature: Add RAMPS CNC Controller Board
Created a new board to make using RAMPS as a CNC machine controller
easier. It maps pin 8 to the spindle and pin 9 to the controller fan.
9 years ago
Scott Lahteine
d867c18535
Fix compile error with Z_DUAL_ENDSTOPS
9 years ago
Scott Lahteine
c065da52ec
Spacing and spelling
9 years ago