Prusa3d Marlin fork
Configuration_var.h
1 // Include the printer's variant configuration header
2 #pragma once
3 
4 // This is set by the cmake build to be able to take control of
5 // the variant header without breaking existing build mechanisms.
6 #ifndef CMAKE_CONTROL
7 #include "Configuration_prusa.h"
8 #else
9 #include FW_VARIANT
10 #endif