Skip to content

Commit

Permalink
Add hardware "All Documents" page, fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 25, 2018
1 parent 71d5919 commit 2fe3652
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/features.yml
Expand Up @@ -8,7 +8,7 @@
img: boards.jpg
alt: Controller Board
title: A sea of boards
link: docs/development/boards.html
link: docs/hardware/boards.html

- name: inductiveprobe
img: probe.jpg
Expand Down
2 changes: 1 addition & 1 deletion _hardware/boards.md
Expand Up @@ -47,7 +47,7 @@ Analog inputs are always assigned using an index from 0-15. Marlin doesn't need
## Adding a new board
The easiest way to add a new board to Marlin is to start with one of the existing pins files that has pin mappings similar to the new board, make a copy, and modify the pins that differ. Once your pins file is ready, simply add a new define to the `boards.h` file and a conditional include to `pins.h`. And you're done! [Submit a PR](getting_started_pull_requests.html) to share it with the world.
The easiest way to add a new board to Marlin is to start with one of the existing pins files that has pin mappings similar to the new board, make a copy, and modify the pins that differ. Once your pins file is ready, simply add a new define to the `boards.h` file and a conditional include to `pins.h`. And you're done! [Submit a PR](/docs/development/getting_started_pull_requests.html) to share it with the world.
{% alert warning %}
If you're developing a custom Arduino-based board, try to use standard RAMPS 1.4 pinouts as much as possible, or choose a pin-mapping similar to another board Marlin supports. The more a new board resembles an existing board, the easier it will be to integrate.
Expand Down
4 changes: 4 additions & 0 deletions _meta/hardware.html
@@ -0,0 +1,4 @@
---
layout: category
type: hardware
---

0 comments on commit 2fe3652

Please sign in to comment.