mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00: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