mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed regression issue in G-code preview since 2.1.0-beta2:
Excessive amount of memory was pre-allocated for G-code preview by volumetric speed.
This commit is contained in:
parent
e0e12063bf
commit
9f0933ba6e
2 changed files with 58 additions and 61 deletions
|
@ -29,6 +29,7 @@ enum ExtrusionRole {
|
|||
erCustom,
|
||||
// Extrusion role for a collection with multiple extrusion roles.
|
||||
erMixed,
|
||||
erCount,
|
||||
};
|
||||
|
||||
inline bool is_perimeter(ExtrusionRole role)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue