mattercontrol/appsettings.json

17 lines
295 B
JSON
Raw Normal View History

2018-09-02 13:50:43 -07:00
{
2018-11-01 17:34:26 -07:00
"Agg": {
"GraphicsMode": {
"Color": 32,
"Depth": 24,
"FSAASamples": 8
},
"ProviderTypes": {
"DialogProvider": "MatterHackers.Agg.Platform.GtkFileDialogProvider, PlatformGtk"
2018-11-01 17:34:26 -07:00
}
},
"MatterControl": {
"Slicer": {
"Debug": false
}
}
2018-09-02 13:50:43 -07:00
}