mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Workaround for a WxWidgets bug that clips the overlap_ratio label on Mac
This commit is contained in:
@@ -138,7 +138,7 @@ our $Options = {
|
|||||||
type => 'f',
|
type => 'f',
|
||||||
},
|
},
|
||||||
'overlap_ratio' => {
|
'overlap_ratio' => {
|
||||||
label => 'Extrusion overlap (ratio over extrusion width)',
|
label => 'Extrusion overlap (ratio over extrusion width)', # the double space here prevents a bug in WxWidgets (Mac)
|
||||||
cli => 'overlap-ratio=f',
|
cli => 'overlap-ratio=f',
|
||||||
type => 'f',
|
type => 'f',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user