Commit graph

1719 commits

Author SHA1 Message Date
larsbrubaker
b66d0058b7 Fixed a bug with remove. 2014-05-01 17:52:45 -07:00
larsbrubaker
b8dda573c2 Moved slider creation into shared base class. 2014-04-30 18:05:45 -07:00
larsbrubaker
7dd9028dd1 More translation stuff. 2014-04-29 16:03:46 -07:00
larsbrubaker
f1acf28253 Updated all the settings to have materials rather than multiple profiles. 2014-04-29 08:06:17 -07:00
larsbrubaker
c78af4a41a The update dot is now working (mostly) 2014-04-28 18:17:51 -07:00
larsbrubaker
5e24089aef Working to make the update button show correctly. 2014-04-28 17:34:54 -07:00
larsbrubaker
74d40a99bf Refactoring a bunch of shared code into the base class of PartPreview3DWidget 2014-04-28 15:03:25 -07:00
larsbrubaker
401d054c71 Merge remote-tracking branch 'origin/development' into development
Conflicts:
	MatterControl.sln
2014-04-28 08:10:24 -07:00
larsbrubaker
8be43369b2 Made the RoBo 3D settings conform to the new material settings data format. 2014-04-25 09:27:40 -07:00
kevinepope
d5b052cc25 Consolidated and rearranged the Configuration tab. 2014-04-24 20:54:05 -07:00
larsbrubaker
978d7ddcfa Making the OEMSettings a single JSon file. 2014-04-23 17:44:49 -07:00
larsbrubaker
bc011a33a6 New about page from html is working. 2014-04-23 14:33:44 -07:00
larsbrubaker
157b68545e The about page now renders most of its content 2014-04-23 13:32:05 -07:00
larsbrubaker
3e5b966fd1 Working to get the about page to be html and easier to customize. 2014-04-22 19:02:41 -07:00
larsbrubaker
16a3654a2d Refactoring the library control to share the export window and to have a view and a data element.
Added some BSD info
Moved stuff around to make it more consistent.
2014-04-19 11:51:02 -07:00
larsbrubaker
f975f499bf cleaned up the about page a bit. 2014-04-18 11:23:16 -07:00
larsbrubaker
ce66287120 Made better slice error feedback (it was broke).
Took out some dead code.
Made explicit having a slice error on a print item wrapper.
More strings into localization.
2014-04-17 18:03:30 -07:00
Kevin Pope
5223b80d22 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-17 12:22:12 -07:00
Kevin Pope
250044f84c Added some test code. 2014-04-17 12:21:51 -07:00
larsbrubaker
60efb72fba Put in a shop button.
Set the release back to x86.
2014-04-17 11:02:38 -07:00
larsbrubaker
d74ad8a444 Made the friendly message for 3d view. 2014-04-16 18:17:00 -07:00
larsbrubaker
7549ed97ab Merge remote-tracking branch 'Greg/master' into development
Conflicts:
	ConfigurationPage/ConfigurationPage.cs
	StaticData/Translations/Master.txt
2014-04-16 18:00:25 -07:00
gregory-diaz
b9eafe8d86 took out debugshowbounds statements from last commit 2014-04-16 17:49:56 -07:00
larsbrubaker
9cf7025903 Merging 2014-04-16 17:08:34 -07:00
larsbrubaker
db09079196 Refactor for clarity Done -> SlicingDone on PrintItemWrapper
Moved a bunch of classes into their own files in ActionBar
Made the part preview be right when the window changes between wide and narrow.
2014-04-16 15:11:01 -07:00
larsbrubaker
acc846d463 Fixe a problem with text creator not having good view controls. 2014-04-16 12:26:35 -07:00
larsbrubaker
f9baaf2f35 Merge remote-tracking branch 'origin/development' into development 2014-04-16 10:52:31 -07:00
larsbrubaker
6347ff7773 Adding infill settings.
Hooking stuff up to the new queue data.
2014-04-16 10:52:25 -07:00
Kevin Pope
9445266477 Moved terminal button from Manual Controls to Configuration.
Resized connection icon.
2014-04-15 19:14:49 -07:00
larsbrubaker
4b6a3cfa97 Lots of work on Getting the QueueData instance to be separate form the UI queue and refs. 2014-04-15 18:13:27 -07:00
larsbrubaker
d6ff6acd41 Changed many iterator functions to not have 'interator' in their names. 2014-04-13 21:29:18 -07:00
Kevin Pope
3efc899d2f Make slice presets preload during setup. 2014-04-12 12:34:27 -07:00
Kevin Pope
a98655f79c Adding some material presets. 2014-04-11 19:12:17 -07:00
Kevin Pope
7156733a44 Added arrow indicator to column separators. 2014-04-11 13:41:34 -07:00
larsbrubaker
b3a6493867 more strings 2014-04-11 08:08:54 -07:00
Kevin Pope
caecb3586a Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-10 16:43:00 -07:00
Kevin Pope
ca734fe7b5 Update PLA default settings for AW HD 2014-04-10 16:42:28 -07:00
larsbrubaker
fbb673117b more localizations 2014-04-10 14:51:06 -07:00
larsbrubaker
771280f6df Fixed many all upper case words to be Title case instead. 2014-04-10 14:07:25 -07:00
larsbrubaker
50ead93c1e Made the language restart actually restart the app. 2014-04-10 10:36:59 -07:00
larsbrubaker
2c391b8780 Don't show close box on wide screen view of 3d view and gcode view 2014-04-09 21:47:00 -07:00
larsbrubaker
7629750e02 Fixed a stupid problem with adding instructions to the queue. 2014-04-09 16:53:08 -07:00
gregory-diaz
ee9e90c2ea Set minimum sizes for widows that did not previously have them. 2014-04-08 13:22:33 -07:00
gregory-diaz
546fb18a96 Re-added skip connection option on "Setup Printer Connection" window. I might add adjustments later but it looks good and works now. 2014-04-08 12:50:26 -07:00
larsbrubaker
e6f3174694 Put the entire inject gcode into a lock statement.
Made sure injected gcode always go in at the head.
Made sure we clear our current line before we send it to the printer.
2014-04-07 14:04:38 -07:00
larsbrubaker
6831545af0 Adding in better temperature names for MatterSlice. 2014-04-07 13:30:13 -07:00
larsbrubaker
9273c3950a removing English translation (this folder should never be here)
put in German translation
More strings in master
2014-04-03 18:27:37 -07:00
larsbrubaker
1e08d94eb1 Fixed some problems with part sheet names and copies.
Made a warning if print leveling tries to go too low.
2014-04-03 15:59:36 -07:00
larsbrubaker
44da6b1bd8 Making more strings get into localization.
Making the print leveling warn if the extruder needs to go below 0.
2014-04-02 21:02:39 -07:00
larsbrubaker
50d340b3ca A bit more work on the bed level position editor. 2014-04-02 18:30:46 -07:00