John Lewin
|
dc89beeac9
|
Simplify dynamic menu enabled logic
|
2018-10-07 12:08:43 -07:00 |
|
John Lewin
|
e97191f104
|
Move library icons to more aptly named location
- Issue MatterHackers/MCCentral#4253
Incorrect sizing for building_thumbnail_40x40.png after thumbnail changes
|
2018-10-06 14:06:03 -07:00 |
|
John Lewin
|
b02a5661ba
|
Extract and reuse thumbnail resizing logic
|
2018-10-06 13:52:19 -07:00 |
|
John Lewin
|
3cd4dbdde6
|
Extract LibraryItem thumbnail generator for reuse
|
2018-10-06 09:21:50 -07:00 |
|
Lars Brubaker
|
5913459a7f
|
Refactoring MacrosChanged to event
Refactoring MaterialPresetChanged to event
|
2018-10-05 16:03:39 -07:00 |
|
John Lewin
|
ce932dea2d
|
Add missing scene clear on LoadEmptyContent
- Issue MatterHackers/MCCentral#4250
Clear bed is no longer working
|
2018-10-05 15:38:04 -07:00 |
|
John Lewin
|
39241d4f09
|
Add reload mechanism for modified loaded parents
- Issue MatterHackers/MCCentral#4249
Parent library container shows stale view when popped
|
2018-10-05 14:47:43 -07:00 |
|
John Lewin
|
1f110272dc
|
Add tooltip for up button
|
2018-10-05 13:47:21 -07:00 |
|
John Lewin
|
9ba59375c7
|
Fix Android
|
2018-10-05 11:26:12 -07:00 |
|
John Lewin
|
663e19a898
|
Remove ActiveSliceSettings.cs
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
John Lewin
|
9b9d1a0e65
|
Migrate MaterialPresetChanged event to PrinterSettings
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
John Lewin
|
0f9042f28d
|
Migrate SettingChanged event to PrinterSettings
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
John Lewin
|
98252dff50
|
Migrate ActivePrinterChanged event to ApplicationController
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
John Lewin
|
5ad190b3f0
|
Migrate ActiveProfileModified event to ApplicationController
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
Lars Brubaker
|
fa85d93742
|
Refactoring
|
2018-10-05 09:58:30 -07:00 |
|
John Lewin
|
6dbae7668b
|
Remove ActiveSliceSettings.Instance
- Issue MatterHackers/MCCentral#4243
|
2018-10-05 09:25:05 -07:00 |
|
John Lewin
|
d8a5100639
|
Clean up whitespace
|
2018-10-05 09:25:05 -07:00 |
|
John Lewin
|
1f5cceaee4
|
Consolidate X3G namespaces
|
2018-10-05 09:25:05 -07:00 |
|
John Lewin
|
a3d24b5138
|
Invoke ClearPlate when exiting plated GCode mode
|
2018-10-04 22:06:55 -07:00 |
|
John Lewin
|
3008e44c44
|
Change to non-async ClearPlate invokable from sync functions
- Add LoadEmptyContent for use in ClearPlate to empty bed
|
2018-10-04 22:04:53 -07:00 |
|
John Lewin
|
140bf87b15
|
Remove remnants from memory troubleshooting
|
2018-10-04 19:44:15 -07:00 |
|
John Lewin
|
ed7136cde7
|
Use null ContentStore for plated gcode
|
2018-10-04 19:42:58 -07:00 |
|
John Lewin
|
f2c2011aa7
|
Move LoadPlateFromHistory from printer to bed
- Needs reference to private historyContainer in bed
|
2018-10-04 19:28:41 -07:00 |
|
John Lewin
|
51289443cc
|
Move NewPlatingItem(), GetLastePlateOrNew() from printer to HistoryContainerBase
|
2018-10-04 19:27:07 -07:00 |
|
John Lewin
|
39d36312a7
|
Move EmptyPrinter definition to owning type
|
2018-10-04 19:13:18 -07:00 |
|
John Lewin
|
04760fb2a4
|
Ignore doubleclick if no workspace is active
- Issue MatterHackers/MCCentral#4223
Double clicking a part on the left bar before opening a printer throws an exception
|
2018-10-04 12:05:40 -07:00 |
|
John Lewin
|
74d0446aca
|
Fix incorrect Export validation rule
- Disallow containers
- Issue MatterHackers/MCCentral#4186
Exporting folders doesn't work
|
2018-10-04 12:05:40 -07:00 |
|
John Lewin
|
131665f17c
|
Add HoverIconButton for two state hover effects
|
2018-10-04 12:05:40 -07:00 |
|
LarsBrubaker
|
fff64ef1c9
|
Merge remote-tracking branch 'lars/master'
|
2018-10-04 10:19:41 -07:00 |
|
LarsBrubaker
|
efe03cb642
|
Make flatten only copy appropriate properties by default
issue: MatterHackers/MCCentral#4229
Merge on align should not clear the colors that were on the objects
refactor apply and merge => flatten
|
2018-10-04 10:17:57 -07:00 |
|
Lars Brubaker
|
f04f3a2af3
|
Working on new re-slice test
|
2018-10-03 18:19:55 -07:00 |
|
John Lewin
|
2d5b529167
|
Simplify GCode model view options to toggle switch
- Issue MatterHackers / MCCentral#4211
show wireframe in gcode view not showing any results
|
2018-10-03 16:14:56 -07:00 |
|
John Lewin
|
0941f655eb
|
Handle reentrant calls to ShowSystemWindow
- Issue MatterHackers/MCCentral#4227
Load filament wizard isn't switching panels correctly
|
2018-10-03 11:10:46 -07:00 |
|
John Lewin
|
e1a2291f96
|
Fix naming violations
|
2018-10-02 16:26:55 -07:00 |
|
Lars Brubaker
|
5fe8cb6da5
|
put up a waring message if the loaded gcode file is very small
issue: MatterHackers/MCCentral#4214
If gcode time is < 30 seconds put up a warning message
|
2018-10-02 14:45:08 -07:00 |
|
John Lewin
|
7c19a4eac9
|
Show wrapped rather than original SystemWindow
|
2018-10-02 13:57:38 -07:00 |
|
Lars Brubaker
|
3370828f45
|
put up a waring message if the loaded gcode file is very small
issue: MatterHackers/MCCentral#4214
If gcode time is < 30 seconds put up a warning message
|
2018-10-02 13:30:14 -07:00 |
|
John Lewin
|
e138b20d01
|
Replace Winforms single window mode with shared version
|
2018-10-02 08:12:44 -07:00 |
|
John Lewin
|
2d4afa9263
|
Add new single window mode prototype
|
2018-10-01 17:55:44 -07:00 |
|
Lars Brubaker
|
791852f307
|
Have to change all the G92 s
|
2018-10-01 16:25:14 -07:00 |
|
Lars Brubaker
|
a6feb8334d
|
Make sure we don't switch E value too early
issue: MatterHackers/MCCentral#4200
re-slice retracts too much filament after layer change
|
2018-10-01 15:42:09 -07:00 |
|
Lars Brubaker
|
23f776c77a
|
Better close logic on pop-ups when sub-pop-ups are open
|
2018-10-01 15:28:54 -07:00 |
|
John Lewin
|
788d7c5052
|
Remove non-standard background color
|
2018-10-01 15:06:10 -07:00 |
|
John Lewin
|
cef1214915
|
Make CreateSmallResetButton public
|
2018-10-01 15:05:39 -07:00 |
|
John Lewin
|
9b7bd8f837
|
Add support for setting control name via helper
|
2018-09-30 09:58:01 -07:00 |
|
John Lewin
|
2cb0a033ab
|
Fix Android
|
2018-09-29 22:02:17 -07:00 |
|
John Lewin
|
1938a4c542
|
Use AccentMimimalOverlay on ExploreItem hover
|
2018-09-29 15:54:35 -07:00 |
|
John Lewin
|
6e4bd2b187
|
Remove color from article icons until hover
|
2018-09-29 15:49:45 -07:00 |
|
John Lewin
|
48efa5c575
|
Remove banner
|
2018-09-29 15:48:54 -07:00 |
|
John Lewin
|
87ef7b61cb
|
Extract code for reuse, add actual async version
|
2018-09-29 15:48:41 -07:00 |
|