Commit graph

1243 commits

Author SHA1 Message Date
John Lewin
9c00f026c0 Restore icon for Add menu item, improve icon support in MenuItem
- Render non-enabled menu icons with new lazy DisabledImage property
- Move SettingsRow into CustomWidgets namespace
2018-04-07 11:07:38 -07:00
John Lewin
b24053a285 Only add override indicators if no icon or gutter 2018-04-06 16:33:19 -07:00
John Lewin
f754ffb8cc Remove separator border from last row in group 2018-04-06 15:14:22 -07:00
John Lewin
2340ae872e Remove anonymous block 2018-04-06 15:14:21 -07:00
John Lewin
b0dd4ed5e2 Ensure null, not empty string, is set 2018-04-06 15:14:21 -07:00
John Lewin
a07a459b13 Restore dropped localization 2018-04-06 15:14:21 -07:00
John Lewin
856ab867bf Use label styling from SettingsItem 2018-04-06 15:14:20 -07:00
John Lewin
56e1d1a6a1 Move properties into base 2018-04-06 15:14:20 -07:00
Lars Brubaker
d3818471c5 Made probe calibration happen automatically if required 2018-04-06 14:59:09 -07:00
John Lewin
e33406aca0 Always create title field in SettingsRow constructor
- Use title field for HelpText
- Issue MatterHackers/MCCentral#3038
Fix mentioned issue
2018-04-06 13:11:50 -07:00
John Lewin
985afc587c Remove conditional styling
- Issue MatterHackers/MCCentral#3037
2018-04-06 13:10:44 -07:00
John Lewin
ca8efa54b2 Remove "Show Help" from SliceSettings
- Issue MatterHackers/MCCentral#3039
2018-04-06 12:58:16 -07:00
John Lewin
0464145ef1 Restore clickable user override reset button
- Issue MatterHackers/MCCentral#3040
2018-04-06 12:49:52 -07:00
John Lewin
a027951be5 Extract reusable aspects to common base 2018-04-06 09:06:21 -07:00
John Lewin
3264dffa16 Use string interpolation 2018-04-06 09:06:21 -07:00
John Lewin
0076c94ed3 Use dedicated widget for user override indicators 2018-04-06 09:06:21 -07:00
John Lewin
6d8d39df96 Simplify constructor 2018-04-06 09:06:20 -07:00
John Lewin
851c4c758a Remove redundant StyleChanged event, add minimum height for rows 2018-04-06 09:06:20 -07:00
John Lewin
315d08553c Use new expansion persistence in SectionWidget
- Issue MatterHackers/MCCentral#3033
SelectedObjectPanel SectionWidgets should remember their expansion state
2018-04-06 06:07:32 -07:00
John Lewin
8431f7a5ef Use new toggle control for CheckboxField 2018-04-05 18:54:12 -07:00
Lars Brubaker
1d3ea8cf25 Fixed case statement 2018-04-04 15:05:06 -07:00
Lars Brubaker
3f8f0cbe28 Put in temp that leveling occurred at
Put in date
Made rebuild data happen correctly
Improved leveling messages
Fixed a bug with leveling happening after line cutting
Added 5x5 leveling
2018-04-04 14:58:20 -07:00
Lars Brubaker
34970a6462 Refactoring leveling system 2018-04-04 14:58:19 -07:00
Lars Brubaker
e86e3b127c Started on Delaunay Triangulation
Took out old sqlite migration of leveling
refactoring
2018-04-04 14:58:15 -07:00
Lars Brubaker
712f9df9ad Took out manual positions
took out steps and made based on sample points
2018-04-04 14:58:13 -07:00
John Lewin
8c1f340448 Always expand first item if no groups expanded
- Issue MatterHackers/MCCentral#3022
Ensure at least one SectionWidget expanded
2018-04-04 12:02:25 -07:00
John Lewin
ecb4979461 Add SliceSettings Group expansion persistence
- Issue MatterHackers/MCCentral#3021
SliceSetting section expansion should be persisted across restarts
2018-04-04 08:47:26 -07:00
John Lewin
b570e0cbb9 Fix failure to restore to last tab
- Issue MatterHackers/MCCentral#3020
SliceSettings tab state not persisted across restarts/reloadall
2018-04-04 07:49:23 -07:00
John Lewin
e94f1f04af Reduce droplist border significance to match original border style
- Issue MatterHackers/MCCentral#2529
Inconsistent border strengths
2018-04-01 16:10:32 -07:00
John Lewin
32faf1c279 Revise async 2018-03-27 09:27:09 -07:00
John Lewin
cb964dfdcb Add missing localize calls to SliceSettings widgets 2018-03-21 17:19:05 -07:00
johnlewin
a24c56f067
Merge branch 'design_tools' into design_tools 2018-03-14 16:59:18 -07:00
Lars Brubaker
eae2f773e6 Put in clean nozzle page
Added IVertexSource get weighted center
refactoring
2018-03-14 15:01:38 -07:00
Tyler Anderson
4304ccbfbd Show print progress on printer's LCD screen 2018-03-14 13:49:57 -07:00
John Lewin
c09e0731ef Consolidate SHA1 helpers
- Issue MatterHackers/MCCentral#2879
Ensure consistency and consolidate all sha1 helpers
2018-03-12 17:07:18 -07:00
John Lewin
188d8b14aa RootedObjectEventHandler should not serialize as Json
- Issue MatterHackers/MCCentral#2887
2018-03-12 15:26:29 -07:00
Lars Brubaker
57c79d2434 improve VisibleMeshes thread safety
issue: MatterHackers/MCCentral#2900
Make VisibleMeshes more thread safe
2018-03-09 09:26:36 -08:00
Lars Brubaker
8c61cfd9c0 Fixed problem with dual extrusion on single extruder 2018-02-28 13:26:49 -08:00
Lars Brubaker
c8ac16e806 Check the world persistable flag 2018-02-23 13:37:23 -08:00
Lars Brubaker
859304fd16 Fixed print recovery test
removed the gcode buffer size variable (it didn't work)
2018-02-21 18:15:22 -08:00
LarsBrubaker
247bf009f7 Make sure buffer size shows 2018-02-17 08:50:39 -08:00
John Lewin
4dc101d067 Add per printer gcode_buffer_size settings for tuning sync-to-print 2018-02-16 14:50:12 -08:00
John Lewin
4ffde89cab Use unwaited async load for new LoadPlateFromHistory method
- Issue MatterHackers/MCCentral#2552
Startup hangs at "ProfileManager" when complex items are on bed
2018-02-14 18:10:21 -08:00
John Lewin
54032fac73 Collapse export into existing method, resolve outstanding issues 2018-02-13 12:46:54 -08:00
John Lewin
5c59c40835 Fix spelling 2018-02-12 19:26:36 -08:00
Lars Brubaker
2cd09dd365 Lots of work on Array tool and support property editors 2018-02-10 11:24:51 -08:00
John Lewin
ca626efee1 Improve styling of GCode details panels
- Issue MatterHackers/MCCentral#2812
2018-02-09 22:51:18 -08:00
John Lewin
30cf0c0f60 Add support for slicing persisted but in memory IObject3D items
- Issue MatterHackers/MCCentral#2785
Exception in AddObjectsForExtruder
2018-02-09 18:11:55 -08:00
Lars Brubaker
a97f117029 Getting + tab to open on startup
Fixing test that failed as part of this
2018-02-08 15:42:23 -08:00
John Lewin
92ebda5e90 Add support for saving created content to library containers
- Issue MatterHackers/MCCentral#2767
LibraryContainer -> Save fails in SqliteContainer
- Issue MatterHackers/MCCentral#2743
Part -> Edit -> Save fails to save back to original
2018-02-07 18:46:31 -08:00