mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 08:39:03 +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;
|
constexpr auto OVERLAP_FACTOR = 1.0;
|
||||||
|
|
||||||
/// Enumeration for different flow roles
|
/// Enumeration for different flow roles
|
||||||
enum FlowRole
|
enum FlowRole {
|
||||||
frExternalPerimeter,
|
frExternalPerimeter,
|
||||||
frPerimeter,
|
frPerimeter,
|
||||||
frInfill,
|
frInfill,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user