1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

ToolOrdering: Removed unused parameter.

This commit is contained in:
bubnikv
2020-01-09 10:32:52 +01:00
parent c0b90f68ab
commit cc2b9b8849
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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),