mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-28 11:50:49 -07:00
Merge remote-tracking branch 'refs/remotes/SoftFever/main' into enh-spoolman-support
# Conflicts: # src/slic3r/GUI/PhysicalPrinterDialog.cpp
This commit is contained in:
commit
6659208cf0
639 changed files with 24359 additions and 6664 deletions
|
|
@ -1398,6 +1398,8 @@ namespace DoExport {
|
|||
total_cost += weight * extruder->filament_cost() * 0.001;
|
||||
}
|
||||
|
||||
total_cost += config.time_cost.getFloat() * (normal_print_time/3600.0);
|
||||
|
||||
print_statistics.total_extruded_volume = total_extruded_volume;
|
||||
print_statistics.total_used_filament = total_used_filament;
|
||||
print_statistics.total_weight = total_weight;
|
||||
|
|
@ -4140,7 +4142,7 @@ LayerResult GCode::process_layer(
|
|||
}
|
||||
|
||||
// BBS
|
||||
if (print.config().print_sequence == PrintSequence::ByObject && prime_extruder && first_layer && extruder_id == first_extruder_id) {
|
||||
if (print.has_skirt() && print.config().print_sequence == PrintSequence::ByObject && prime_extruder && first_layer && extruder_id == first_extruder_id) {
|
||||
for (InstanceToPrint& instance_to_print : instances_to_print) {
|
||||
if (this->m_objSupportsWithBrim.find(instance_to_print.print_object.id()) != this->m_objSupportsWithBrim.end() &&
|
||||
print.m_supportBrimMap.at(instance_to_print.print_object.id()).entities.size() > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue