mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
small tweaks
This commit is contained in:
parent
cae9ca950f
commit
5269e3a2cd
2 changed files with 4 additions and 4 deletions
|
@ -303,7 +303,7 @@ std::string GCodeWriter::toolchange(unsigned int extruder_id)
|
|||
// return the toolchange command
|
||||
// if we are running a single-extruder setup, just set the extruder and return nothing
|
||||
std::ostringstream gcode;
|
||||
if (this->multiple_extruders) {
|
||||
if (this->multiple_extruders || (this->config.filament_diameter.values.size() > 1 && !is_bbl_printers())) {
|
||||
gcode << this->toolchange_prefix() << extruder_id;
|
||||
//BBS
|
||||
if (GCodeWriter::full_gcode_comment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue