Daniel Benamy
cab84e0e5b
Add (correct) missing pin definitions for Y2
I tested this and it works.
пре 11 година
fmalpartida
b5a964fcc5
Initial SAV MkI (RepRap CloneWars board) integration.
Included support for BT dongle on AT90USB boards.
Added LCD Shift Register LCD control
Included support for RepRap Clone Wars project board (SAV MKI).
пре 11 година
Erik van der Zalm
8a08cca0f2
Added temperature status less.
Hopefully fixed viky button handling without braking other boards
пре 11 година
phq1910
4f7c6dfe35
Update pins.h
Include Pins cpu Sethi 3D
пре 11 година
Erik van der Zalm
0dca49a7c0
Added Azteeg X3 board.
пре 11 година
Martin Lukasik
acd8619809
Fan fix for Panelolu2+Sanguinololu.
пре 11 година
Steve Kelly
53614e5144
add pins for rambo lcd
пре 11 година
Guillaume Seguin
f4c3135c6d
Add Panelolu2 pins for RAMPS1.3
пре 11 година
Guillaume Seguin
1902d339b0
Add Panelolu2 pins for RAMPS1.3
пре 11 година
Michael Mayer
99b7e926e7
added MaKr3d Melzi board
пре 11 година
Erik van der Zalm
2015989f84
Added DISABLE_MIN_ENDSTOPS
пре 11 година
lajos
02dee80fa5
added Azteeg X1 motherboard
пре 11 година
Erik van der Zalm
26a441fc7d
More 3Drag controller patches.
пре 11 година
BorisLandoni
4c7d1436e9
Update pins.h
пре 11 година
Scott Lahteine
5dabc95409
Apply all changes from latest Marlin_V1
Diffed and merged, preserving my updates
пре 11 година
Gord Christmas
a733537ddd
Missed some variable declarations
Integrated fixes from henrikbrixandersen pull request #504
пре 11 година
Erik van der Zalm
5090c56651
More redundant temp sensor changes. (After testing and debugging by reifsnderb)
пре 11 година
Gatulibu
b78fa6bb70
Added support for Megatronics v2.0 and Minitronics v1.0
merged from code downloaded from reprapworld.com
пре 11 година
Erik van der Zalm
7231a20dba
Put #ifdef around servo pins in pins.h. This allows the pins to be used for M42.
пре 11 година
Bas Spaans
424101110c
Add Panelolu2 support for Melzi
пре 11 година
Gord Christmas
dc59f07d24
First attempt at refactoring of original servo code. Only adding servo support as a start to keep things simple.
пре 11 година
MaikStohn
9cc15876be
Add support for RUMBA thermocouple add on
пре 11 година
Erik van der Zalm
bd2cd4903e
Added #ifdef BARICUDA around the BariCUDA changes
пре 11 година
Jordan Miller
fbd899a37d
Support for BariCUDA Paste Extruder derived from MakerBot Frostruder. Using Ultimachine RAMBo board. M126/M127 and M128/M129.
пре 11 година
gregor
2739c26c4f
changes:
- changed the variables from keypad to reprapworld_keypad
- added a missing ifdef check
пре 11 година
gregor
6fb9573157
added support for the reprapworld keypad
пре 11 година
kiyoshigawa
b27a59f41e
Added support for Elefu RA Board and Elefu Control Panel
пре 11 година
Scott Lahteine
a200521eab
Added CUSTOM_MENDEL_NAME option to Configuration.h and language.h
Also cosmetic comment changes and spelling corrections in printed
messages
пре 11 година
Bracken Dawson
d5ee2a5a62
Make Gen7 1.4 heater pins match silkscreen
пре 11 година
Colin Edwards
0d075378d5
Add LARGE_FLASH define and enable it for some of the beefier boards
The LARGE_FLASH flag allows superfluous features to be excluded
on boards with less memory
пре 11 година
blddk
91bea43332
Added rumba pinout
пре 11 година
Dirk Eichel
9a78f321a4
Add pins for Motherboard variant 64
These definition contain also the definition for the graphics LCD.
пре 12 година
Nicolas Rossi
aba67e2449
No bed config for RAMPS
The motherboard 35 is a config without bed with this pins setting :
D8 Extruder
D9 Fan
D10 Controller Fan
пре 12 година
Dirk Eichel
140e095c6e
Add pins for Motherboard variant 64
These definition contain also the definition for the graphics LCD.
пре 12 година
Robert F-C
1292d735ba
Converge all I2C LCD branches (PANELOLU2, VIKI & PCF8575)
This includes refactoring the buttons code to remove a large amount of
non-pin dependent duplication from pins.h.
пре 12 година
Bas Spaans
12c41423ad
Fixed typo in comment
пре 12 година
Bas Spaans
0995eaa492
Chenged LED_PIN for Melzi boards, added comment about broken versions of the Sanguino libraries
пре 12 година
daid303
408b349a84
Fixed #368 . Commented out the wrong pin definition, but explained why it is there.
пре 12 година
Yuri Valentini
86358dd6cd
Panelolu pin assignment for sanguinololu from http://reprap.org/wiki/Panelolu
пре 12 година
daid303
bbe7d3d0fe
Fixed #312
пре 12 година
Johann Rocholl
8caf5d252d
Remove bogus blank line.
пре 12 година
Johann Rocholl
b39f5d614a
For boards with only one endstop per axis, automatically set *_MIN_PIN and *_MAX_PIN according to *_HOME_DIR.
пре 12 година
oni303
ab09fa4bbf
fixed pwm generation at pin D12 and D13 when one of them is used as FAN_PIN on Sanguino, added soft pwm entry for FAN_PIN in temperature.cpp
пре 12 година
daid303
5ff5cee8ce
Fix the sensitive pin definitions, there where analogue numbers in the digital pin list. Also made M42 without a P function on the LED_PIN (which was otherwise a useless pin definition)
пре 12 година
Johann Rocholl
ca409e5531
Fix X/Y/Z_MIN_PIN for Printrboard.
пре 12 година
Johann Rocholl
2292441f0c
Use X/Y/Z_MAX_PIN instead of X/Y/Z_MIN_PIN for top endstops on deltabot.
пре 12 година
Johann Rocholl
33247733e0
Teensylu and Printrboard use different analog pins for thermistors.
пре 12 година
Johann Rocholl
6cba11f087
Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well.
пре 12 година
Johann Rocholl
4d351b4846
Improved formatting and comments for consistency.
пре 12 година
Johann Rocholl
a30007caa4
If fastio.h is not messed up then Teensylu and Printrboard are actually using the same pins.
пре 12 година