Commit graph

18 commits

Author SHA1 Message Date
Lars Brubaker
b39666634a More making printerConnection passed to classes.
Made the speeds for movement controls be extensions methods on PrinterSettings
TODO: Why on ExportPrintItemPage was that if the leveling turned on or off we would show the check box by rebuilding that window.
2017-09-05 10:33:46 -07:00
Lars Brubaker
3dd9270797 More making printerConnection passed to classes. 2017-09-03 11:48:24 -07:00
John Lewin
3a9833697d Platform providers
- New Provider model
- Remove WindowsFileDialogs project
- Remove PlatformAbstract assembly, use AggContext
- Rename OsInformation to OperatingSystem
2017-08-22 13:42:34 -07:00
Lars Brubaker
a1e1c48d90 All new 1.7.1 changes 2017-05-19 14:39:57 -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
John Lewin
3ec400ee23 Revert prior workaround, explicitly create DB in dependent tests 2016-07-20 20:05:56 -07:00
John Lewin
92774df91c Fix broken tests - ensure db is initialized before test execution 2016-05-11 16:18:54 -07:00
John Lewin
d3568cc3ab Import PrintLevelingData, PrintLevelingEnabled, ManualMovementSpeeds
* Decouple PrintLevelingData from ActiveSliceSettings.Instance
 * #Fixes #687
2016-04-27 19:20:49 -07:00
Lars Brubaker
f6060939dd Merge remote-tracking branch 'origin/1.5.1' 2016-02-24 12:31:39 -08:00
Greg
426520a52b Fixed broken unit tests 2016-02-24 11:03:23 -08:00
John Lewin
978ab9905d Initialize 7 point leveling test dependencies 2016-02-24 07:43:56 -08:00
Lars Brubaker
f7077ed56e Put in another leveling test. 2015-09-04 17:45:01 -07:00
larsbrubaker
8c810f63f1 Made 7 point and 13 point leveling code share a base class
Wrote relative movement leveling for 7 and 13 point
Wrote unit tests for relative movement
Improved unit tests to include outputting the expected strings.
2015-08-15 16:18:49 -07:00
larsbrubaker
8739a7f9e2 writing relative move leveling for 7 and 13 point code.
Starting tests for relative leveling.
2015-08-14 21:46:29 -07:00
Lars Brubaker
2b089cfa4a Made the bed leveling test pass again.
Made library take zips again and filter items it can't take.
Deleted some dead code.
2015-08-07 16:35:36 -07:00
larsbrubaker
9eb687afb8 Make the current z also be passed back. 2015-08-05 08:49:59 -07:00
larsbrubaker
9594eb2ac6 Fixed the 7 point leveling to intersect the calculated plan rather than the polar interpolation. 2015-08-05 07:59:09 -07:00
Lars Brubaker
4bf742b5c7 Wrote unit tests for 7 point print leveling math. 2015-08-04 17:34:52 -07:00