Hide min feedrate from machine limits page for RRF (which does not use them)

This commit is contained in:
Lukas Matena 2022-01-04 16:28:40 +01:00
parent b3726f1f88
commit 85f98b880a
2 changed files with 16 additions and 7 deletions

View file

@ -421,6 +421,7 @@ private:
bool m_has_single_extruder_MM_page = false;
bool m_use_silent_mode = false;
bool m_supports_travel_acceleration = false;
bool m_supports_min_feedrates = false;
void append_option_line(ConfigOptionsGroupShp optgroup, const std::string opt_key);
bool m_rebuild_kinematics_page = false;
ogStaticText* m_machine_limits_description_line {nullptr};