mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 23:02:06 +00:00
ENH: add setting of extruder type
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ic126466f6b579dd6a55a1ba16a63c015d538c750
This commit is contained in:
@@ -212,6 +212,12 @@ enum ZHopType {
|
||||
zhtCount
|
||||
};
|
||||
|
||||
// BBS
|
||||
enum ExtruderType {
|
||||
etDirectDrive = 0,
|
||||
etBowden
|
||||
};
|
||||
|
||||
static std::string bed_type_to_gcode_string(const BedType type)
|
||||
{
|
||||
std::string type_str;
|
||||
@@ -864,6 +870,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
||||
((ConfigOptionBool, auxiliary_fan))
|
||||
((ConfigOptionBool, accel_to_decel_enable))
|
||||
((ConfigOptionPercent, accel_to_decel_factor))
|
||||
((ConfigOptionEnumsGeneric, extruder_type))
|
||||
)
|
||||
|
||||
// This object is mapped to Perl as Slic3r::Config::Print.
|
||||
|
||||
Reference in New Issue
Block a user