Configuration_var.h 286 B

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