Commit graph

786 commits

Author SHA1 Message Date
John Lewin
2688e1a0a8 Move redeem operations into user menu
- Issue MatterHackers/MCCentral#3104
Move Redeem operations into the User pulldown
2018-04-15 14:46:50 -07:00
John Lewin
fa2c839916 Add delay to workaround timing issue
- Issue MatterHackers/MCCentral#3121
Investigate DragTo3DViewAddsItem failure
2018-04-13 17:34:47 -07:00
John Lewin
14cc09b7cc Use ICheckbox for toggle switch cast in tests
- Issue MatterHackers/MCCentral#3123
Investigate DualExtrusionShowsCorrectHotendData failure
2018-04-13 17:34:47 -07:00
John Lewin
11a68c1457 Prevent FileDialogs.OpenFileDialog from blocking test automation
- Use RunOnIdle as expected
- Issue MatterHackers/MCCentral#3121
Investigate DragTo3DViewAddsItem failure
2018-04-13 17:34:47 -07:00
Lars Brubaker
4cb61563d3 Making hot end heat up before probing the bed with the tip
Refactoring - moving classes to individual files
2018-04-10 14:41:21 -07:00
Lars Brubaker
3d1a8487c6 Fixing leveling theme colors 2018-04-09 12:23:06 -07:00
John Lewin
9f940078d2 Initialize theme before use 2018-04-07 12:50:25 -07:00
John Lewin
d641f370c3 Add unsaved changes 2018-04-07 11:33:48 -07:00
John Lewin
d72772f62c Update tests to redirect to new menu items 2018-04-07 11:21:02 -07:00
Lars Brubaker
d3818471c5 Made probe calibration happen automatically if required 2018-04-06 14:59:09 -07:00
Lars Brubaker
28ffed0908 Fixing tests related to leveling 2018-04-05 16:16:55 -07:00
John Lewin
ac3982c9d5 Fix spelling 2018-04-04 15:58:57 -07:00
Lars Brubaker
a318e3d148 Fixing test for new probe order and after inclusion of z_probe offset 2018-04-04 15:31:54 -07:00
Lars Brubaker
3f8f0cbe28 Put in temp that leveling occurred at
Put in date
Made rebuild data happen correctly
Improved leveling messages
Fixed a bug with leveling happening after line cutting
Added 5x5 leveling
2018-04-04 14:58:20 -07:00
Lars Brubaker
e86e3b127c Started on Delaunay Triangulation
Took out old sqlite migration of leveling
refactoring
2018-04-04 14:58:15 -07:00
Lars Brubaker
89ad3e036c Changed probe positions to IEnumerable 2018-04-04 14:58:14 -07:00
Lars Brubaker
712f9df9ad Took out manual positions
took out steps and made based on sample points
2018-04-04 14:58:13 -07:00
Lars Brubaker
f852ddf708 First pass at leveling consolidation 2018-04-04 14:58:13 -07:00
Lars Brubaker
f46ea60525 Make the test not save 2018-03-28 17:30:31 -07:00
Lars Brubaker
3043c7c800 Working on new csg test 2018-03-28 09:28:55 -07:00
Lars Brubaker
2aafec3f13 Improving the csg tests 2018-03-28 09:28:53 -07:00
John Lewin
c89aeca2b6 Remove dead code causing compiler warnings 2018-03-27 09:27:07 -07:00
John Lewin
9e0f03e68e Remove disabled test code from product 2018-03-27 09:27:06 -07:00
LarsBrubaker
26bfb6435d Don't write the debug data 2018-03-26 09:50:37 -07:00
LarsBrubaker
d1267c1a9f Getting a new CSG test up and working 2018-03-26 09:34:18 -07:00
Lars Brubaker
25ec7c5a51 Creating new test for CSG mesh 2018-03-23 18:06:24 -07:00
John Lewin
45f7063879 Upgrade framework to 4.7.1 2018-03-21 23:05:08 -07:00
John Lewin
51dcf0faef Add support for toggling Sync-to-print after recent menu item removal
- Issue MatterHackers/MCCentral#2914
Investigate CancelWorksAsExpected failure
2018-03-13 08:51:32 -07:00
John Lewin
8eee29fd32 Add a mechanism to bypass the closeInitialPlusTab behavior 2018-03-13 08:43:20 -07:00
John Lewin
9d8e710595 Remove validation of removed menu item
- Issue MatterHackers/MCCentral#2912
Investigate View3DOverflowMenus failure
2018-03-13 07:51:28 -07:00
John Lewin
b642e500c5 Add PublishCount validation 2018-03-10 16:25:55 -08:00
John Lewin
53770fcd9b Add AssetManagerTests 2018-03-10 12:23:46 -08:00
John Lewin
00ad103e36 Latest agg-sharp, use simple AssetManager 2018-03-08 10:36:00 -08:00
John Lewin
06e9a73b03 Extract embedded types to new files 2018-03-07 12:25:57 -08:00
John Lewin
134e86fa61 Add required default constructor, McxContainerTest stub 2018-02-26 15:52:01 -08:00
Lars Brubaker
859304fd16 Fixed print recovery test
removed the gcode buffer size variable (it didn't work)
2018-02-21 18:15:22 -08:00
LarsBrubaker
789a63e638 Remove setup driver step (must happen durring instal)
Fix tests
2018-02-20 19:22:16 -08:00
Lars Brubaker
8f6f0f7162 Working on new arrange toolAdding Remove and Bake to IObject3D
Made Localize() exist in agg
2018-02-12 15:28:26 -08:00
LarsBrubaker
a3eca8e420 Fixing test 2018-02-11 07:39:41 -08:00
John Lewin
3091128c1a Add zip support to SqliteContainer
- Issue MatterHackers/MCCentral#2814
Investigate LocalLibraryAddButtonAddZipToLibrary failure
2018-02-10 00:12:48 -08:00
John Lewin
0dbe669b42 Use existing IContentStore pattern to simplify subtree edit/save
- Issue MatterHackers/MCCentral#2803
More lightweight pattern needed for functionality of BranchEditContainer
2018-02-09 21:25:37 -08:00
John Lewin
f9fb0560da Wait for widget close before returning
- Issue MatterHackers/MCCentral#2809
Test timing issues cause Plus tab null reference errors
2018-02-09 13:55:29 -08:00
John Lewin
92fda06ac1 Workarounds for failing tests
- Issue MatterHackers/MCCentral#2789
Write fixes for BranchEditContainerTest
2018-02-08 22:58:59 -08:00
Lars Brubaker
a97f117029 Getting + tab to open on startup
Fixing test that failed as part of this
2018-02-08 15:42:23 -08:00
John Lewin
313893c802 Remove library path specifier from Scene.Save instance member 2018-02-07 09:44:27 -08:00
John Lewin
75ca65a264 Fix test error 2018-02-04 17:00:10 -08:00
John Lewin
a81d4dc5de Add tests for World* functions 2018-02-04 16:38:24 -08:00
Lars Brubaker
c904b4bf80 Fixed test 2018-02-02 09:27:06 -08:00
LarsBrubaker
5af78b67e7 Fixing CompletingPrintTurnsoffHeat 2018-02-02 09:17:32 -08:00
John Lewin
54ceb8170c Add reasonable timeout to AutoResetEvent
- Issue MatterHackers/MCCentral#2637
TuningAdjustmentsDefaultToOneAndPersists hangs test suite, violates test
timeout
2018-02-01 20:57:54 -08:00