Commit graph

784 commits

Author SHA1 Message Date
Lars Brubaker
342c2f0a94 Made the Movement offset not show unless it is not 0. 2016-01-13 17:04:14 -08:00
Lars Brubaker
534b0b5e7b Removed redundant list of eeprom settings
Made the view only get refreshed one time
reduced the overhead of creating row items in eeprom window
locked the lists to make sure they are consistent when used
Made fan an movement controls not save "Controls" redundant
2016-01-13 15:37:03 -08:00
Lars Brubaker
342cc10485 Merge pull request #523 from gregory-diaz/master
removed first_layer_extrusion_width from all config files other than …
2016-01-13 14:29:04 -08:00
Lars Brubaker
de8fcf4e87 Added in the ability to set if we are going to retract when changing islands.MapItemToBool
New translations for updated slice descriptions.
2016-01-13 14:26:31 -08:00
Gregory Diaz
0e330b64d5 removed bottom_solid_layers from all config files except our default so that all profiles use the default value 2016-01-13 13:19:29 -08:00
Gregory Diaz
f6214a5afa Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-01-13 13:14:44 -08:00
Gregory Diaz
995a67a5a8 removed first_layer_extrusion_width from all config files other than our default config 2016-01-13 13:10:30 -08:00
Lars Brubaker
a25dba4172 Merge pull request #522 from jlewin/helptext
Updates to Slice Settings help text
2016-01-13 13:07:40 -08:00
rytz
d05a60b48e Revise G-Code label 2016-01-13 12:08:49 -08:00
rytz
9d241917b8 Updates to Slice Settings help text 2016-01-13 11:51:09 -08:00
John Lewin
4f1972a338 Merge babystep behavior into standard xyz controls 2016-01-13 11:09:40 -08:00
John Lewin
77633139aa Add support for closing MatterControl while printing
- Rename CloseAndRemoveAllChildren
2016-01-12 11:20:39 -08:00
Lars Brubaker
5cf447bc3a Don't crash on corrupt zip files
Better text around z can be negative setting.
2016-01-11 16:43:57 -08:00
Lars Brubaker
9dbb24b251 Put a % on the setting (rather than a degrees). 2016-01-11 10:44:57 -08:00
Lars Brubaker
ecbcaee9f0 Put in the ability to adjust the amount of support to generate. 2016-01-11 10:30:15 -08:00
larsbrubaker
06f8b63d55 Updated the temperature layout strings. 2016-01-09 10:40:00 -08:00
John Lewin
049c95fbe6 Revise TranslationMap
- Switch back to Master.txt for English
 - Use AutoGeneratingTranslationMap in debug builds
 - Drop DEBUG_SHOW_TRANSLATED_STRINGS for clarity
2016-01-09 09:03:42 -08:00
Lars Brubaker
f4a8be2153 Put in some localization. 2016-01-08 17:55:42 -08:00
Lars Brubaker
dcc8f616f1 Put in new micro z adjust and warning images. 2016-01-08 15:04:59 -08:00
Lars Brubaker
5ce0c8e73d localize string 2016-01-07 12:30:52 -08:00
Gregory Diaz
1aa290b7b9 re-factored printer configuration tests so that we can run them using nunit. Added new tests and updated old ones. 2016-01-05 17:18:18 -08:00
Lars Brubaker
8394e03ff0 Adding the translation info. 2016-01-05 16:49:36 -08:00
Lars Brubaker
1fd27e57f5 latest ms. 2016-01-05 15:37:37 -08:00
John Lewin
8600a35576 Revise TranslationMap, UserSettings
- Move Master.txt translation file to Translations/en/Translation.txt
 - Threadsafe MatterControlTranslationMap initialization
 - Refactor UserSettings:
     - Threadsafe initialization
     - Concise initialization
     - UseTryGetValue for dictionary lookups
     - Use backing fields
     - Cache frequently accessed Language value as local property
