#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 40 and 41. 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) Juniper_TAZ_5 // Lulzbot TAZ 5 (Juniper, Juniperberry, Juniperbush) 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 */