Working on new touch screen keyboard
Added tabs to text object 3d
This commit is contained in:
parent
1cee999697
commit
87e06ea558
10 changed files with 306 additions and 19 deletions
|
|
@ -233,8 +233,6 @@ namespace MatterHackers.MatterControl
|
|||
Slicer.RunInProcess = config.GetValue<bool>("MatterControl:Slicer:Debug");
|
||||
Application.EnableF5Collect = config.GetValue<bool>("MatterControl:Application:EnableF5Collect");
|
||||
Application.EnableNetworkTraffic = config.GetValue("MatterControl:Application:EnableNetworkTraffic", true);
|
||||
Application.MiniTouchScreen.Make = config.GetValue("MatterControl:MiniTouchScreen:Make", "");
|
||||
Application.MiniTouchScreen.Model = config.GetValue("MatterControl:MiniTouchScreen:Model", "");
|
||||
|
||||
// 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