Commit graph

1738 commits

Author SHA1 Message Date
Lars Brubaker
4e9a7fdfd8 Get grid options menu to be an icon
Save and load grid options from user settings
2018-09-17 17:08:38 -07:00
Lars Brubaker
53865151b2 pause on hardware error, track pause button status
issue: MatterHackers/MCCentral#3487
Hardware Error should either pause or cancel the print

issue: MatterHackers/MCCentral#2839
Make printing status task pause/play button track the actual state of the printer.
2018-09-17 14:31:26 -07:00
LarsBrubaker
b9d4b6f995 Put the snap grid settings in the tumble widget section.
Also added an icon to use here (1694146)
2018-09-17 07:42:18 -07:00
LarsBrubaker
a4f2d6a08d Changed Empty to Empty() 2018-09-16 17:00:17 -07:00
Lars Brubaker
1ab3a38156 make raft expand only distance
issue: MatterHackers/MCCentral#4143
Change raft expand distance setting to only accept millimeters
2018-09-14 17:14:17 -07:00
Lars Brubaker
4e0962a4e7 improve overflow menu on properties panel
default to outline mode

issue: MatterHackers/MCCentral#4136
Consider if Modify menu in Overflow menu improves usage
2018-09-14 15:23:31 -07:00
Lars Brubaker
bed9bed52b enabling outlines menu 2018-09-14 10:42:50 -07:00
LarsBrubaker
6d0a879720 Added in support for a 'set as default' to override slice settings
issue: MatterHackers/MatterControl#3725
Add support for 'set as default' on right click of slice setting
2018-09-14 10:42:49 -07:00
LarsBrubaker
0fe71c893b Hooking up a right click menu to slice settings 2018-09-14 10:42:49 -07:00
Lars Brubaker
6c40300d79 include inf installer 2018-09-11 13:12:11 -07:00
Lars Brubaker
06cfe5a227 Have popup sub menus working well 2018-09-11 10:57:53 -07:00
LarsBrubaker
f10788c02c Make sure we respect the expandingContent flag 2018-09-11 07:49:09 -07:00
Lars Brubaker
33374fecfd Splitter can have a ration and min sizes
fixed history / properties splitter to have a ratio
2018-09-10 18:24:16 -07:00
Lars Brubaker
cceb6d52b7 Making the model side panel have a horizontal splitter 2018-09-10 16:42:46 -07:00
Lars Brubaker
f4d69c8f28 Getting automation tests to pass with new ui changes
issue: MatterHackers/MCCentral#4108
Many test failures related to Controls/Terminal tabs being hidden by default
2018-09-10 10:42:18 -07:00
Lars Brubaker
f73e98e0d7 Only center on bed during gcode export when exporting from library
fixed a bug with MatterSlice dependancy

issue: MatterHackers/MCCentral#4032
Slicing error when slicing for Pulse
2018-09-07 10:25:29 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00
John Lewin
60be464363 Rename parameter for clarity, fix and improve xml comments 2018-09-06 08:22:07 -07:00
Lars Brubaker
e20e683e8c Adding new MS lib changes 2018-09-05 17:12:52 -07:00
John Lewin
fd4cde55c6 Remove Winforms dependencies from MatterControl assembly 2018-09-05 13:21:25 -07:00
John Lewin
e74d254fce Latest agg-sharp 2018-09-04 21:10:03 -07:00
John Lewin
50a01109a2 Remove unused dependency 2018-09-04 18:05:33 -07:00
Lars Brubaker
111411663f Set input method for automation runner 2018-09-04 17:16:31 -07:00
John Lewin
436b9d5b61 Use theme colors
- Issue MatterHackers/MCCentral#4089
Link underline fails to use theme colors
2018-09-04 13:29:46 -07:00
John Lewin
e7aa50a909 Revise user configuration support 2018-09-02 13:51:36 -07:00
LarsBrubaker
6503a4933b Added ability to test extruder count in settings visiablity 2018-09-02 10:52:25 -07:00
John Lewin
d755851da3 Upgrade NUnit 2018-09-01 10:19:44 -07:00
John Lewin
0000b63e01 Upgrade Raygun 2018-09-01 10:17:08 -07:00
John Lewin
c71657946c Upgrade Newtonsoft.Json 2018-08-31 23:23:52 -07:00
John Lewin
a6aa6b34ce Remove Bed/Part labels from popup menu button
- Issue MatterHackers/MCCentral#4041
Name of "Bed" menu is confusing
2018-08-31 13:51:58 -07:00
John Lewin
52dbad23f6 Latest MatterSlice 2018-08-31 12:07:54 -07:00
John Lewin
a55e92ce05 Convert AutomationTests project to PackageReference 2018-08-31 08:49:22 -07:00
John Lewin
afe8b8c0ce Convert project references to lowercase
- Issue MatterHackers/MCCentral#4082
Errors appear in VS after successful builds due to IntelliSense problems
2018-08-31 08:20:45 -07:00
Lars Brubaker
9cd9e5cd18 Latest agg and MatterSlice 2018-08-30 15:39:24 -07:00
John Lewin
e8fddbe7a1 Move boolean_operations and args_to_process to slice config file
- Issue MatterHackers/MCCentral#4019
Printing always re-slices
2018-08-29 17:15:47 -07:00
Lars Brubaker
ea95f727eb Allow <br> in markdown macros (<br> is already supported in markdown) 2018-08-29 14:30:54 -07:00
Lars Brubaker
043610d528 latest agg 2018-08-29 11:29:00 -07:00
Lars Brubaker
84cd8f37b1 tracking veldrid gl name changes 2018-08-29 10:04:26 -07:00
Lars Brubaker
ba9731321c Added the ability to add markdown to ComponentObjects
Added help to Image Converter
2018-08-28 15:51:32 -07:00
John Lewin
f1aab76978 Add Veldrid support
- Alt Veldrid platform config
2018-08-28 12:04:04 -07:00
Lars Brubaker
64648e1ed7 Adding in the ability to specify custom leveling probe positions
issue: MatterHackers/MCCentral#4048
Allow custom probing positions for bed leveling
2018-08-27 14:58:34 -07:00
Lars Brubaker
41d580897d latest MS
issue: MatterHackers/MCCentral#4036
S3D seams
2018-08-24 10:29:01 -07:00
John Lewin
a331b15eec Latest agg-sharp 2018-08-23 19:05:29 -07:00
Lars Brubaker
3d9781d7c6 Changing close to not take any params
changing CloseEventArgs to EventArgs
2018-08-23 16:44:32 -07:00
Lars Brubaker
54b757fe73 Wrote a new test to validate that system os close reports to macro page 2018-08-23 14:46:24 -07:00
Lars Brubaker
277ded8e1d fix release USE_OPENGL 2018-08-23 11:59:14 -07:00
Lars Brubaker
9d188e6b23 Changing GL to be a runtime connection to the output device
Moved GL enums to files and directory
2018-08-23 11:35:12 -07:00
John Lewin
239c99c38f Latest MatterSlice 2018-08-23 10:20:47 -07:00
John Lewin
42e1e028ce Disable tests 2018-08-22 14:31:23 -07:00
John Lewin
07c02babfc Pass through new MatterSlice ExtruderCount parameter 2018-08-22 14:03:43 -07:00