mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 23:32:10 +00:00
Fix wrong plate y possition after switching profiles with different bed size (#7923)
* FIX:update custom_texture when new_shape=false Jira: STUDIO-5287 Change-Id: I3add95f9f9345c14a48cc7467513d1b3ce95f4c9 (cherry picked from commit9ce7de10f4) * FIX: correct the bed model to the print area origin point Change-Id: Ieb856dff421d39694966e3c13c519f4ffa3da5c2 (cherry picked from commit32892514ff) * Avoid unnecessary copy of `position` parameter * Merge branch 'main' into bugfox/plater-y
This commit is contained in:
@@ -692,11 +692,6 @@ public:
|
||||
m_height_limit_mode = mode;
|
||||
}
|
||||
|
||||
// SoftFever
|
||||
const std::string& get_logo_texture_filename() const {
|
||||
return m_logo_texture_filename;
|
||||
}
|
||||
|
||||
int get_curr_plate_index() const { return m_current_plate; }
|
||||
PartPlate* get_curr_plate() { return m_plate_list[m_current_plate]; }
|
||||
const PartPlate* get_curr_plate() const { return m_plate_list[m_current_plate]; }
|
||||
|
||||
Reference in New Issue
Block a user