mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-09-11 13:18:07 +02:00
Keep pointer to PrintConfig instead of copying it.
This commit is contained in:
+1
-2
@@ -23,8 +23,7 @@ class Extruder
|
||||
double retracted;
|
||||
double restart_extra;
|
||||
|
||||
// TODO: maybe better to keep a reference to an existing object than copy it
|
||||
PrintConfig config;
|
||||
PrintConfig *config;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user