2016-01-05 13:31:45 -08:00
larsbrubaker
2f91c54aa5 adding new test for spiral vase
fixed a bug with spiral vase having too many perimeters.
2016-01-01 10:22:08 -08:00
Gregory Diaz
5a1cd1b974 Added Automated unit tests for Exporting GCode from the Downloads folder and for adding zip files to the Downloads Folder I flagged it to be Ignored currently but they are nearly done 2015-12-31 12:57:00 -08:00
John Lewin
3efab467fe Revise slice settings labels 2015-12-31 12:36:22 -08:00
Lars Brubaker
7268e42a2c Made the part thumbnails not mess up the alpha in flat mode. 2015-12-31 12:31:42 -08:00
John Lewin
4fa162b1b2 Revise wipe before retract label 2015-12-30 15:49:55 -08:00
John Lewin
120da01268 Revise retract_length label 2015-12-30 13:47:24 -08:00
Lars Brubaker
660cbfd788 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-12-29 16:42:17 -08:00
Lars Brubaker
1afeb5166a Removed some redundant icons
Made touch scale the edit pencil icon.
2015-12-29 16:41:51 -08:00
John Lewin
e2fd8adc1b Update max fan speed label 2015-12-29 16:38:33 -08:00
larsbrubaker
c5318e65ef Put in a air gap for support (separate from raft) 2015-12-24 10:06:40 -08:00
John Lewin
9a5d872486 Automation updates
- Revise skirt_distance label per support team
 - Remove CreateInstance(showWindow) out variable
 - Remove embedded tools requiring showWindow out variable
 - Remove queueItemFolderToAdd variable/parameter
 - Change AfterFirstDraw event to null conditional invoke
 - Removed unused AutomationTest from MatterControlApplication
 - Refactor for style consistency and document new methods
 - Change queueItemFolderToAdd type to custom enum to ensure optional parameters are not mixed up
 - Ensure TestExportZip file is deleted before attempting export
2015-12-22 13:06:47 -08:00
John Lewin
56382ec893 Rename Simple to Basic
- Revise settings iteration for clarity
 - Update HelpText per support
2015-12-21 15:01:34 -08:00
John Lewin
65e7e934a1 Use consistent casing for label 2015-12-21 10:55:55 -08:00
John Lewin
8032cd5b5d Revise category heading 2015-12-18 11:21:12 -08:00
John Lewin
63dfae8504 Fix typo 2015-12-17 17:05:57 -08:00
Lars Brubaker
0dc24d357a Show the offset for adjustment height
Don't try to heat if we are below a given temp.
2015-12-03 10:15:59 -08:00
Lars Brubaker
ea13ab5f76 Fixed the settings properties file with a closing brace. 2015-12-01 16:16:29 -08:00
Lars Brubaker
90882bf2a8 Merge branch 'master' of https://github.com/MatterHackers/MatterControl
Conflicts:
	SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs
	Submodules/agg-sharp
2015-12-01 16:08:50 -08:00
Gregory Diaz
e59fc5a836 revising pause on print 2015-11-30 17:12:39 -08:00
Gregory Diaz
48cb8927cd Pause on layer semi-completed 2015-11-30 16:50:53 -08:00
larsbrubaker
39c8603ae4 Merge remote-tracking branch 'origin/1.4.1' into BabySteps 2015-11-28 19:59:35 -08:00
Gregory Diaz
ab6af5ea4e changed default infill over lap to .2 for SeeMeCNC Orion 2015-11-24 16:43:57 -08:00
Gregory Diaz
ce6f60efe3 Printer profile changes and Wanhao manufacturer name change 2015-11-24 14:40:05 -08:00
Gregory Diaz
3accc83de5 Added new profiles for Ultimaker printers. 2015-11-18 11:42:00 -08:00
Lars Brubaker
4e281dce08 Icon with better alpha channel. 2015-11-09 15:41:01 -08:00
John Lewin
ae7cd7bcaa Increase default infill overlap to 0.1 2015-11-09 12:53:54 -08:00