Commit graph

5828 commits

Author SHA1 Message Date
larsbrubaker
f9f2d2c836 Porting the python emulator to c# 2017-01-10 08:21:11 -08:00
johnlewin
f079a17ba5 Merge pull request #1778 from larsbrubaker/1.6
refactoring
2017-01-03 13:19:24 -08:00
Lars Brubaker
949ee7a086 Merge branch '1.6' of https://github.com/larsbrubaker/MatterControl into 1.6 2017-01-03 13:15:12 -08:00
Lars Brubaker
35f4882608 Make sure we check for null 2017-01-03 13:14:21 -08:00
Lars Brubaker
981cb2505c Merge branch '1.6' of https://github.com/MatterHackers/MatterControl into 1.6 2017-01-03 13:13:55 -08:00
Lars Brubaker
2f4a471220 Merge branch '1.6' into 1.6 2017-01-03 13:07:40 -08:00
Lars Brubaker
135f5b4fc1 refactoring 2017-01-03 13:05:57 -08:00
Lars Brubaker
c67e251b72 Merge pull request #1777 from larsbrubaker/1.6
put try catch around download update
2017-01-03 12:41:38 -08:00
Lars Brubaker
ba61e8b508 put try catch around download update 2017-01-03 12:27:36 -08:00
Lars Brubaker
cc042de7cf Merge pull request #1776 from larsbrubaker/1.6
Created a new printer turns of temps test
2017-01-03 11:24:56 -08:00
Lars Brubaker
515966b0f0 Created a new printer turns of temps test
Fixed the test to pass
Made emulator turn off bed temp correctly.
2017-01-03 10:45:16 -08:00
Lars Brubaker
7bbb84ebb0 Merge pull request #1752 from larsbrubaker/1.6
Wrote a test for clicking on the queue check box button
2016-12-21 17:05:37 -08:00
Lars Brubaker
9dd64e2ce1 Wrote a test for clicking on the queue check box button 2016-12-21 17:02:25 -08:00
Lars Brubaker
e7bdbefe7f Merge pull request #1747 from larsbrubaker/1.6
1.6
2016-12-21 13:08:29 -08:00
Lars Brubaker
f7ac804931 Fixed printers 2016-12-21 13:04:55 -08:00
Lars Brubaker
c6658b8464 Merge branch '1.6' of https://github.com/MatterHackers/MatterControl into 1.6 2016-12-21 12:06:18 -08:00
Lars Brubaker
3d90f8f029 Merge pull request #1744 from jlewin/1.6
Revise timings, extend wait before aborting ClickByName
2016-12-21 12:05:31 -08:00
Lars Brubaker
39aab712c6 Merge remote-tracking branch 'origin/StaticData' into 1.6 2016-12-21 12:01:59 -08:00
John Lewin
d542249e63 Latest Profiles 2016-12-21 11:27:36 -08:00
John Lewin
081569987e Revise timings, extend wait before aborting ClickByName
- Failure in ClearingCheckBoxClearsUserOverride due to slow env
- Advanced Menu Item not found
- Wait a few cycles for SettingsAndControls
- Default to new five second wait in ClickByName
2016-12-20 17:46:21 -08:00
Lars Brubaker
aa0127cc71 Merge pull request #1743 from larsbrubaker/1.6
Make sure we turn off print leveling as we are recovering.
2016-12-20 17:43:04 -08:00
Lars Brubaker
91b6d98e82 Make sure we turn off print leveling as we are recovering. 2016-12-20 17:23:52 -08:00
Lars Brubaker
98668a9b22 Merge pull request #1742 from larsbrubaker/1.6
1.6
2016-12-20 17:12:27 -08:00
Lars Brubaker
4266851eef Made this test faster 2016-12-20 17:08:59 -08:00
Lars Brubaker
ddc06594c9 Merge remote-tracking branch 'origin/master' into 1.6 2016-12-20 16:18:45 -08:00
Lars Brubaker
7bf5731241 Merge pull request #1736 from unlimitedbacon/fileerrors
Show error messages when exporting files fails
2016-12-20 15:48:04 -08:00
Lars Brubaker
5096bc67b0 Merge branch 'master' into fileerrors 2016-12-20 15:40:54 -08:00
Lars Brubaker
15461b25ee Merge pull request #1722 from unlimitedbacon/master
Added detection for Rostock hardware leveling errors
2016-12-20 15:40:41 -08:00
Lars Brubaker
5305fc01b5 Merge pull request #1741 from larsbrubaker/1.6
1.6
2016-12-20 15:11:54 -08:00
Lars Brubaker
8ea6eb099d latest agg 2016-12-20 15:07:28 -08:00
Lars Brubaker
c9ad1fe0f1 Merge branch '1.6' of https://github.com/MatterHackers/MatterControl into 1.6 2016-12-20 15:04:57 -08:00
johnlewin
38605a4d56 Merge pull request #1740 from jlewin/1.6
Revise failing queue tests on slow VMs
2016-12-20 15:04:55 -08:00
Lars Brubaker
6cf685a1b4 Adding new translations
Added G92 to commands that get passed through to the printer
2016-12-20 14:43:55 -08:00
John Lewin
56f1ab247e Revise failing queue tests on slow VMs
- Use Assert.AreEqual
- Add failure messages
- Extend ClickByName and WaitForName durations
- Restore 500ms waits in NavigateToFolder
2016-12-20 13:58:36 -08:00
johnlewin
e43a72cec6 Merge pull request #1739 from jlewin/1.6
Add LayerGCodeHasExpectedValue test
2016-12-20 11:51:24 -08:00
John Lewin
b457876e5e Fix invalid 'layer_gcode' values 2016-12-20 10:45:32 -08:00
John Lewin
e83c5e7388 Add LayerGCodeHasExpectedValue test
- Immutable PrinterSettings.BaseLayer
- Add PrinterSettings.AutoSave flag to support disabling autosave
  - Save to default path fails under test
