Commit Graph

26 Commits (fac85f6fa1ddea901530d14d40042d125c1f7705)

Author SHA1 Message Date
Scott Lahteine eafbc5e0cc Add AJ4P pins and fix RAMBO pins
jbrazio be83036212 Applying suggestions by @thinkyhead at .
- Remove the forced activation of SDSUPPORT, I guess people may use the ZUM
3D board and not the LCD module.
 - Fixed the tab issue within boards.h file.
jbrazio b82d91eca6 Added configuration example for the BQ Hephestos 2 3D printer.
Added support for BQ ZUM Mega 3D board and stock Hephestos 2 thermistor.
AnHardt 8da2e98985 Split RAMPS 1.3 an 1.4 (PR#2741)
because of hardware differences on the SERVO0_PIN
AndySze eef595aa64 add makerlab mega controller pin configs
Scott Lahteine 9ebcae496d RIGIDBOARD / RIGIDPANEL
AnHardt c461975140 Rename and repair MELZI_1284 (PR#2301)
to MELZI_MAKR3D.

Fix for 
As the normal MELZI also can have a 1284.
atfield90 6d0e91328d Renamed Board_megatronics_1 to Board_minitronics
tonokip 10733a2bb0 added minirambo pin definitions. V2
Scott Lahteine 9d1961ebe3 Witbox and Hephestos are just RAMPS_13_EFB
AnHardt 4d4fa3607b Remove Duemilanove
No way to fit Marlin into 32K.
Scott Lahteine 5146694452 Merge pull request from shaggythesheep/feature_new_board_ramps_cnc_controller
Feature: Add RAMPS CNC Controller Board
Scott Lahteine cb4ea75fab Support for MKS BASE 1.0 board
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.
Richard Wackerbarth ccdaea51ba Add KosselPro
chrono e487bd642b Updated PR to streamline integration
chrono 2e172f38bd Added support for Felix 2.0/3.0 printers
Scott Lahteine 7891eacf21 Merge branch 'Development' into fixup_ramps_boards
- Also apply cleanup for 
Scott Lahteine 07639053fb Add support for BQ Prusa i3 "Hephestos"
Scott Lahteine 073c59c50a Clean up some formatting
- Also partial cleanup of Marlin_main.cpp with a smidgen of Doxygen.
Victor Andueza 13118cde33 Add bq Witbox 3D printer
Scott Lahteine 2ce4a102ee Add support for Megatronics 3 a la
Scott Lahteine 574a5ab72a Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
CONSULitAS 3b50a5e2e6 Add: Board for Vellemann K8200 (derived from 3Drag)
## Add: Board for Vellemann K8200 (derived from 3Drag)

* Boards.h: updated comment for board 3Drag - K8200 removed
* Boards.h: added `BOARD_K8200` with ID 78

* language.h.: machine name and firmware URL for new board

* pins.h: added `K8200` to any `#if` with `3Drag` and corresponding
comments
CONSULitAS e13f159343 Update Boards.h for Vellemann K8200 - comment only
## Update Boards.h for Vellemann K8200 - comment only

* Boards.h: updated comment for board 3Drag - K8200 uses same board
Scott Lahteine f83d0f2a68 Defines for electronics boards
Added boards.h which contains defines for all the board numbers, plus
some shorthand macros for less typing.