Hide min feedrate from machine limits page for RRF (which does not use them)
This commit is contained in:
parent
b3726f1f88
commit
85f98b880a
2 changed files with 16 additions and 7 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue