mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 23:08:59 +08:00
Fix typo in last commit preventing compilation. #3969
This commit is contained in:
parent
c4fe123b32
commit
fbb606d026
@ -11,7 +11,7 @@ constexpr auto BRIDGE_EXTRA_SPACING = 0.05;
|
||||
constexpr auto OVERLAP_FACTOR = 1.0;
|
||||
|
||||
/// Enumeration for different flow roles
|
||||
enum FlowRole
|
||||
enum FlowRole {
|
||||
frExternalPerimeter,
|
||||
frPerimeter,
|
||||
frInfill,
|
||||
|
Loading…
x
Reference in New Issue
Block a user