mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
WIP: Slicing from GUI.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user