Commit graph

346 commits

Author SHA1 Message Date
John Lewin
93a17d2b6c Guard LoadHistoryItems with WidgetHasBeenClosed
- Observed exception on shutdown where PrintHistory was reloaded during
   shutdown after the db had been closed. Skip load if Closing/closed
 - Spelling, whitespace, use .Localize()
2016-04-11 13:07:17 -07:00
Greg
760e20e427 Refactored some code around hide/show firmware updater 2016-03-07 15:16:12 -08:00
Greg
a7d87ce6cd Added a hardware setting to show/hide marlin firmware updater. 2016-03-07 14:11:36 -08:00
Lars Brubaker
cda645d03d Made Marlin EEProm have import and export 2016-02-12 10:26:40 -08:00
John Lewin
5d7a066464 Fix NotImplementedException during slicing
- Ensure invalid extensions don't make it into the queue
 - Ignore invalid extensions when slicing
2016-02-11 15:54:01 -08:00
Lars Brubaker
9ed2949a96 Put back in support angle. 2016-02-10 13:19:31 -08:00
rytz
e98626eebf Minor label changes, FlashForge profile update 2016-02-09 15:05:03 -08:00
Lars Brubaker
933c90d1a4 Put in a warning for having a G29 or G30 in the start gcode and having print leveling turned on. 2016-02-04 09:50:00 -08:00
Gregory Diaz
2d42ec52e1 Added unittest for ensuring that when has_hardware_leveling = 1 we dont show the Print Leveling tab in Slice Settings and also that when has_hardware_leveling = 0 we do show Print Leveling 2016-02-01 17:20:18 -08:00
Lars Brubaker
3edee26813 Making it possible to hide control settings based on machine hardware settings. 2016-01-29 15:25:14 -08:00
Lars Brubaker
05e087d966 Added the ability to turn off support outlines. 2016-01-18 12:20:53 -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
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
John Lewin
c15271a36b Spelling
- Latest Agg
2016-01-12 21:46:42 -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
Lars Brubaker
f4a8be2153 Put in some localization. 2016-01-08 17:55:42 -08:00
Lars Brubaker
3196f61752 Took out timed lock 2016-01-07 16:45:16 -08:00
larsbrubaker
b0dc7c078a Don't run in processes. 2016-01-03 16:06:31 -08:00
Gregory Diaz
bbc3a4d447 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-12-29 18:23:43 -08:00
Lars Brubaker
1afeb5166a Removed some redundant icons
Made touch scale the edit pencil icon.
2015-12-29 16:41:51 -08:00
Gregory Diaz
6acfcb51d4 Fixed bug: Prints now pause before the user defined Layer to Pause on as opposed to pausing at the beginning of the next layer. 2015-12-29 12:57:24 -08:00
Lars Brubaker
cedeba492b last bits for new support to go into main 2015-12-28 09:55:39 -08:00
larsbrubaker
0cd5049791 latest matterslice
support test for air gap on parts is passing.
2015-12-27 09:00:11 -08:00
larsbrubaker
c5318e65ef Put in a air gap for support (separate from raft) 2015-12-24 10:06:40 -08:00
Lars Brubaker
d513d97bfa Merge branch 'master' into booleans 2015-12-22 10:06:52 -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
Lars Brubaker
db779c889f Pass the correct data for the new MatterSlice support system. 2015-12-15 16:31:15 -08:00
larsbrubaker
142c7e6db7 adding boolean support to slicing. 2015-12-14 08:29:24 -08:00
larsbrubaker
983c947b8b Made max length stream also consider not sending too much data
Took out repair options
2015-12-06 21:41:38 -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
48cb8927cd Pause on layer semi-completed 2015-11-30 16:50:53 -08:00
larsbrubaker
cbb704d7b0 made a new gcode stream that only implements Line
working to implement baby steps (and other line processing)
2015-11-28 07:46:57 -08:00
John Lewin
4c70384053 Honor user supplied empty values 2015-11-06 17:01:39 -08:00
Lars Brubaker
25a2dc032e Wrote new performance timer code
Put in a warning when infilling 100% and not on LINES
2015-10-20 15:39:59 -07:00
Lars Brubaker
3fc618b30f you can now type a partial entry to a count or mm field and not have it get messed up if you are slow. 2015-10-19 18:32:23 -07:00
John Lewin
9ba0d5a8fc Add configurable outside perimeter extrusion widths 2015-10-13 19:51:39 -07:00
Lars Brubaker
544ee2fa9a Added top infill speed.
Hid solid_shell on slic3r
Put in more comments
2015-10-13 13:40:35 -07:00
John Lewin
7362c6a771 Run DB save operations in a transaction
- Fixes #104492002 - Linux bottleneck
2015-09-29 17:21:55 -07:00
John Lewin
47062356db Prevent interaction with library placeholder collections
- Remove hard-coded place holder tokens
 - Fix extruder number comments in exported gcode
2015-09-21 15:27:32 -07:00
Kevin E. Pope
d7b2dc5bc1 Adjust menu border colors. 2015-09-17 18:25:35 -07:00
Lars Brubaker
79928f8fb7 Made the Debugger.Break() only exist in debug mode. 2015-09-17 13:45:26 -07:00
Lars Brubaker
fa97829073 Put in lots of code to break on exceptions in the debugger.
Made the cloud provider able to report that it is loading
2015-09-11 10:48:24 -07:00
Lars Brubaker
d1a26eb2a1 Got the sql and file system unit tests running
Made the ApplicationUserDataPath a static
2015-08-21 11:04:27 -07:00
Lars Brubaker
0ef5747ca9 Put in many more tool tips. 2015-08-12 13:16:39 -07:00
Lars Brubaker
286e0e5086 Moved the WrappedTextWidget to agg. 2015-08-10 10:59:45 -07:00
Lars Brubaker
9de441ea78 parse as double 2015-08-04 11:34:02 -07:00
Gregory Diaz
22bb87f6c2 Fixed UI regression on the SliceSettingsControlWidget (specifically made the accent bar thicker and made some bottom padding adjustments) 2015-08-03 17:24:44 -07:00
Lars Brubaker
b5561d38a7 Made all the print leveling data settable in config 2015-08-03 15:48:36 -07:00
Lars Brubaker
9f6fcffdb5 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-03 12:02:48 -07:00
Lars Brubaker
1b937300ca Put in a bunch of print leveling data so that it is easier to get it setup and working. 2015-08-03 12:02:42 -07:00