mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Enhance GCode handling for Z-axis movements (#10803)
* Enhance GCode handling for Z-axis movements - Updated `travel_to_z` method to include a `force` parameter, allowing forced Z movements. - Modified GCode generation logic to ensure Z position is restored after unknown last positions. - Enforce z restoreation after tool changer * Improve filament_multitool_ramming logic * fix indent
This commit is contained in:
@@ -3809,6 +3809,10 @@ void TabFilament::toggle_options()
|
||||
"filament_unloading_speed_start", "filament_unloading_speed", "filament_toolchange_delay", "filament_cooling_moves",
|
||||
"filament_cooling_initial_speed", "filament_cooling_final_speed"})
|
||||
toggle_option(el, !is_BBL_printer);
|
||||
|
||||
bool multitool_ramming = m_config->opt_bool("filament_multitool_ramming", 0);
|
||||
toggle_option("filament_multitool_ramming_volume", multitool_ramming);
|
||||
toggle_option("filament_multitool_ramming_flow", multitool_ramming);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user