Commit graph

2819 commits

Author SHA1 Message Date
Lars Brubaker
8aa8a46ee9 Merge pull request #392 from mmoening/master
Updated and added Profiles for all X3G printers we carry
2015-09-09 11:17:58 -07:00
Matt Moening
2b9683c32b Updated and added Profiles for all X3G printers we carry 2015-09-09 11:06:46 -07:00
Lars Brubaker
87767ff591 Handling some file locking errors better (file in use)
Upgrade to amf when saving from 3D editor
2015-09-09 11:05:17 -07:00
Lars Brubaker
8e7f6c07f0 Merge pull request #391 from gregory-diaz/master
Ignore tests that no longer work.
2015-09-08 18:53:53 -07:00
Lars Brubaker
2db719c88a Better exiting behavior 2015-09-08 18:50:35 -07:00
Gregory Diaz
905d901845 Ignore tests that no longer work. 2015-09-08 18:18:13 -07:00
Lars Brubaker
e7f6610892 Make sure we can handle bottom clip bigger than the model. 2015-09-08 18:01:38 -07:00
Lars Brubaker
563a5a3b2d Improving the intuition around library navigation 2015-09-08 18:01:09 -07:00
Lars Brubaker
32c8c41359 Merge pull request #390 from gregory-diaz/master
Use Path.Combine() for concatenating paths instead of "+"
2015-09-08 17:37:35 -07:00
Gregory Diaz
35fb2248ae Fixed bug: Previously when a user clicked on a screen location outside of MatterControl, hot key controls were disabled while the enable hotkey controls button was still checked. 2015-09-08 15:47:26 -07:00
Gregory Diaz
880b2d2931 Added the most up-to-date ROBO 3D printer profile "R1 & R1 +Plus" 2015-09-08 14:47:34 -07:00
Gregory Diaz
aac0de598f Use Path.Combine() for concatenating paths instead of "+" 2015-09-08 14:36:59 -07:00
Lars Brubaker
66ee409c8c Put in some try catch code to prevent failing to read a mesh while writing it. 2015-09-08 13:56:22 -07:00
Lars Brubaker
39e3d08f35 Don't copy stuff for now 2015-09-04 18:19:51 -07:00
Lars Brubaker
eaf0cc5438 Merge pull request #389 from gregory-diaz/master
Commented out code that breaks the queue
2015-09-04 18:17:40 -07:00
Gregory Diaz
a7bd278e4a Commented out code that breaks the queue 2015-09-04 18:16:51 -07:00
Lars Brubaker
51d56f1914 Merge pull request #388 from gregory-diaz/master
Added test that makes sure Remove All Queue options menu item works
2015-09-04 17:54:14 -07:00
Lars Brubaker
506bb6dcf5 Make the downloading progress the right color text. 2015-09-04 17:52:00 -07:00
Lars Brubaker
f7077ed56e Put in another leveling test. 2015-09-04 17:45:01 -07:00
Gregory Diaz
0e5475beed Added more tests for queue items 2015-09-04 17:26:44 -07:00
Gregory Diaz
70a185abdd Added test that makes sure Remove All Queue options menu item works 2015-09-04 16:44:41 -07:00
Lars Brubaker
26a7d38ba7 latest matterslice 2015-09-04 15:22:16 -07:00
Lars Brubaker
9c3d0fb4b2 Merge pull request #387 from gregory-diaz/master
queue tests
2015-09-04 15:03:21 -07:00
Gregory Diaz
28d76d981e Print Queue tests 2015-09-04 14:56:15 -07:00
Lars Brubaker
0e6275b0d8 Made the 'add to library' go through provider selector 2015-09-04 13:47:48 -07:00
Lars Brubaker
1b5c1e6a3e Total Seconds is what we really wanted.
Making the tests have more common code for less errors.
2015-09-04 11:28:01 -07:00
Gregory Diaz
2c9f19a9a6 Removed seconds to wait arguments to fix merge conflicts 2015-09-04 10:30:11 -07:00
Lars Brubaker
a82490c70a Made Print Wrappers track file changes better
Fixed a bug with 3D panel not closing out from editing correctly.
Fixed a bug with thumbnails not rebuilding under some update conditions.
2015-09-04 09:55:40 -07:00
Gregory Diaz
d68f3c1e11 resolved merge conflicts to push 2015-09-03 15:35:10 -07:00
Gregory Diaz
87bbc5f4ba no message 2015-09-03 15:32:56 -07:00
Gregory Diaz
5da0b476e1 Revert "Subproject commit to merge"
This reverts commit 32f065998f.
2015-09-03 15:17:39 -07:00
Gregory Diaz
32f065998f Subproject commit to merge 2015-09-03 15:01:40 -07:00
Gregory Diaz
26f2315b43 Added Copy QueueItem, and AddPartToQueue tests fixed a bug in MatterControlUtilities, added parts for testing. 2015-09-03 14:52:40 -07:00
Lars Brubaker
a98e29b22e Made it possible to check if the database is closed
More cleaning of automation api
Made the sqlite provider refresh on changes
Made the unit test for that work
2015-09-03 12:21:20 -07:00
Lars Brubaker
cb2a74a90b Reordering perimeters to make test api more consistent. 2015-09-03 10:58:19 -07:00
Lars Brubaker
5b624ae549 Merge pull request #385 from gregory-diaz/master
Added code to ensure that the Queue has unique copies of items
2015-09-03 09:50:15 -07:00
Gregory Diaz
b3cf5a9188 Added test database folders that incorporate the new folder structure for test automation 2015-09-03 09:41:08 -07:00
Gregory Diaz
ababc041ec Added code to ensure that the Queue has unique copies of items 2015-09-03 09:26:54 -07:00
Lars Brubaker
81d9518fcd Updated the queue icon image
Trying to get the purchase folder to show up correctly.
2015-09-02 18:47:44 -07:00
Lars Brubaker
179da8280a Made it possible for a library provider to describe that it should not be shown. 2015-09-02 14:06:35 -07:00
Lars Brubaker
809d3639dd Made the library scrolling better. 2015-09-02 11:53:13 -07:00
Lars Brubaker
a50dc9198d Make sure the tests have time outs rather than x offsets. 2015-09-02 11:30:13 -07:00
Lars Brubaker
2ae756f357 Made Action setCurrentLibaryProvider common to all providers. 2015-09-02 11:05:50 -07:00
Lars Brubaker
5c0272e77a Making the tests pass. 2015-09-01 17:41:00 -07:00
Lars Brubaker
b83b967968 Took out double clicking on library
Fixed a bug where print leveling could get bad data by clicking back.
2015-09-01 17:08:59 -07:00
Lars Brubaker
2cc242e12d Merge pull request #384 from gregory-diaz/master
Marlin EEprom steps per unit bug fix: made sure that we don't read th…
2015-09-01 16:04:47 -07:00
Lars Brubaker
c901cc8b78 Working on a local library test 2015-09-01 16:03:39 -07:00
Lars Brubaker
44bbbb74e4 Working on a local library test 2015-09-01 16:03:29 -07:00
Gregory Diaz
a75ed18fec Marlin EEprom steps per unit bug fix: made sure that we don't read the read the value after the second E on M92 lines 2015-09-01 16:03:25 -07:00
Lars Brubaker
9d0c19abf9 Merge pull request #383 from gregory-diaz/master
Changed Macro gcode for ROBO 3D so that M500 command is on a separate…
2015-09-01 15:30:28 -07:00