always show outline layer option
This commit is contained in:
parent
2f0eb9dbf8
commit
f14c8b49b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1397,7 +1397,7 @@
|
|||
]),
|
||||
|
||||
layers: UC.setGroup($("layers")),
|
||||
layerOutline: UC.newBoolean(LANG.la_olin, onLayerToggle, {modes:LOCAL ? ALL : FDM_LASER}),
|
||||
layerOutline: UC.newBoolean(LANG.la_olin, onLayerToggle, {modes:ALL}),
|
||||
layerTrace: UC.newBoolean(LANG.la_trce, onLayerToggle, {modes:FDM_LASER}),
|
||||
layerFacing: UC.newBoolean(LANG.la_face, onLayerToggle, {modes:[]}), // see sliceRender() in CAM
|
||||
layerRough: UC.newBoolean(LANG.la_ruff, onLayerToggle, {modes:CAM}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue