You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
#ifndef CONFIGURATION_LULZBOT
|
|
#define CONFIGURATION_LULZBOT
|
|
|
|
/*
|
|
|
|
If compiling from the command line:
|
|
|
|
build-all-taz-toolheads.sh
|
|
|
|
Else, if compiling using Arduino IDE, edit lines 39 and 40.
|
|
|
|
Printer Model Choices:
|
|
Gladiola_Mini // Lulzbot Mini (Gladiola)
|
|
Hibiscus_Mini // Lulzbot Mini (Hibiscus)
|
|
Gladiola_GLCD // Lulzbot Mini (Gladiola w/ LCD)
|
|
Hibiscus_GLCD // Lulzbot Mini (Hibiscus w/ LCD)
|
|
Oliveoil_TAZ_6 // Lulzbot TAZ 6 (Oliveoil)
|
|
Quiver_TAZ_7 // Lulzbot TAZ 7 (Quiver)
|
|
|
|
Mini Toolhead Choices:
|
|
Gladiola_SingleExtruder // Standard Single Extruder (Gladiola)
|
|
Albatross_Flexystruder // Flexystruder (Albatross)
|
|
Finch_Aero // Titan AERO (Finch)
|
|
|
|
TAZ Toolhead Choices:
|
|
Tilapia_SingleExtruder // Standard Single Extruder (Tilapia)
|
|
Kanyu_Flexystruder // Flexystruder (Kanyu)
|
|
Opah_Moarstruder // Moarstruder (Opah)
|
|
Javelin_DualExtruder // Dual Extruder v2 (Javelin)
|
|
Longfin_FlexyDually // FlexyDually (Longfin)
|
|
Yellowfin_DualExtruder // Dual Extruder v3 (Yellowfin)
|
|
Angelfish_Aero // Titan AERO (Angelfish)
|
|
|
|
*/
|
|
|
|
// If compiling using the Arduino IDE, uncomment and set printer model
|
|
// and toolhead here:
|
|
|
|
//#define LULZBOT_Oliveoil_TAZ_6
|
|
//#define TOOLHEAD_Tilapia_SingleExtruder
|
|
|
|
#endif /* CONFIGURATION_LULZBOT */ |