ENH: implement mult extruder params

Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I906b106aa4c73272a418528db0e964d9130b0dd7
(cherry picked from commit 8af6f6d13b609b7ed5f25c3b36b966f533054d7b)
This commit is contained in:
qing.zhang
2024-06-12 16:28:58 +08:00
committed by Noisyfox
parent d9efd47c90
commit cca85fe861
8 changed files with 181 additions and 165 deletions

View File

@@ -29,6 +29,13 @@ 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;
}
double extrude(double dE);
double retract(double length, double restart_extra);
double unretract();