mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fixed some rare support issues connected with the 1st print layer.
Fixed support issue, where the XY gap was ignored for the top contact layers and a fixed 50% was used instead.
This commit is contained in:
parent
ed2ee2f6f3
commit
688fe3e2b2
2 changed files with 40 additions and 38 deletions
|
@ -226,6 +226,8 @@ private:
|
|||
Flow m_first_layer_flow;
|
||||
Flow m_support_material_flow;
|
||||
Flow m_support_material_interface_flow;
|
||||
// Is merging of regions allowed? Could the interface & base support regions be printed with the same extruder?
|
||||
bool m_can_merge_support_regions;
|
||||
|
||||
coordf_t m_support_layer_height_min;
|
||||
coordf_t m_support_layer_height_max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue