mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 02:51:59 +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;
|
||||
}
|
||||
|
||||
#ifndef SLIC3RXS
|
||||
void
|
||||
PrintObject::make_perimeters()
|
||||
{
|
||||
@ -962,7 +963,6 @@ PrintObject::make_perimeters()
|
||||
this->_make_perimeters();
|
||||
}
|
||||
|
||||
#ifndef SLIC3RXS
|
||||
void
|
||||
PrintObject::slice()
|
||||
{
|
||||
@ -1189,7 +1189,6 @@ PrintObject::prepare_infill()
|
||||
this->state.set_done(posPrepareInfill);
|
||||
}
|
||||
|
||||
#endif //SLIC3RXS
|
||||
|
||||
void
|
||||
PrintObject::combine_infill()
|
||||
@ -1298,7 +1297,6 @@ PrintObject::combine_infill()
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef SLIC3RXS
|
||||
void
|
||||
PrintObject::infill()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user