mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Fix new IS wiki redirection (#13569)
This commit is contained in:
@@ -4812,8 +4812,8 @@ PageShp TabPrinter::build_kinematics_page()
|
|||||||
resonance_line.append_option(optgroup->get_option("max_resonance_avoidance_speed"));
|
resonance_line.append_option(optgroup->get_option("max_resonance_avoidance_speed"));
|
||||||
optgroup->append_line(resonance_line);
|
optgroup->append_line(resonance_line);
|
||||||
}
|
}
|
||||||
optgroup->append_single_option_line("input_shaping_emit", "input-shaping-calib");
|
optgroup->append_single_option_line("input_shaping_emit", "input_shaping_calib");
|
||||||
optgroup->append_single_option_line("input_shaping_type", "input-shaping-calib");
|
optgroup->append_single_option_line("input_shaping_type", "input_shaping_calib");
|
||||||
{
|
{
|
||||||
Line freq_line = {L("Frequency"), L("The frequency of the anti-vibration signal will correspond to the natural frequency of the frame.")};
|
Line freq_line = {L("Frequency"), L("The frequency of the anti-vibration signal will correspond to the natural frequency of the frame.")};
|
||||||
freq_line.append_option(optgroup->get_option("input_shaping_freq_x"));
|
freq_line.append_option(optgroup->get_option("input_shaping_freq_x"));
|
||||||
|
|||||||
Reference in New Issue
Block a user