mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
FIX: Use the same api to get the extruder id
jira: none Change-Id: I05b3040b176374deee3e95bc52364fe7b33bb257 (cherry picked from commit 8b2544df41456377b09719de15460b19b7c71e09)
This commit is contained in:
@@ -29,13 +29,7 @@ public:
|
||||
|
||||
unsigned int id() const { return m_id; }
|
||||
|
||||
unsigned int extruder_id() const
|
||||
{
|
||||
//TODO: get extruder id
|
||||
unsigned int extruder_id = -1;
|
||||
// get matched id
|
||||
return extruder_id;
|
||||
}
|
||||
unsigned int extruder_id() const;
|
||||
double extrude(double dE);
|
||||
double retract(double length, double restart_extra);
|
||||
double unretract();
|
||||
|
||||
Reference in New Issue
Block a user