John Lewin
be8c7c639f
Remove invalid profile migration
2017-02-16 11:48:04 -08:00
John Lewin
e83c5e7388
Add LayerGCodeHasExpectedValue test
...
- Immutable PrinterSettings.BaseLayer
- Add PrinterSettings.AutoSave flag to support disabling autosave
- Save to default path fails under test
- Add PrinterSettings.Save(path) to support manual save
- Migrate 'active_quality_key' to SettingsKey class
2016-12-20 10:45:32 -08:00
Lars Brubaker
de12a5c8ba
Finished print leveling test – fixed reset to defaults
...
Moved more things to settings key
Disabled end-user license agreement on Mac for now
2016-09-27 12:47:15 -07:00
John Lewin
04ae06199c
Clear print_leveling_data on 'Reset To Defaults'
...
- Create and use SettingsKey for print_leveling_data
2016-09-23 18:19:51 -07:00
John Lewin
ee52f24835
Upgrade to NUnit3
...
- Revise hard-coded paths for compatibility with new VS adapter
- Add utility functions for path generation
- Extract SHA1 computation from Save function
- Add ToJson helper function
- Don't save SHA1 in computed document
- Remove Asserts from CloseMatterControl, extend wait period
- Add TestAutomationConfig type replacing serialized Dictionary
2016-09-21 14:13:39 -07:00
Lars Brubaker
22bca53d69
Changed the theme colors to save by name
...
fixed linux run bug MatterHackers/MCCentral#344
ActiveTheme does not recreate its data all the time
2016-08-31 11:42:02 -07:00
Lars Brubaker
b18f8fc889
Made the name save in settings editor
...
changed layername to a settings key
2016-08-10 14:04:33 -07:00
John Lewin
e29bf11631
Skip migrations if DocumentVersion missing
...
- Disable old migrations
- Issue MatterHackers/MCCentral#252
2016-08-04 08:57:14 -07:00
John Lewin
1e57909497
Migrate active_theme_index to SettingsKey
2016-07-24 07:45:33 -07:00
Lars Brubaker
b90b62528d
Made it so we add the delete and update info for a printer as a new component
...
left aligned printer list (took out icon space)
2016-07-15 11:52:06 -07:00
Matt Moening
f8e00ca879
Made sure profiles use proper profile extension and are looked for accordingly
...
Fixed bug where we would show upload profile dialog without any profiles to upload
2016-07-14 13:46:33 -07:00
John Lewin
da695dc581
Convert more string literals into SettingsKey constants
2016-07-12 17:51:26 -07:00
John Lewin
0c752a4d27
Remove OemProfile property, promote OemLayer property to parent
...
- Extract PrinterSettingLayer to separate file
- Create profile migration for OemProfile -> OemLayer
- Rename confusing LayerCascade property in tests to PrinterSettings
- Issue #1023
2016-06-27 15:42:56 -07:00
Lars Brubaker
a78af79bdc
Moved publish_bed_image string int SettingsKey conts strings.
2016-06-22 14:09:19 -07:00
Lars Brubaker
56ee8d81b0
Don't try to load material and quality settings if there aren't any.
...
Don't throw on cura file in release.
2016-06-22 09:47:01 -07:00
John Lewin
bc99339219
Add missing settings keys to eliminate migration exceptions
2016-06-21 13:44:02 -07:00
John Lewin
056d4e3aca
Rename MatterControl.ActiveQualityKey to active_quality_key
2016-06-16 17:44:03 -07:00
John Lewin
17dbabfc4d
Delete deprecated setting 'ActiveMaterialKey'
2016-06-16 17:37:42 -07:00
John Lewin
12e907ed50
Rename MatterControl.CalibrationFiles to calibration_files
2016-06-16 17:33:26 -07:00
John Lewin
df797924b0
Rename LayerETag/LayerSource to layer_etag/layer_source
2016-06-16 17:29:46 -07:00
John Lewin
143180ee93
Rename MatterControl.LayerID to layer_id
2016-06-16 17:24:12 -07:00
John Lewin
66f91c5bbc
Rename MatterControl.LayerName to layer_name
2016-06-16 17:24:11 -07:00
John Lewin
5d6fcdadba
Rename MatterControl.DriverType to driver_type
2016-06-16 17:24:11 -07:00
John Lewin
d5702c5b19
Rename MatterControl.SlicingEngine to slicing_engine
2016-06-16 16:56:17 -07:00
John Lewin
207252f4a4
Extract classes to separate files
2016-06-16 16:51:32 -07:00