mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
WIP: Slicing from GUI.
This commit is contained in:
parent
857863102d
commit
a45e9c0a03
6 changed files with 167 additions and 56 deletions
|
@ -1238,7 +1238,7 @@ void GCode::process_layer(
|
|||
const size_t single_object_idx)
|
||||
{
|
||||
assert(! layers.empty());
|
||||
assert(! layer_tools.extruders.empty());
|
||||
// assert(! layer_tools.extruders.empty());
|
||||
// Either printing all copies of all objects, or just a single copy of a single object.
|
||||
assert(single_object_idx == size_t(-1) || layers.size() == 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue