mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 21:36:57 +00:00
Make machine_max_junction_deviation multi-variant, just like all other motion ability parameters
This commit is contained in:
@@ -8422,7 +8422,8 @@ std::set<std::string> printer_options_with_variant_2 = {
|
|||||||
"machine_max_jerk_x",
|
"machine_max_jerk_x",
|
||||||
"machine_max_jerk_y",
|
"machine_max_jerk_y",
|
||||||
"machine_max_jerk_z",
|
"machine_max_jerk_z",
|
||||||
"machine_max_jerk_e"
|
"machine_max_jerk_e",
|
||||||
|
"machine_max_junction_deviation",
|
||||||
};
|
};
|
||||||
|
|
||||||
std::set<std::string> empty_options;
|
std::set<std::string> empty_options;
|
||||||
|
|||||||
Reference in New Issue
Block a user