mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
ToolOrdering: Removed unused parameter.
This commit is contained in:
parent
c0b90f68ab
commit
cc2b9b8849
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ private:
|
|||
class LayerTools
|
||||
{
|
||||
public:
|
||||
LayerTools(const coordf_t z, const PrintConfig* print_config_ptr = nullptr) :
|
||||
LayerTools(const coordf_t z) :
|
||||
print_z(z),
|
||||
has_object(false),
|
||||
has_support(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue