Commit graph

84 commits

Author SHA1 Message Date
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
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
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
Kevin E. Pope
d7b2dc5bc1 Adjust menu border colors. 2015-09-17 18:25:35 -07:00
Lars Brubaker
286e0e5086 Moved the WrappedTextWidget to agg. 2015-08-10 10:59:45 -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
76c8e64c77 Made the action menus have a bit more clarity. 2015-05-26 18:28:57 -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
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
16ba8db568 Don't save when only changing view. 2015-05-18 12:36:41 -07:00
Lars Brubaker
eb78472c42 Made the outer surface multiple setting work in standard mode.
Renamed the interface modes.
Made quick menus save immediately on change.
Renamed Perimeters to surface in same spots
latest agg
2015-05-02 10:50:14 -07:00
Lars Brubaker
8b075926e9 Added solid_shell setting
Adde SetSettingsOnChange for setting that affect other setting.
Refactoring
2015-05-01 18:44:43 -07:00
Lars Brubaker
9ed545ad22 Put in the ability to specify bottom and top layers in mm
Also interface layers and z gap
improved the slice settings layout
improved intermediate settings to be much more useful
Added a new mm setting and improved the optional % editing.
2015-04-24 13:09:25 -07:00
Lars Brubaker
f3f921ab4f Re-wrote toggle switch to be a view for checkbox. 2015-04-22 08:43:09 -07:00
Lars Brubaker
bcd67d4aa1 Took out the code for remembering and setting the slice settings tab and added new code that puts it
and reads it from the user settings db.
2015-04-16 18:08:43 -07:00
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
90331a49a3 Moving to using submodules
Changed HasEmergecyStoy to ShowResetConnection
2015-02-26 10:17:41 -08:00
Lars Brubaker
fd094f25af Fixed a bug where the temp could get in a state of ping-ponging between values.
Working on better cache cleaning.
Added a heat extruder before homing config option
Made 3D Stuffmaker use the new setting
2015-02-19 10:56:54 -08:00
Lars Brubaker
e7c0261d25 Made many more of the factory fixed size settings include the point size scaling so they are the right size. 2015-01-27 09:34:15 -08:00
larsbrubaker
51dcf9bc17 Added has hardware leveling to slice settings and implemented in code to
remove the software print leveling when present.
Added the setting to lulzbot mini, robo r1 and prntrbot simple metal
2015-01-23 08:03:59 -08:00
Lars Brubaker
d520c04edd Put in the ability to SelectAllOnFocus for TextEditWidget. 2015-01-05 16:19:05 -08:00
Kevin Pope
c975dcc1c5 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2015-01-02 13:07:46 -08:00
Kevin Pope
4d513ab51b Adjust slice settings save/revert buttons 2015-01-02 13:07:30 -08:00
Lars Brubaker
d3942127bb Use the right point size for wrapping. 2015-01-02 12:06:41 -08:00
Lars Brubaker
a7faad70fd Help text lays out a bit better on startup. 2015-01-02 11:34:47 -08:00
Lars Brubaker
c426ae0a96 Made the edit buttons all get bigger when the point size is bigger.
Made the help text wrap.
2015-01-02 11:16:39 -08:00
Kevin Pope
2c106fa44f Working on slice settings widget UI. 2014-12-31 14:17:18 -08:00
larsbrubaker
b1cc77bbb1 Moving some slice settings ui code into a class so it is easier to move later
Took out some dead code (confusing me about were my changes needed to go)
Renamed some classes for clarity Widget to Window
Changed the edit icon to be something more familiar
2014-12-18 08:11:59 -08:00
larsbrubaker
ceb8cc6bb5 Thinking about how to edit the slice settings in place. 2014-12-16 08:26:35 -08:00
larsbrubaker
e7a4ca2a8d Improved connection message. 2014-12-15 17:06:37 -08:00
larsbrubaker
740d003723 Took out the simple mode stuff.
Put in a no connection helper message.
2014-12-15 14:17:19 -08:00
Lars Brubaker
0b934dcc52 Made the default size bigger.
Fixed a problem on starting first time (new to this build)
2014-12-09 17:53:15 -08:00
Lars Brubaker
220b386a26 Cleaning up some interfaces 2014-12-09 16:40:52 -08:00
Lars Brubaker
a54a59e25f Putting a menu to switch view settings.
Made the trace data build faster.
Made ungroup understand mesh collections better
Made the slice settings layer index be an enum so it is clearer what is being accessed
Put menu items into separate files
2014-12-09 15:16:08 -08:00
Lars Brubaker
de0070eb35 Some working on streamlining the ui and creating a new 'simple' mode. 2014-12-08 18:18:38 -08:00
Lars Brubaker
59cb80f894 Put in a description. 2014-12-08 16:46:23 -08:00
Lars Brubaker
f8e92931e1 Made the pre-heat use the temperature and bed_temperature .
Put in a menu to select the slice settings level.
2014-12-08 16:40:50 -08:00
Lars Brubaker
e1fc6838a3 Upgrading to .net 4.5. 2014-11-25 12:19:37 -08:00
larsbrubaker
15b5654a40 Cleaned up the drop down settings menus to work well.
Got rid of some crash problems with no selection.
2014-11-24 22:24:30 -08:00
Lars Brubaker
b25feec0a7 Did a bit more work to prove out the settings design. 2014-11-20 10:36:03 -08:00
larsbrubaker
0c86ac0f70 Did some work to show a minimal slice settings page. 2014-11-19 21:35:48 -08:00
larsbrubaker
361e280220 the x between the controls was ambiguous. Changed it to a space. 2014-11-03 12:13:03 -08:00
Kevin Pope
9e9259bfba Adding mutli-material UI support. 2014-10-14 14:39:46 -07:00
Kevin Pope
a03aee76f3 Adjusted touchscreen layout reload behavior. 2014-10-13 15:25:27 -07:00
Kevin Pope
3f0850a752 UI related updates. Work on formatting of print history and print library items. Made slice settings import work asynchronously. 2014-10-09 12:23:31 -07:00
kevinepope
bacd85da89 Added sliding action buttons to PrintLibrary and Print History.
Made it possible to open part preview directly into 'Edit' mode.
2014-10-05 16:07:06 -07:00
larsbrubaker
2881375666 Making it possible to register for specific settings changes (extending what we've been doing to be more generic). 2014-10-02 14:42:18 -07:00
larsbrubaker
7a3d263f9d Improved the parameters that we pass to gcode renderer (made them a class)
Made it so we can remove the offsets when rendering multi material gcode
Default to grid on
Extruder offsets are now loadable and savable and editable
2014-09-29 17:59:57 -07:00
larsbrubaker
1800734347 Starting to get AMF in as a file type
Unified all the open dialogs to use a common file type list
Made application settings hold the file lists
Made the extruder count a member of ActiveSliceSettings
Made an extruderOffsets mapping
2014-09-26 17:52:54 -07:00