Commit graph

1719 commits

Author SHA1 Message Date
Lars Brubaker
414aa5bc79 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-07-26 16:51:07 -07:00
Lars Brubaker
e8406f6d39 Turn off options that are not working on Android. 2016-07-26 15:40:12 -07:00
John Lewin
1df6fc18d6 Update OemProfiles to comply with new M109 tests
- Fix Creator and Evolution printers
 - Ignore base layer for Slice preset by using OemLayer.ValueOrDefault rather than GetValue
 - Rename test to StartGCodeWithExtrudesMustFollowM109Heatup
2016-07-26 15:32:36 -07:00
Lars Brubaker
67baebbb19 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-07-26 10:46:04 -07:00
Lars Brubaker
a3c0cdcea5 Refactored PrinterActionRow
made show_reset_connection a SettingsKey
Made the show_reset_connection less expensive to change
2016-07-26 09:30:12 -07:00
John Lewin
5d8070cdfd Add Load event to ApplicationController
- Extract code from Deserialize into ReloadOemProfiles
 - Wire up ReloadOemProfiles to Load event
 - Revert to lowercase oemprofiles.json filename
 - Issue #1179
2016-07-25 16:50:24 -07:00
Lars Brubaker
a463f1dbfa Updated the density for all PLA and ABS settings in the profiles. 2016-07-25 14:18:56 -07:00
Lars Brubaker
90292e476e Merge pull request #1170 from larsbrubaker/master
Made the profile history page read better.
2016-07-22 18:06:25 -07:00
Lars Brubaker
e949c7b52f Made the profile history page read better. 2016-07-22 17:49:03 -07:00
Matt Moening
7d7baa4f5a Convert Properties.json to Tabs to remain consistent with our standards
This also prevents auto formatting from altering the entire file when you edit
2016-07-22 15:25:21 -07:00
Lars Brubaker
fb23f3cca9 Merge pull request #1167 from larsbrubaker/master
New test for time parsing.
2016-07-22 14:08:17 -07:00
Lars Brubaker
e7279aa32f Put in the ability to set how much the perimeter overlap is set to 2016-07-22 14:02:39 -07:00
Greg
bee4bdb35e allModels.json with oemProfilesJson 2016-07-22 13:21:35 -07:00
Lars Brubaker
92a572e5f2 Changed upload to sync
Go to driver install rather than not
Make sure delete printer updates settings view
Printer History -> Settings History
Make Settings Options menu not too big
Border on Delete Printer button
2016-07-21 17:15:47 -07:00
Lars Brubaker
ecf3e085d1 Make sure we are checking PrinterSelected rather than ActiveSliceSettings.Instance == null
The later does not happen anymore.
2016-07-21 15:05:59 -07:00
John Lewin
7a57093b3d Update Oem printer files to 1mm bottom_solid_layers
- Remove FixNeeded category from BottomSolidLayersEqualsOneMM
2016-07-20 18:32:17 -07:00
Lars Brubaker
4c3b9e58f5 Fixed the auto_connect setting 2016-07-20 13:29:28 -07:00
Matt Moening
55140a0a9f Remove StaticData/PrinterSettings 2016-07-19 13:19:44 -07:00
Matt Moening
0b919be893 Printer file commit 2016-07-19 13:19:44 -07:00
Tyler Anderson
f3095a7e53 Minor changes to M3D profile 2016-07-19 10:58:28 -07:00
Lars Brubaker
1458980214 Updated the layout of the Filament tab 2016-07-19 09:45:10 -07:00
Lars Brubaker
e39ad85d87 Make sure the profiles directory exists 2016-07-18 15:18:17 -07:00
Matt Moening
bc3f95d80c Created Wizard Page to Sync Profiles after log in.
Prompt to log in now Properly launched if no user is logged in and sync only called if user is logged in
Removed comments from PrinterProfileHistoryPage that were meant to outline process
2016-07-18 14:03:45 -07:00
Lars Brubaker
c36918e480 Check in new settings rebuild gcode rules. 2016-07-18 11:17:57 -07:00
rytz
a499cb0af3 fixing minor superfluous command in Rostock profile 2016-07-15 16:34:51 -07:00
Lars Brubaker
1b7f64922c Updating the help menu 2016-07-15 12:43:46 -07:00
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