Added config for collect on f5
This commit is contained in:
parent
62b6906315
commit
d2c86dff32
2 changed files with 10 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ namespace MatterHackers.MatterControl
|
|||
config.Bind("Agg:GraphicsMode", AggContext.Config.GraphicsMode);
|
||||
|
||||
Slicer.RunInProcess = config.GetValue<bool>("MatterControl:Slicer:Debug");
|
||||
Application.EnableF5Collect = config.GetValue<bool>("MatterControl:Application:EnableF5Collect");
|
||||
|
||||
// Make sure we have the right working directory as we assume everything relative to the executable.
|
||||
Directory.SetCurrentDirectory(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue