mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 08:45:53 +08:00
Fix layer change enable
This commit is contained in:
parent
384d245be7
commit
5927a20905
@ -2747,7 +2747,7 @@ std::string GCodeGenerator::change_layer(coordf_t previous_layer_z, coordf_t pri
|
||||
bool helical_layer_change{
|
||||
(!this->m_spiral_vase || !this->m_spiral_vase->is_enabled())
|
||||
&& print_z > previous_layer_z
|
||||
&& EXTRUDER_CONFIG(travel_lift_before_obstacle)
|
||||
&& EXTRUDER_CONFIG(travel_ramping_lift)
|
||||
&& EXTRUDER_CONFIG(travel_slope) > 0 && EXTRUDER_CONFIG(travel_slope) < 90
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user