mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 00:11:57 +08:00
Removing more methods
This commit is contained in:
parent
0d1f5ec57c
commit
b97478a2dd
@ -952,6 +952,7 @@ PrintObject::_slice_region(size_t region_id, std::vector<float> z, bool modifier
|
|||||||
return layers;
|
return layers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef SLIC3RXS
|
||||||
void
|
void
|
||||||
PrintObject::make_perimeters()
|
PrintObject::make_perimeters()
|
||||||
{
|
{
|
||||||
@ -962,7 +963,6 @@ PrintObject::make_perimeters()
|
|||||||
this->_make_perimeters();
|
this->_make_perimeters();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef SLIC3RXS
|
|
||||||
void
|
void
|
||||||
PrintObject::slice()
|
PrintObject::slice()
|
||||||
{
|
{
|
||||||
@ -1189,7 +1189,6 @@ PrintObject::prepare_infill()
|
|||||||
this->state.set_done(posPrepareInfill);
|
this->state.set_done(posPrepareInfill);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //SLIC3RXS
|
|
||||||
|
|
||||||
void
|
void
|
||||||
PrintObject::combine_infill()
|
PrintObject::combine_infill()
|
||||||
@ -1298,7 +1297,6 @@ PrintObject::combine_infill()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef SLIC3RXS
|
|
||||||
void
|
void
|
||||||
PrintObject::infill()
|
PrintObject::infill()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user