Commit graph

75 commits

Author SHA1 Message Date
LarsBrubaker
b25132b44d Improving default scroll bars 2021-06-12 07:59:52 -07:00
Lars Brubaker
a3274b99df Make round buttons easier to create
Make default button have a bevel
2021-02-25 18:13:49 -08:00
Lars Brubaker
624ac2db7b Working on printing text 2021-02-24 18:17:14 -08:00
LarsBrubaker
a0c81341ec Improving settings documenation 2021-02-21 07:46:51 -08:00
LarsBrubaker
e23296c695 Ability to set brim extruder
Improved extruder selection list
Prepping for list item localizations
2021-02-20 16:42:02 -08:00
Lars Brubaker
53e96f7d79 Adding in material color setting 2021-01-28 18:06:29 -08:00
Lars Brubaker
81e3cee25f Trying to fix the more button some more 2021-01-06 11:55:34 -08:00
LarsBrubaker
9471cabdf1 Fix menu close 2021-01-06 08:53:49 -08:00
Lars Brubaker
eea33cb561 Put in a 'More" button for simple mode 2021-01-05 17:55:52 -08:00
LarsBrubaker
3b3d2c0e1a select simple when not set 2020-12-31 16:50:55 -08:00
Lars Brubaker
cbdbe95337 Removing expand settings menu item 2020-12-31 13:08:37 -08:00
Lars Brubaker
50eea0c6e3 Made the printer tab has simple -> advanced display as well 2020-12-30 14:44:24 -08:00
Lars Brubaker
544ec762c7 Cleaned up the settings view options (made switching fast) 2020-12-30 10:35:47 -08:00
LarsBrubaker
51d1e33f9d Improving simple mode 2020-12-30 09:03:02 -08:00
Lars Brubaker
11d6b659fb working to improve consistency between settings views 2020-12-29 18:10:36 -08:00
LarsBrubaker
49a0e89084 Make sure we can show all settings 2020-12-29 08:35:58 -08:00
Lars Brubaker
6472760a69 Adding in the ability to change the settings detail 2020-12-28 17:50:15 -08:00
LarsBrubaker
d5a64d6ccc creating custom printer page 2020-12-16 11:20:13 -08:00
LarsBrubaker
7f7f092393 improving setup feedback
issue: MatterHackers/MCCentral#6164
If Validate Leveling is enabled mark leveling calibration as complete
2020-11-12 07:52:34 -08:00
LarsBrubaker
2679f59aa2 Made 'Just my Settings' work for quality
issue: MatterHackers/MCCentral#6150
"View just my settings" not working for material and quality profiles
2020-11-08 07:43:54 -08:00
LarsBrubaker
ce68d85e87 fixing warnings 2020-11-05 09:47:50 -08:00
Lars Brubaker
c92593d199 Wrote a test to ensure we keep the settings indicator updated correctly 2020-09-01 18:08:15 -07:00
LarsBrubaker
247bc431cd Improving settings override name editing
issue: MatterHackers/MCCentral#5949
Material profile name doesn't save
2020-07-18 13:48:38 -07:00
LarsBrubaker
e24550d054 improving undo in property editor
issue: MatterHackers/MCCentral#5945
Undo on part properties panel does not undo back to initial value
2020-07-11 09:19:41 -07:00
LarsBrubaker
f21588a35b fixing tests 2020-07-05 11:26:35 -07:00
LarsBrubaker
af89580515 Refactoring settings layout 2020-06-21 13:41:37 -07:00
LarsBrubaker
db8f5ad63f fixing warnings, refactoring 2020-06-21 09:34:53 -07:00
jlewin
b9da334ff4 Restore support for runtime switchable slicers 2020-02-07 15:26:31 -08:00
jlewin
5c81e19a3c Allow IObjectSlicer to drive active settings 2020-02-07 15:25:02 -08:00
jlewin
30953c6326 Pull focus after applying Just My Settings filter
- Issue MatterHackers/MatterControl#4589
panel gets stuck on top when 'View Just My Settings' are on
2019-06-10 11:57:22 -07:00
Lars Brubaker
15b0eb1bb4 make it possible to create a profile that describes the material for both extruders
issue: MatterHackers/MCCentral#5314
Extruder 2 Temperature not available in preset editor
2019-04-15 15:28:18 -07:00
jlewin
1d1a06a966 Use new Vector4/Bounds field for nozzle insets 2019-04-12 16:44:06 -07:00
Lars Brubaker
48f436cc4a added a T1 extrusion move speed multiplier
refactoring

issue: MatterHackers/MCCentral#5291
Create T1 printing move speed multiplier
2019-04-09 13:39:38 -07:00
Lars Brubaker
e8ad375934 Making sure tests are still passing with new settings changes 2019-04-02 15:18:10 -07:00
jlewin
959aa24c5b Add mechanism to filter settings from presets view
- Issue MatterHackers/MCCentral#5011
Don't show extruder 2 temperature in materials editor
2019-03-19 13:10:47 -07:00
John Lewin
31dc4e0edf Filter validation errors to setting context
- Ensure that presets windows only show errors for preset values
- Issue MatterHackers/MCCentral#4896
Validation error appears in preset window for user override value
2019-01-28 17:11:11 -08:00
John Lewin
875c2b52c4 Fix null reference in edge case 2019-01-16 09:07:51 -08:00
John Lewin
d87ef3cee9 Migrate missing SettingsKeys 2019-01-14 12:06:13 -08:00
John Lewin
8fce34c8a5 Remove SettingsLayout.Instance, move to PrinterSettings.Layout 2019-01-06 13:28:37 -08:00
John Lewin
0f792648de Rename SettingsOrganizer to SettingsLayout 2019-01-06 13:22:53 -08:00
John Lewin
b327b95e4a Move settings dictionary into PrinterSettings 2019-01-06 13:19:01 -08:00
John Lewin
e70bfc9977 Move create_raft to SettingsKey 2019-01-06 11:39:13 -08:00
John Lewin
bdb7f98a7e Remove UserLevel dictionary and naming, switch to top level properties 2019-01-06 11:39:13 -08:00
LarsBrubaker
eb90fe82b0 removing z_offset, adding data to nozzle offsets xyz
issue: MatterHackers/MCCentral#4793
Slightly illogical that z-offset can have different values
2019-01-06 08:35:55 -08:00
John Lewin
6ea5a1dba6 Depict slice settings validation status in SliceSettings views 2019-01-05 10:38:33 -08:00
Lars Brubaker
45b1a32e03 removing MS auto support generation 2019-01-03 16:05:02 -08:00
John Lewin
170b458676 Add popover support to all SliceSettingsRows
- Issue MatterHackers/MCCentral#4747
No HelpText on PrintPopupMenu SettingsRows
2018-12-21 18:37:11 -08:00
John Lewin
f06e67a65e Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
2018-12-21 18:37:11 -08:00
John Lewin
b6d30bf781 Fix missing popovers - use ContainsFirstUnderMouseRecursive 2018-12-21 18:37:11 -08:00
John Lewin
06c335c699 Improve naming to clarify usage 2018-12-19 18:01:34 -08:00