Commit graph

15456 commits

Author SHA1 Message Date
larsbrubaker
52bcb24752 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-11-29 08:20:20 -08:00
larsbrubaker
fc1f32b547 fast launching of image converter for debugging. 2014-11-29 08:20:10 -08:00
Lars Brubaker
c78e350407 Added the description of the Brainwave board. 2014-11-28 17:59:01 -08:00
Lars Brubaker
ed207a4857 Merge pull request #114 from mmoening/development
Updated Split Button Implementation
2014-11-28 14:44:44 -08:00
larsbrubaker
f15a8e0c3c Made the z arrow move the part (still needs work but better). 2014-11-27 20:23:07 -08:00
Matt Moening
ba2b96b304 Merge from Origin Development 2014-11-26 13:06:44 -08:00
Matt Moening
ede68af22c Cleaned up splitButton implimentation 2014-11-26 12:53:42 -08:00
Lars Brubaker
0aacb8b71d We need the app.config s 2014-11-25 16:09:46 -08:00
Lars Brubaker
56191e3d34 Guard against bad eeprom return values. 2014-11-25 15:58:37 -08:00
Lars Brubaker
c4290f0a3e Took out some dead code.
Fixed the printer looses temp after starting a print.
2014-11-25 14:14:37 -08:00
Lars Brubaker
e1fc6838a3 Upgrading to .net 4.5. 2014-11-25 12:19:37 -08:00
Lars Brubaker
abc6305702 more work on interaction volumes 2014-11-25 11:42:22 -08:00
Lars Brubaker
08a051c6d2 Make sure we don't crash when nothing is selected in any of the edit tools. 2014-11-25 09:58:30 -08:00
larsbrubaker
15b5654a40 Cleaned up the drop down settings menus to work well.
Got rid of some crash problems with no selection.
2014-11-24 22:24:30 -08:00
Lars Brubaker
b618e5c2b3 turn off the up arrow for now. 2014-11-24 14:51:05 -08:00
Lars Brubaker
42ce0dab95 Make it easier to get a tranable from a mesh.
Make the z arrow show hover state.
2014-11-24 14:34:59 -08:00
Lars Brubaker
541b6de358 Getting the up arrow to know its own state. 2014-11-24 12:25:40 -08:00
Matt Moening
9b366c71f3 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into local_development 2014-11-24 12:07:14 -08:00
larsbrubaker
e08110447d Made the upArrow a separate class and making it use the InteractionVolume base. 2014-11-24 08:08:56 -08:00
larsbrubaker
3c9930825b New raft localization. 2014-11-23 11:15:03 -08:00
larsbrubaker
616f2f4dc1 Put in an option to set the extruder to use for the raft. 2014-11-23 08:13:51 -08:00
larsbrubaker
2d175812d5 Made it possible to have no selection. 2014-11-23 07:31:02 -08:00
larsbrubaker
b0cd72cf0d Working to put in z transform control, and much more intuitive controls longer term. 2014-11-22 20:35:40 -08:00
Lars Brubaker
edf9b6afc8 Set the extruder speed to something reasonable 2014-11-21 14:39:55 -08:00
Lars Brubaker
b060698d14 Made the return to position on un-pause also work for user request pause from click 'Pause' button. 2014-11-21 12:39:13 -08:00
Lars Brubaker
052162e7c9 Merge pull request #106 from gregory-diaz/development
Fixed thumbnail rendering issue on Linux
2014-11-20 11:38:32 -08:00
Lars Brubaker
b25feec0a7 Did a bit more work to prove out the settings design. 2014-11-20 10:36:03 -08:00
Gregory Diaz
7aba275bbc Fixed thumbnail rendering issue on Linux 2014-11-20 10:09:09 -08:00
larsbrubaker
0c86ac0f70 Did some work to show a minimal slice settings page. 2014-11-19 21:35:48 -08:00
larsbrubaker
1029b85e9f Moving slice settings properties file to json to make it easier to add in preset lists. 2014-11-19 21:09:42 -08:00
larsbrubaker
79550afc29 Merge branch '1.1.4' into development 2014-11-19 21:08:40 -08:00
Lars Brubaker
a353abbef7 Push the drivers into a temp dir as you can't install them from the program files dir. 2014-11-18 17:22:33 -08:00
Lars Brubaker
820b3c0992 Make sure we are always working with complete paths. 2014-11-18 16:45:27 -08:00
Lars Brubaker
1bf63e3554 Use it from the default path if found. 2014-11-18 16:24:43 -08:00
Lars Brubaker
b81dfc010f call it the right way 2014-11-18 16:09:20 -08:00
Lars Brubaker
6c0619f106 Added in a TAURINO inf for robo 3d.
Made support for installing multiple .inf s for a printer.
2014-11-18 12:32:42 -08:00
Lars Brubaker
1337270380 Merge pull request #104 from Brictone/patch-4
Increaseed Top Solid Layers again to 8
2014-11-18 11:33:30 -08:00
Brictone
3254945bd4 Updated Top Solid Layers again to 8 2014-11-18 10:39:12 -08:00
Lars Brubaker
6d1504e783 Merge pull request #99 from Brictone/patch-3
updated support settings
2014-11-17 18:12:01 -08:00
Lars Brubaker
a6805b474b Merge branch '1.1.4' into development 2014-11-17 18:04:20 -08:00
Lars Brubaker
4544ad153d Making the arduino installers go through the new signed installer. 2014-11-17 17:46:39 -08:00
Lars Brubaker
e4fb600739 Updated the retract_before_travel to be 20 for all builds.
Made multi extruder temps get read correctly.
Signed the arduino inf and made our installer install it.
2014-11-17 17:42:15 -08:00
Brictone
6d2d34ab23 updated support settings
Changed support_type from GRID to LINES.
2014-11-17 16:00:43 -08:00
Matt Moening
7b53cbc81d Split Button Implementation:
Added DynamicDropDownMenu( can add to drop down via .add method)
DropDownMenuWidget (made drawDirectionalArrow virtual)
Added Factory for DropDownMenu and Split Button
Add/used Factories in View3DWidget
2014-11-17 15:50:39 -08:00
larsbrubaker
d17d47c8c3 Testing how fast it is to put the trace data in an unbound collection. 2014-11-16 13:49:43 -08:00
larsbrubaker
9a4b31830c Merge remote-tracking branch 'origin/1.1.4' into development 2014-11-16 09:53:04 -08:00
larsbrubaker
0df396e100 Putting remotinglite in its own repository 2014-11-16 09:52:40 -08:00
Lars Brubaker
e5a9b29b9c We are now on 1.2 2014-11-14 13:33:01 -08:00
Lars Brubaker
a18e4df08c turn off debug code 2014-11-14 11:50:06 -08:00
Lars Brubaker
d09b8ea3f8 Put the InfInstaller back in the project 2014-11-14 11:03:13 -08:00