Commit graph

1452 commits

Author SHA1 Message Date
Gregory Diaz
721cbda1c3 Removed support_material_create_internal_support from most printer profiles. 2016-01-28 15:29:11 -08:00
Gregory Diaz
1f54577a6b Most recent JumpStart profile 2016-01-28 14:38:04 -08:00
rytz
b7c93a60fd Misc. UI changes 2016-01-28 12:52:53 -08:00
Gregory Diaz
16deeb141f Changed model name of JumpStart printer to V1 2016-01-28 10:19:52 -08:00
larsbrubaker
c74da2bd2e cherry picked the pop-out window into 1.5 2016-01-25 09:21:00 -08:00
Lars Brubaker
29355250af Including Ghostscript to allow for loading of PDFs 2016-01-22 13:40:39 -08:00
Lars Brubaker
497f9f793d Latest MatterSlice 2016-01-21 18:06:16 -08:00
Lars Brubaker
e4a761bdd9 Merge branch '1.5.0'
Conflicts:
	StaticData/Translations/Master.txt
2016-01-21 15:12:50 -08:00
John Lewin
8d6eb804c0 Add missing localizations 2016-01-20 10:12:01 -08:00
Lars Brubaker
05e087d966 Added the ability to turn off support outlines. 2016-01-18 12:20:53 -08:00
rytz
4b4242a10b Options menu labels 2016-01-18 10:08:47 -08:00
larsbrubaker
5a19be14d2 Made the require print leveling work better
Fixed a bug with selecting print solutions other than 3 point
Don't show the leveling on/off when leveling is required for printing.
Removed dead code
Show the wizard if required and not run.
Refresh the display if print leveling required setting is changed
2016-01-16 21:33:11 -08:00
Lars Brubaker
8d0bf547e5 New translations 2016-01-15 18:04:44 -08:00
rytz
8fd46d8a78 Misc. label changes 2016-01-15 09:51:38 -08:00
Lars Brubaker
22a2e8c0ab took out the restor_xyz_position and restor_e_position properties and make them always happen 2016-01-14 19:04:52 -08:00
John Lewin
0dde0485a1 Remove TypeA Series 1 printer 2016-01-14 14:44:13 -08:00
John Lewin
513bd1cea3 Add missing localizations 2016-01-14 14:20:11 -08:00
Gregory Diaz
13d4e733b5 Added JumpStart to printer profiles and printer whitelist 2016-01-14 11:46:25 -08:00
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