Teacup_Firmware/config.default.h

13 lines
452 B
C

/** \file config.default.h
In case you prefer to build with the makefile or with Arduino IDE instead
of the config tool, copy this file to config.h and adjust it to your needs.
*/
// Uncomment your controller board, comment out all others.
#include "config/board.gen7-v1.4.h"
//#include "config/board.ramps-v1.3.h"
// Uncomment your printer type, comment out all others.
#include "config/printer.wolfstrap.h"
//#include "config/printer.mendel.h"