John Lewin
74f15d225d
Add required test stub
2018-08-03 13:49:28 -07:00
John Lewin
bfe781045b
Automation runner must do as much as program.cs to spin up platform
2018-08-02 18:49:49 -07:00
John Lewin
c30f675e11
Add path tests
2018-08-01 18:30:35 -07:00
Lars Brubaker
4e4d5770bc
Fixing problems with aabb on mesh modifying objects
...
issue: MatterHackers/MCCentral#3859
Invalid bounding box for pattern rollers
2018-07-30 16:27:34 -07:00
LarsBrubaker
becb11501e
Wrote a test for MltilineStringField
2018-07-28 17:42:51 -07:00
John Lewin
b17f7dfbb6
Discard removed assemblies
2018-07-27 22:17:38 -07:00
John Lewin
7163249870
Markdown UIField editor prototype
2018-07-20 00:11:27 -07:00
Lars Brubaker
1932c7614b
Adding read only text field test
2018-07-18 16:29:18 -07:00
John Lewin
685541523b
Spelling
2018-07-12 22:49:39 -07:00
Lars Brubaker
6f6a88793b
Set the gcode filename to the file we are actually printing
...
improving print test
issue: MatterHackers/MCCentral#3841
PrinterRecoveryTest is failing (looks like a real fail)
2018-07-12 11:52:36 -07:00
John Lewin
a66fe8e489
Fix PrinterChooserHonorsWhitelist test
2018-07-12 11:44:02 -07:00
John Lewin
bbabf95c93
Improve DI, use constructor injection
2018-07-12 09:33:15 -07:00
John Lewin
a03fb81e06
Use correct license for content written in-house
2018-06-27 11:11:00 -07:00
Lars Brubaker
7caccde0f3
Made sure that when we change printers we update the home library
...
This makes sure we show and hide the sd card folder
issue: MatterHackers/MCCentral#3769
fix sd card print test
took out dead code
2018-06-26 11:06:40 -07:00
Lars Brubaker
1b572d0639
Get gifs working in markdown
...
Made theme default to dark blue
Made folders start out open
Fixed image converter
Fixed braille
2018-06-25 17:14:08 -07:00
LarsBrubaker
e9e55f874e
Making Object3D classes consistent
...
issue: MatterHackers/MCCentral#3702
Consider adding 'Object3D' suffix to Object3D types or use consistent format
2018-06-21 21:03:13 -07:00
Lars Brubaker
82af024d14
Fixed test
2018-06-20 17:38:35 -07:00
Lars Brubaker
3e49946e5a
Refactoring SuspendRebuild to be RubuildLock
...
Marching squares has more data on how it expects to be processed (edge color)
2018-06-20 17:22:19 -07:00
LarsBrubaker
ec28305b56
Improving suspend and resume rebuild
2018-06-20 17:21:37 -07:00
LarsBrubaker
c44d820dbd
Made the clear cache code do something usefull again
...
Removed dead code related to HTML widget
2018-06-10 15:38:17 -07:00
John Lewin
810d15e3dd
Update tests
2018-06-09 10:39:43 -07:00
John Lewin
5a842e6207
Create new DirectionVectorField for DirectionVector content
2018-06-08 20:42:06 -07:00
John Lewin
097b1d2a35
Add test stub required by convention
2018-06-08 19:05:53 -07:00
LarsBrubaker
6daf7d7877
Disabeling unfinished tests
2018-06-08 07:47:45 -07:00
LarsBrubaker
d88564441e
Moving slice layer to polygon mesh
2018-06-08 07:27:28 -07:00
John Lewin
b243761c5c
Fix ComPortFieldTest regression
2018-05-31 12:10:18 -07:00
Lars Brubaker
25883fc0bc
Working on mesh wrapper and rebuild issues
2018-05-31 09:05:08 -07:00
John Lewin
e72f18d474
Migrate LevelingWizard to DialogPage
2018-05-23 17:54:31 -07:00
John Lewin
c2fa070458
Remove WaitForReloadAll call
2018-05-16 16:22:03 -07:00
John Lewin
34a9ef72cc
Delete tests of removed behavior
...
- Add to queue removed from library menu, should not be tested
2018-05-16 15:08:34 -07:00
John Lewin
e62e53f3b0
Account for new Library container b4 calibrate/library/queue tests
...
- Issue MatterHackers/MCCentral#3300
Many tests failing due to moved library containers
2018-05-04 13:09:59 -07:00
Lars Brubaker
f3bd927692
attempting to fix agg test failures ( #41 )
2018-04-30 15:40:47 -07:00
Lars Brubaker
c3653967d0
Automation runner defaults to agg input methods and tests pass
...
Got agg input methods working better
deleted some unneeded tests
Working on adding past image to clipboard
Working on adding past FileDropList to clipboard
2018-04-30 15:16:25 -07:00
Lars Brubaker
d1629c9433
Put colors back on primitives
...
Added 'Advanced' to more primitives
Removed redundant primitives
2018-04-26 14:58:45 -07:00
Lars Brubaker
e74cd66d73
Added 'Create printer' message
...
Fixing tests
2018-04-25 16:42:48 -07:00
LarsBrubaker
7e7d82df09
Fixed the resume test now that it does a move to set the speed
2018-04-22 21:46:11 -07:00
Lars Brubaker
72e674c1f3
Getting tests to pass
2018-04-20 12:01:30 -07:00
John Lewin
b98ed8ea03
Remove unused parameters
2018-04-19 08:02:31 -07:00
John Lewin
ec760353fa
Resolve failing tests due to assumed default Part tab
...
- Issue MatterHackers/MCCentral#3173
2018-04-19 08:02:31 -07:00
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
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
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