mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-10 18:49:36 -07:00
Fix non bambu wipe tower issues (skirt overlapping with tower, extreme travel moves outside plate boundary) (#11748)
* Fix prime/purge tower extreme travel for non BBL printers * Fix wipe tower skirt not generating correctly for non bambu printers
This commit is contained in:
parent
e8af78d032
commit
0f397492e7
3 changed files with 18 additions and 4 deletions
|
|
@ -3333,6 +3333,8 @@ void Print::_make_wipe_tower()
|
|||
m_wipe_tower_data.z_and_depth_pairs = wipe_tower.get_z_and_depth_pairs();
|
||||
m_wipe_tower_data.brim_width = wipe_tower.get_brim_width();
|
||||
m_wipe_tower_data.height = wipe_tower.get_wipe_tower_height();
|
||||
m_wipe_tower_data.bbx = wipe_tower.get_bbx();
|
||||
m_wipe_tower_data.rib_offset = wipe_tower.get_rib_offset();
|
||||
|
||||
// Unload the current filament over the purge tower.
|
||||
coordf_t layer_height = m_objects.front()->config().layer_height.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue