mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-26 08:39:23 -07:00
Fixed compilation warnings and a potential bug in MotionPlanner, as reported in #3054
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
Extruder::Extruder(int id, GCodeConfig *config)
|
||||
Extruder::Extruder(unsigned int id, GCodeConfig *config)
|
||||
: id(id),
|
||||
config(config)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user