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