Revise Oem settings tests
- Remove no longer necessary LayerInfo class - Remove now redundant MaterialLayers, QualityLayers properties - Remove ConfigIni property - Remove unused functions - Refactor tests to receive a PrinterSettings param
This commit is contained in:
parent
4cc03074da
commit
4d0fb6e67c
2 changed files with 67 additions and 125 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
public class PrinterSettings
|
||||
{
|
||||
// Latest version should be 2016|06|08|1
|
||||
// Latest version should be in the form of:
|
||||
// Year|month|day|versionForDay (to support multiple revisions on a given day)
|
||||
public static int LatestVersion { get; } = 201606271;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue