Lars Brubaker
760110f8b2
Correct padding.
2016-07-15 12:16:51 -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
Lars Brubaker
cec9a85435
Try to connect to printers that have auto connect enabled when they are selected
...
removed dead code
2016-07-14 17:07:04 -07:00
Lars Brubaker
32de0942ca
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
...
Conflicts:
DataStorage/Classic/ClassicSqlitePrinterProfiles.cs
2016-07-14 11:39:19 -07:00
Lars Brubaker
3a9e4eb054
Wrote a new test for first_layer_extrusion_width being parsed correctly
...
Refactored first_layer_extrusion_width into a fixed string
2016-07-12 18:06:06 -07:00
Lars Brubaker
10dc6924e5
Updated login reasons
2016-07-08 16:28:58 -07:00
Lars Brubaker
bc160e0096
Make sure profilePath exists before loading it.
...
Cleaning up Action names
Change to development build for user profiles
2016-07-07 17:06:23 -07:00
Lars Brubaker
90aa9f44cf
Working on local user profile cache
...
Saving a new user.json for signed in users
2016-07-06 17:45:53 -07:00
Lars Brubaker
6c08b9421d
Don't allow change printer while printing.
...
Don't allow login or logout while printing.
2016-07-06 16:40:23 -07:00
Lars Brubaker
133987c194
Made the SetupAccountView refresh on login and log out
...
Refactoring Event Handlers
2016-07-06 14:04:23 -07:00
Lars Brubaker
7951b22044
Bringing in the work from unlimitedbacon #1026
...
Adding density setting to filament
Adding cost option to filament
2016-07-05 12:24:00 -07:00
Lars Brubaker
c9b6e4762e
Merge remote-tracking branch 'unlimitedbacon/density'
2016-07-05 12:13:54 -07:00
Tyler Anderson
37cda8002e
Updated profile for Airwolf Axiom
2016-06-29 17:20:05 -07:00
Greg
c41b6efd9c
Display "Last Time Updated" to Settings Panel. We can add it to the Printer Setup Wizard later if needed.
2016-06-29 14:47:57 -07:00
Tyler Anderson
1030b06d62
Added print cost estimate to Layer View
2016-06-27 13:02:37 -07:00
Tyler Anderson
f9c446d52b
added filament density and cost settings to UI
2016-06-27 12:32:50 -07:00
Lars Brubaker
a8fc6ef1a1
Fixed a null reference in libraryDataView
...
Working on more consistent wizard theming
2016-06-23 16:01:04 -07:00
Lars Brubaker
0fdc6a03e0
Make sure we don't create a macro name that is wrapped or too big.
2016-06-23 12:12:01 -07:00
larsbrubaker
ad221690be
Improving setup experience.
...
issue #917
2016-06-21 18:55:34 -07:00
John Lewin
b63551aee6
Finished import to settings overrides
2016-06-21 17:06:20 -07:00
John Lewin
493b2b2b3f
Import into new preset layer
2016-06-21 16:36:11 -07:00
John Lewin
ccb7a0cfee
Fix invalid entry in master.txt
2016-06-21 13:43:15 -07:00
Lars Brubaker
3f61d6ccd8
Merge pull request #991 from larsbrubaker/master
...
Refactoring print settings strings into SettingsKey string consts
2016-06-21 11:31:59 -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
42adfced92
Merge pull request #989 from unlimitedbacon/profiles
...
Don't heat M3D before probing
2016-06-21 09:06:52 -07:00
Tyler Anderson
9eb46dcb87
Don't head M3D before probing
2016-06-20 16:04:12 -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
Lars Brubaker
836cbffc53
Now we can import a .ini or .slice file into a quality preset.
2016-06-20 12:47:10 -07:00
Lars Brubaker
bd6bd0ce38
Fixed a config name.
2016-06-17 12:37:31 -07:00
Lars Brubaker
c31695a6c4
Merge pull request #974 from unlimitedbacon/profiles
...
Profile for M3D Micro
2016-06-17 12:02:28 -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
52f1db1222
Make sure the printer select menu says 'Printers...'
2016-06-16 12:53:44 -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
Tyler Anderson
8701072107
Profile for M3D Micro
2016-06-15 18:04:25 -07:00
Lars Brubaker
1a84cb7a4c
Merge pull request #950 from larsbrubaker/master
...
Improving import wizard
2016-06-15 11:53:00 -07:00
Lars Brubaker
5082f9d4f8
Improving import wizard
...
Made a new success page for the input wizard
Made cancel file selection do the right thing
Update profile selector on add
Load from ini can handle a bad ini file now
2016-06-15 11:49:57 -07:00
rytz
646c60cd8b
Fixing incorrect help text.
2016-06-15 11:01:47 -07:00
Lars Brubaker
b9f92280b3
more work on import
2016-06-14 12:55:19 -07:00
Lars Brubaker
0ccd81d62b
Merge pull request #935 from jlewin/master
...
Revise Settings.json changes
2016-06-13 14:08:26 -07:00
Lars Brubaker
28420d8b80
Merge pull request #933 from unlimitedbacon/helptext
...
Help text changes
2016-06-13 14:04:51 -07:00
John Lewin
76dcc4a072
Revise Settings.json changes
...
- Reuse SliceSettingsOrganizer.GetDefaultSettings
- Remove SavePropertiesJson
2016-06-13 13:40:29 -07:00
Lars Brubaker
85caa12dfe
Moved default settings into Properties.json and removed default config.ini
...
deleted some dead code
updated some error messages
2016-06-13 12:31:17 -07:00
Tyler Anderson
9284f013a6
Help text changes
2016-06-13 11:57:22 -07:00
John Lewin
7149f6db33
Add EULA form
2016-06-11 17:04:46 -07:00
Lars Brubaker
0929ec1893
Made MatterControl top export
...
Fixed some profile import stuff
2016-06-09 18:16:07 -07:00
Lars Brubaker
c5edde8edb
Filter files from LibraryProviderFileSystem that have no extension.
2016-06-09 14:20:03 -07:00
Lars Brubaker
105734cccf
make sure we close editor on delete printer
...
don't flash content
2016-06-08 18:26:08 -07:00
Lars Brubaker
35080277d7
New edit printer settings page.
2016-06-08 17:59:03 -07:00
Lars Brubaker
5cc454ba77
Renamed CustomeSaveFunction to ShowAsOveride
2016-06-08 11:18:53 -07:00