Commit graph

191 commits

Author SHA1 Message Date
Lars Brubaker
328204b14b Create the baseLayerCache on first request rather than static init. 2016-06-22 15:38:20 -07:00
Lars Brubaker
768d555f2a Removing settings base layer from being strode in users data 2016-06-22 15:29:20 -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
Lars Brubaker
6ee626e794 Refactoring print settings strings into SettingsKey string consts
Made a new ReloadUiWhenChanged propertie for Properties.json
2016-06-21 09:38:37 -07:00
Lars Brubaker
9b42fac41a Import merge from .printer starting to work.
Ability to center model windows
2016-06-20 15:45:17 -07:00
John Lewin
e6234ebbc6 Fix missing printers and presets
- Add code to save ProfileManager contents on Add Printer
 - Revise and rerun printer profile generation tool
 - Move CollectionChanged registration, don't run during deserialization
 - CollectionChanged.Remove no longer valid as Deletes are deferred
 - Fixes #982, #983
 - Remove dead code
2016-06-20 13:22:00 -07:00
Lars Brubaker
836cbffc53 Now we can import a .ini or .slice file into a quality preset. 2016-06-20 12:47:10 -07:00
John Lewin
0a2064fa5e Fix invalid cast exception after print 2016-06-17 15:07:43 -07:00
John Lewin
4d61e769b0 Fix presets assignment regression 2016-06-17 13:59:16 -07:00
John Lewin
e48fc5457c Fix regression in preset selection 2016-06-17 11:13:55 -07:00
John Lewin
a5548bd786 Remove SetValue, ClearValue overloads, prefer params defaults
- On setter, only persist profile if settings change
2016-06-17 10:47:08 -07:00
John Lewin
858da9d09b Consolidate duplicated manual_movement_speeds functions into Settings 2016-06-17 09:29:11 -07:00
John Lewin
bdea957ff1 Migrate ManualMovementSpeeds to GetValue 2016-06-17 06:56:47 -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
661bb70e47 Revise ComPort accessors for new format 2016-06-16 17:24:10 -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
Lars Brubaker
7f85f168d5 Took out the prepend of MatterControl on profile settings and made them consistent lower case underscore. 2016-06-16 16:35:10 -07:00
Lars Brubaker
d83982089a Changed the SettingsKeys from an enum to a static class of const strings. 2016-06-16 14:35:42 -07:00
Lars Brubaker
b9282c6576 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-06-16 13:51:27 -07:00
Lars Brubaker
4e8be396b8 import into now printers correctly. 2016-06-16 13:23:44 -07:00
John Lewin
06e1bd6343 Move SettingsProfile functionality into named regions 2016-06-16 13:20:38 -07:00
Lars Brubaker
52f1db1222 Make sure the printer select menu says 'Printers...' 2016-06-16 12:53:44 -07:00
Lars Brubaker
632ddcaba1 Missed a bed_shape conversion 2016-06-16 12:19:13 -07:00
Lars Brubaker
a639a34595 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-06-16 12:06:31 -07:00
John Lewin
65d9b8ba95 Restore the ability to delete presets 2016-06-16 11:52:56 -07:00
Lars Brubaker
0b7aeb54e5 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-06-16 11:01:04 -07:00
Lars Brubaker
4743cbe271 moved fill_density to get value 2016-06-16 10:51:18 -07:00
John Lewin
6e4934aa61 Fix Profile selection issues
- Ensure that only profiles known to ProfileManager can be loaded by ID
 - Ensure ActiveProfileID is cleared on delete printer
 - Remove ActiveMaterialKey duplication, use MaterialSettingsKeys[n]
2016-06-16 10:38:37 -07:00
Lars Brubaker
773f6ddc9b More settings moved to GetValue
extruder_count
bed_temperature
2016-06-16 10:31:18 -07:00
Lars Brubaker
2ee52deea6 More settings moved to GetValue
bed_size
bed_shape
build_height
bed_temperature
min_fan_speed
also Moved BedShape out of class and into namespace
2016-06-16 10:22:38 -07:00
Lars Brubaker
9d401e1d9f Merge pull request #961 from larsbrubaker/master
Made an enum SettingsKey so the available settings names are discover…
2016-06-16 07:36:52 -07:00
Lars Brubaker
e6eaba90b2 Merge pull request #959 from jlewin/master
Convert some accessors to use GetValue<T>
2016-06-16 07:26:10 -07:00
larsbrubaker
0c3e754da5 Made an enum SettingsKey so the available settings names are discoverable. 2016-06-16 07:23:42 -07:00
larsbrubaker
7f65698864 Converted more settings methods to GetValue<T> 2016-06-16 06:58:28 -07:00
John Lewin
c0ec29664d Convert some accessors to use GetValue<T> 2016-06-15 17:59:52 -07:00
John Lewin
c008234248 Rename ActiveValue to GetValue, consolidate GetValue overrides 2016-06-15 17:19:29 -07:00
John Lewin
463305c96c Move Windows driver enumeration/list from SettingsProfile to WizardPage 2016-06-15 16:41:10 -07:00
John Lewin
814763ed72 Convert some accessors to use GetValue<T> 2016-06-15 16:15:47 -07:00
John Lewin
250ed87f31 Revise SliceSettings nomenclature, add GetValue<T> method 2016-06-15 15:11:23 -07:00
John Lewin
7028673805 Revert forthcoming name changes 2016-06-15 15:01:41 -07:00
John Lewin
65c8b28239 Add missing file 2016-06-15 14:53:11 -07:00