Commit graph

33 commits

Author SHA1 Message Date
John Lewin
d16efb39f1 Make StartPrint async to ensure it completes before begin monitoring 2018-05-23 07:16:44 -07:00
Lars Brubaker
c63173f199 Moving all user settings test strings into UserSettingsKey
prototyping user tips system
2018-04-18 14:38:21 -07:00
Lars Brubaker
7d1e4969ad Make sure we always show the printing window 2018-03-19 11:45:40 -07:00
John Lewin
d3a04bcbad Remove unused variable 2018-01-17 17:52:33 -08:00
John Lewin
2ecbf4d79b Use printer instance 2018-01-17 17:39:24 -08:00
John Lewin
98a8797352 Collapse RecoverPrintProcessDialogResponse method into caller 2018-01-17 17:39:24 -08:00
John Lewin
cfa1ea73ce Consolidate to single ShowMessageBox call 2018-01-17 17:39:24 -08:00
John Lewin
9d70b11508 Use printer instance 2018-01-17 17:39:23 -08:00
John Lewin
8228aef9d0 Make recovery printer specific
- Issue MatterHackers/MCCentral#2670
Print recovery needs to be printer specific
2018-01-17 17:39:23 -08:00
Lars Brubaker
c02d2ca60f Made an automation test for print recovery (made it pass)
Fixed the DoUndoTests
2017-11-01 13:57:45 -07:00
John Lewin
76e7af0436 Eliminate PrinterConnection.Instance 2017-09-17 21:08:16 -07:00
John Lewin
8afc92ae33 Decouple MatterControl components from PrinterConnection
- Move relevant aspects to ApplicationController
2017-06-16 18:04:47 -07:00
John Lewin
1ac3274e7d Move CommunicationState enums into PrinterCommunication namespace 2017-06-13 17:33:23 -07:00
John Lewin
9aaf0f6311 Rename PrinterConnectionAndCommunication 2017-06-13 17:22:49 -07:00
Lars Brubaker
4d96a26cd0 Moved all the easy static localized strings to non-static strings 2017-03-01 13:48:49 -08:00
Lars Brubaker
286e89ad63 Don't attempt recovery if not enabled. 2017-02-09 14:26:15 -08:00
Lars Brubaker
63fcda6532 change it's to its
Refactor
2017-02-08 17:17:06 -08:00
Lars Brubaker
cecf01769c Fixed keyboard movement 2017-02-08 14:34:16 -08:00
Lars Brubaker
397398cf85 Put in a warning message if print recovery on a min z printer. 2017-02-08 13:16:29 -08:00
Lars Brubaker
89f7d9b120 New printer layout
Better recovery description
2016-09-22 16:34:06 -07:00
Lars Brubaker
fbd67c0dd7 Put in code to refresh the library selector
Renamed ResumePrinting to PrintRecovery
2016-09-06 14:42:14 -07:00
John Lewin
da695dc581 Convert more string literals into SettingsKey constants 2016-07-12 17:51:26 -07:00
John Lewin
c008234248 Rename ActiveValue to GetValue, consolidate GetValue overrides 2016-06-15 17:19:29 -07:00
Lars Brubaker
895eea253c Converted lots of get properties to methods in SettingsProfile 2016-04-27 18:57:51 -07:00
Lars Brubaker
ea89d41bc6 Working on resuming for non-max z printers
Added settings to support resuming
Save the baby step offset for print resuming
Make sure we don't resume prints that are not started
Refactoring
2016-04-20 11:53:08 -07:00
Lars Brubaker
9d233efb4c Much more work on resume printing. 2016-04-14 18:01:45 -07:00
Lars Brubaker
e2d68ac50e Getting print history to register on connection then checking if need to resume failed print 2016-04-14 14:34:30 -07:00
Lars Brubaker
34811976ae Tracking current completed percent. 2016-02-24 12:39:30 -08:00
Lars Brubaker
9ab75e0eeb Working on getting the history to have enough data to track print failures. 2016-02-24 12:39:29 -08:00
Lars Brubaker
b62f8e9704 Working on getting the history to have enough data to track print failures. 2016-02-24 12:38:21 -08:00
John Lewin
f8f70f46e6 Concise queries, reduce to functionality
- Remove DataStorage qualifier, add using statements
 - Remove unnecessary query variables and string.formatting statements
 - Remove duplicate code, reuse .RecordCount method
2016-02-23 14:42:36 -08:00
John Lewin
0ab547bb26 Restore ability to attach VS to Android via debugger
- Prevent accidental construction of ProviderSQLite objects inside of ProviderSQLite constructor
 - Initialize .baseLibraryCollection during rootLibraryCollection construction to prevent null reference errors
   caused by access before assignment
 - Remove AddItem -> AddStlOrGcode -> AddItem recursion - Fixes crash due to concurrent writes to default.mcp
 - Add sqlite async methods and supporting logic to ensure disk IO operations aren’t run in parallel
 - Consolidate logic around sample part extraction from StaticData from various areas into a single method
 - Rename that method from SyncCalibrationFilesToDisk to EnsureSamplePartsExist
 - Break apart the large LINQ query into discrete and easier to understand steps
 - Add shared base class for sqlite backed library providers and resuse common code in base
 - Guard against cache deletion during one-time library initialization
 - Discard StreamReader cases in favor of ReadAllText - Ensures .Dispose is always called and is ultra succinct
 - Purge orphaned code
2015-08-09 21:05:53 -07:00
Lars Brubaker
081fadccbe Moving the Queue, Library and History to not have Print pre-pended. 2015-07-02 09:45:53 -07:00
Renamed from PrintHistory/PrintHistoryData.cs (Browse further)