Fixed typo, missing class name.
This commit is contained in:
parent
06540f73f7
commit
e22d007ab7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
namespace Slic3r
|
namespace Slic3r
|
||||||
{
|
{
|
||||||
|
|
||||||
SlicingParameters create_from_config(
|
SlicingParameters SlicingParameters::create_from_config(
|
||||||
const PrintConfig &print_config,
|
const PrintConfig &print_config,
|
||||||
const PrintObjectConfig &object_config,
|
const PrintObjectConfig &object_config,
|
||||||
coordf_t object_height,
|
coordf_t object_height,
|
||||||
|
|
Loading…
Reference in a new issue