mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 20:15:59 +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{
|
bool helical_layer_change{
|
||||||
(!this->m_spiral_vase || !this->m_spiral_vase->is_enabled())
|
(!this->m_spiral_vase || !this->m_spiral_vase->is_enabled())
|
||||||
&& print_z > previous_layer_z
|
&& 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
|
&& EXTRUDER_CONFIG(travel_slope) > 0 && EXTRUDER_CONFIG(travel_slope) < 90
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user