Commit graph

322 commits

Author SHA1 Message Date
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
johnlewin
356bdad2d2 Merge pull request #345 from gregory-diaz/master
Fixed Bug: Previously you could not add zip files to the queue using …
2015-08-03 11:09:33 -07:00
larsbrubaker
5e6af4b2f6 Making print leveling code go through the loaded print leveling solution (rather than the leveling plane).
Refactoring.
Working on a new 7 point radial print leveling solution for delta printers.
2015-08-01 14:44:53 -07:00
Gregory Diaz
2cc9831c84 Fixed some grammar issues in UI text 2015-07-31 12:22:32 -07:00
Gregory Diaz
4835dda11c Bug Fix: previously imported material presets were not being added to the material drop menu. Reloading the advanced controls panel fixes the problem. 2015-07-29 11:03:38 -07:00
Lars Brubaker
77c5c3dfb2 Put in bread crumbs for PrintItem to tell where it came from.
CodeMaid
2015-06-17 15:43:37 -07:00
Lars Brubaker
c0d2d60c6f Fixed some problems with M104 not coming from the correct material setting in pre-start gcode. 2015-06-17 15:42:08 -07:00
larsbrubaker
a887271aa3 Merge remote-tracking branch 'origin/1.2.3' into development
Conflicts:
	Submodules/agg-sharp
2015-06-16 22:31:10 -07:00
Gregory Diaz
7550677514 Added correct location of Slic3r in Linux package 2015-06-16 12:35:15 -07:00
Lars Brubaker
5cc1b651b4 UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
Lars Brubaker
42568cc0f1 Improved MatterControl's front end parser to handle multiple settings (comma separated) that can be created by slic3r for some settings like retraction. 2015-06-11 09:23:29 -07:00
Lars Brubaker
b373d5c14a Fixed a bug in first layer extrusion width. 2015-06-09 11:30:14 -07:00
Lars Brubaker
a3a9a9480e don't run in process 2015-06-05 15:22:57 -07:00
Lars Brubaker
72eb70ac49 Make sure we always set culture invariant. 2015-06-04 18:29:45 -07:00
Lars Brubaker
b60919edce Moved some code around
new matter slice
2015-06-01 15:06:05 -07:00
Lars Brubaker
76c8e64c77 Made the action menus have a bit more clarity. 2015-05-26 18:28:57 -07:00
Lars Brubaker
4428a4c431 If there is an error loading an AMF for slicing don't try and use it. 2015-05-26 17:07:55 -07:00
Lars Brubaker
1f1ec9f701 Made the behavior of the 3d view match more closely the results of the gcode view in regards to the center_on_bed option. 2015-05-22 11:11:32 -07:00
Lars Brubaker
2a6b48b02d Make sure we pre-process our settings for all slicing engines. 2015-05-20 13:36:29 -07:00
Lars Brubaker
4b3c06ca32 Fixed the bug with the multi-line edit not getting the 'edit presets' overlay. 2015-05-20 12:43:01 -07:00
Lars Brubaker
edb7b7123d Added a connect_gcode. Gcode that is sent just after connecting to the printer. 2015-05-18 16:58:09 -07:00
Lars Brubaker
6d323cfde5 Made the end gcode go through the macro replacements. 2015-05-18 16:02:45 -07:00
Lars Brubaker
16ba8db568 Don't save when only changing view. 2015-05-18 12:36:41 -07:00
Lars Brubaker
43df990b60 Added many more replacement variables 2015-05-06 15:01:53 -07:00
John Lewin
314496ba7b Extract tests to dedicated assemblies 2015-05-06 09:08:30 -07:00