1#pragma once
2#include <array>
3#include <string_view>
4
5#define ERASE_MAX_GEOMETRY @ERASE_MAX_GEOMETRY@
6
7#define ERASE_MIN_GEOMETRY @ERASE_MIN_GEOMETRY@
8
9static constexpr auto highSpeedMMC =
10 std::to_array<std::string_view>({ @HIGHSPEED_PARTS@ });
11