Remove layer count in GCode.hpp

This commit is contained in:
Martin Šach 2024-01-05 13:50:38 +01:00 committed by SachCZ
parent b287bbc5dc
commit 0b3974954d

View File

@ -151,8 +151,6 @@ public:
std::string placeholder_parser_process(const std::string &name, const std::string &templ, unsigned int current_extruder_id, const DynamicConfig *config_override = nullptr);
bool enable_cooling_markers() const { return m_enable_cooling_markers; }
// For Perl bindings, to be used exclusively by unit tests.
unsigned int layer_count() const { return m_layer_count; }
void set_layer_count(unsigned int value) { m_layer_count = value; }
void apply_print_config(const PrintConfig &print_config);