- Add PrinterSettings.Save(path) to support manual save
- Migrate 'active_quality_key' to SettingsKey class
2016-12-20 10:45:32 -08:00
Lars Brubaker
353df4331b Merge pull request #1738 from larsbrubaker/1.6
1.6
2016-12-20 10:12:47 -08:00
Lars Brubaker
648f066582 Get the under menu not to open hover effect. 2016-12-20 09:46:43 -08:00
Lars Brubaker
9732594728 Merge branch '1.6' of https://github.com/MatterHackers/MatterControl into 1.6 2016-12-20 09:24:31 -08:00
johnlewin
491c2afba1 Merge pull request #1737 from jlewin/1.6
Latest Profiles
2016-12-20 09:22:51 -08:00
Lars Brubaker
3ffdf9726f latest agg and ms 2016-12-19 18:04:43 -08:00
John Lewin
27f6db7823 Add PLA density to Lepton 2, remove stringent OemProfile tests 2016-12-19 17:21:11 -08:00
Matt Moening
9f2615c5e4 Latest Profiles 2016-12-19 14:20:11 -08:00
Lars Brubaker
d34f916400 Merge branch '1.6' of https://github.com/MatterHackers/MatterControl into 1.6 2016-12-19 10:07:47 -08:00
Lars Brubaker
ada8c2af6a more translations 2016-12-16 16:33:22 -08:00
Lars Brubaker
b4deffa944 More localizations 2016-12-16 15:25:00 -08:00
Lars Brubaker
3ae1327741 Merge pull request #1734 from larsbrubaker/1.6
Wrote a test to validate that we remove the last queue item correctly
2016-12-15 17:58:43 -08:00
Lars Brubaker
56bd301624 Wrote a test to validate that we remove the last queue item correctly
This is to test a regression that was fixed today.
2016-12-15 17:54:42 -08:00
Lars Brubaker
79723a7522 Merge pull request #1733 from larsbrubaker/1.6
1.6
2016-12-15 16:39:46 -08:00