mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Fixed a regression bug from the last commit. Some more code simplification
and inlining.
This commit is contained in:
parent
efb1fd2066
commit
e1ca1a82fb
5 changed files with 48 additions and 133 deletions
|
@ -158,7 +158,6 @@ public:
|
|||
|
||||
// print_z: top of the layer; slice_z: center of the layer.
|
||||
Layer* add_layer(int id, coordf_t height, coordf_t print_z, coordf_t slice_z);
|
||||
void delete_layer(int idx);
|
||||
|
||||
size_t support_layer_count() const { return this->support_layers.size(); }
|
||||
void clear_support_layers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue