mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Use a 2-pass depth based outline algorithm when selected
This commit is contained in:
parent
2acd858bf3
commit
13e18d1d65
7 changed files with 262 additions and 46 deletions
|
@ -893,7 +893,7 @@ private:
|
|||
//void load_shells(const Print& print);
|
||||
void refresh_render_paths(bool keep_sequential_current_first, bool keep_sequential_current_last) const;
|
||||
void render_toolpaths();
|
||||
void render_shells();
|
||||
void render_shells(int canvas_width, int canvas_height);
|
||||
|
||||
//BBS: GUI refactor: add canvas size
|
||||
void render_legend(float &legend_height, int canvas_width, int canvas_height, int right_margin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue