mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 21:45:57 +08:00
Walled off generate_support_material()
This commit is contained in:
parent
e5329b1e9f
commit
38cc8e2d6d
@ -137,8 +137,10 @@ class PrintObject
|
|||||||
|
|
||||||
SupportMaterial* _support_material();
|
SupportMaterial* _support_material();
|
||||||
|
|
||||||
|
#ifndef SLIC3RXS
|
||||||
/// Initialize and generate support material.
|
/// Initialize and generate support material.
|
||||||
void generate_support_material();
|
void generate_support_material();
|
||||||
|
#endif // SLIC3RXS
|
||||||
|
|
||||||
Flow _support_material_flow(FlowRole role = frSupportMaterial);
|
Flow _support_material_flow(FlowRole role = frSupportMaterial);
|
||||||
size_t support_layer_count() const;
|
size_t support_layer_count() const;
|
||||||
|
@ -1146,7 +1146,7 @@ PrintObject::_support_material_flow(FlowRole role)
|
|||||||
|
|
||||||
return support_flow;
|
return support_flow;
|
||||||
}
|
}
|
||||||
|
#ifndef SLIC3RXS
|
||||||
void
|
void
|
||||||
PrintObject::generate_support_material()
|
PrintObject::generate_support_material()
|
||||||
{
|
{
|
||||||
@ -1181,4 +1181,5 @@ PrintObject::generate_support_material()
|
|||||||
print->status_cb(85, stats.str().c_str());
|
print->status_cb(85, stats.str().c_str());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif // SLIC3RXS
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user