Voron 2.4 Build: Difference between revisions
(Created page with "== Parts == * [https://www.aliexpress.com/item/1005001393141303.html?spm=a2g0s.9042311.0.0.45794c4d48uSKB Funssor 8mm Aluminum build plate]") |
No edit summary |
||
Line 1: | Line 1: | ||
== Parts == | == Parts == | ||
* [https://www.aliexpress.com/item/1005001393141303.html?spm=a2g0s.9042311.0.0.45794c4d48uSKB Funssor 8mm Aluminum build plate] | * [https://www.aliexpress.com/item/1005001393141303.html?spm=a2g0s.9042311.0.0.45794c4d48uSKB Funssor MIC-6 8mm Aluminum build plate] | ||
== Bootloader Setup == | |||
Bootloader is a little confusing | |||
== Firmware (Marlin) Configuration == | |||
=== configuration.h === | |||
#ifndef MOTHERBOARD | |||
#define MOTHERBOARD BOARD_FYSETC_SPIDER | |||
#endif | |||
#define SERIAL_PORT -1 | |||
#define TEMP_SENSOR_BED 11 |
Revision as of 18:19, 17 October 2021
Parts
Bootloader Setup
Bootloader is a little confusing
Firmware (Marlin) Configuration
configuration.h
- ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FYSETC_SPIDER
- endif
- define SERIAL_PORT -1
- define TEMP_SENSOR_BED 11