mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Keep pointer to PrintConfig instead of copying it.
This commit is contained in:
parent
c2b249d059
commit
d824de6168
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue