Commit graph

10648 commits

Author SHA1 Message Date
Lars Brubaker
455426d84c
Merge pull request #3374 from larsbrubaker/design_tools
array tools are rebuilding correctly
2018-05-31 16:52:21 -07:00
Lars Brubaker
9f98291014 array tools are rebuilding correctly 2018-05-31 16:24:37 -07:00
Lars Brubaker
6cf694dc7b
Merge pull request #3373 from jlewin/design_tools
Ensure PrintLevelingData.NeedsToBeRun includes ProbeCalibration rules
2018-05-31 16:23:34 -07:00
John Lewin
5f3b869fa2 Persist user heights for tree/editor panels
- Issue MatterHackers/MCCentral#3428
Load persisted user value for tree section height
2018-05-31 15:38:58 -07:00
John Lewin
47c6359a39 Ensure PrintLevelingData.NeedsToBeRun includes ProbeCalibration rules
- Issue MatterHackers/MCCentral#3459
When probe calibration is required auto level clears it even though
it has not been done
2018-05-31 15:38:58 -07:00
johnlewin
f78fc3b02f
Merge pull request #3372 from larsbrubaker/design_tools
Fixing array linear to work with suspend and resume
2018-05-31 15:37:06 -07:00
Lars Brubaker
207714ad9f Starting on radial array 2018-05-31 15:10:53 -07:00
Lars Brubaker
6b6ed0d093 Fixing array linear to work with suspend and resume 2018-05-31 15:10:53 -07:00
Lars Brubaker
7f5ec8b956
Merge pull request #3371 from jlewin/design_tools
Fix TestExistsForEachContainerType - add test required by convention
2018-05-31 14:39:50 -07:00
John Lewin
c08d358338 Pass active listview reference to child container constructor
- Issue MatterHackers/MCCentral#3485
Unable to select folders in listview
2018-05-31 13:17:11 -07:00
John Lewin
743eb95982 Fix NoContentChangedOnLoad - skip load if null 2018-05-31 13:17:11 -07:00
John Lewin
c9aad50d19 Fix AddFiresContentChangedEvent - make base type abstract 2018-05-31 13:17:11 -07:00
John Lewin
9e8e6f2948 Fix TestExistsForEachContainerType - add test required by convention 2018-05-31 13:17:11 -07:00
johnlewin
2d3b9eaff8
Merge pull request #3370 from jlewin/design_tools
Long lived instanced should not be used for ActiveContainer
2018-05-31 12:42:41 -07:00
John Lewin
b243761c5c Fix ComPortFieldTest regression 2018-05-31 12:10:18 -07:00
John Lewin
74582d9a47 Remove unexpected throw 2018-05-31 09:38:04 -07:00
John Lewin
9174c3d041 Add workaround for text/linkbutton VAnchor.Center alignment issues
- Issue MatterHackers/MCCentral#3349
How to align text along baseline?
2018-05-31 09:38:04 -07:00
John Lewin
af54f5573c Move to cloud library
- Issue MatterHackers/MCCentral#3379
Look into move CloudLibrary -> Home behavior to sign-out only
2018-05-31 09:38:04 -07:00
John Lewin
a048871f57 Add button to manually invoke COM port wizard
- Issue MatterHackers/MCCentral#3381
Consider adding mechanism to open port config/troubleshooting dialog
2018-05-31 09:38:04 -07:00
John Lewin
a7af574b62 Sync ExpandCheckboxButton with panel expansion status
- Issue MatterHackers/MCCentral#3454
Printing progress panel starts out with closed arrow on open window
2018-05-31 09:38:04 -07:00
John Lewin
19f80d18fe Long lived instanced should not be used for ActiveContainer
- ActiveContainer references are disposed when trees collapse
- Use new instance for ActiveContainer
- Issue MatterHackers/MCCentral#3374
Long lived history containers disposed when navigated away from
2018-05-31 09:38:04 -07:00
Lars Brubaker
8e586d8279
Merge pull request #3369 from larsbrubaker/design_tools
Working on mesh wrapper and rebuild issues
2018-05-31 09:27:32 -07:00
Lars Brubaker
4c15d3e7ad guard for image not changed 2018-05-31 09:22:08 -07:00
Lars Brubaker
25883fc0bc Working on mesh wrapper and rebuild issues 2018-05-31 09:05:08 -07:00
johnlewin
a0ff7fa653
Merge pull request #3368 from jlewin/design_tools
Add heading for page
2018-05-31 06:54:13 -07:00
John Lewin
f2a36f28d9 Update PrintHistoryListItem for recent changes
- Issue MatterHackers/MCCentral#3472
Print History folder multiplies
2018-05-31 06:43:32 -07:00
John Lewin
d4a7b47a95 Restore parameterless constructor required for custom/dynamic view
- Issue MatterHackers/MCCentral#3475
PrintHistoryContainer throws exception when opened
2018-05-31 06:43:32 -07:00
John Lewin
3ceae5461b Inline RebuildTitleBar method
- Issue MatterHackers/MCCentral#3418
RebuildTitleBar fires when text changes
2018-05-31 06:43:32 -07:00
John Lewin
1ba0f37d26 Add heading for page
- Issue MatterHackers/MCCentral#3444
Vague title
2018-05-31 06:43:32 -07:00
Lars Brubaker
25b005ea0c
Merge pull request #3367 from jlewin/design_tools
Fix regression in LoadCacheable
2018-05-30 16:56:31 -07:00
John Lewin
51c76690d8 Fix regression in LoadCacheable
- Issue MatterHackers/MCCentral#3473
Investigate failing LoadPublicProfileListFromCache
/ LoadProfileFromStaticData tests
2018-05-30 16:48:35 -07:00
Lars Brubaker
5d522a2de7
Merge pull request #3365 from larsbrubaker/design_tools
Mesh wrapper working much better (pinch and bend working better)
2018-05-29 18:02:17 -07:00
Lars Brubaker
138407e21a Mesh wrapper working much better (pinch and bend working better)
Changing Rebuilding to Suspend and Resume rebuilding
Made visible meshes return only the object not the object and mesh (mesh is on object)
Put in some debugging
2018-05-29 17:50:39 -07:00
johnlewin
55ddca28ad
Merge pull request #3364 from jlewin/design_tools
Remove BigRender cache as no longer valid
2018-05-29 14:29:54 -07:00
John Lewin
98f0bc5c26 Use custom caching pattern for ExplorePanel
- Issue MatterHackers/MCCentral#3382
Improve caching/loading of start page
2018-05-29 13:11:38 -07:00
John Lewin
1aa73db988 Remove BigRender cache as no longer valid
- Issue MatterHackers/MCCentral#3453
If part icons are built too small they don't rebuild at bigger sizes
2018-05-29 11:53:43 -07:00
Lars Brubaker
cf3b9e4b22
Merge pull request #3362 from larsbrubaker/design_tools
Make sure mesh creation objects set invalidate mesh
2018-05-28 08:22:22 -07:00
LarsBrubaker
8a3f99ac1f Make sure mesh creation objects set invalidate mesh 2018-05-27 19:39:04 -07:00
Lars Brubaker
a6fb87bbfa
Merge pull request #3361 from larsbrubaker/design_tools
Improving curve and pinch to have more base class code sharing
2018-05-27 10:18:21 -07:00
LarsBrubaker
734fa69134 Improving curve and pinch to have more base class code sharing
Cleaning up flags
Refactoring
2018-05-27 08:48:48 -07:00
Lars Brubaker
d7b885e6d0
Merge pull request #3360 from larsbrubaker/design_tools
Made Advanced panel in Print menu show up when needed
2018-05-27 07:23:47 -07:00
LarsBrubaker
f05152e34b Made Advanced panel in Print menu show up when needed
issue: MatterHackers/MCCentral#3455
If pause or spiral vase are set show them in the print dialog
2018-05-26 21:52:19 -07:00
johnlewin
afc53c894d
Merge pull request #3359 from jlewin/design_tools
Add support for GCode post processors, discover and process from scene
2018-05-26 12:29:13 -07:00
John Lewin
7878fc8141 Add support for GCode post processors, discover and process from scene 2018-05-26 12:17:47 -07:00
johnlewin
b71c7ad869
Merge pull request #3358 from larsbrubaker/design_tools
Move import settings to settings section
2018-05-26 12:17:31 -07:00
LarsBrubaker
8c1e79dcf0 Move import settings to settings section
Moved export to bottom to create more distiction of import presets and export all

issue: MatterHackers/MCCentral#3451
Feature Request: Import/Export material profiles
2018-05-26 11:59:22 -07:00
Lars Brubaker
371498bcd8
Merge pull request #3357 from larsbrubaker/design_tools
Added group object
2018-05-26 11:58:56 -07:00
LarsBrubaker
1c18da68e7 Added group object
Made the names in the tree view better (hopefully)
2018-05-26 08:34:24 -07:00
Lars Brubaker
dbcdf4b4bd
Merge pull request #3355 from larsbrubaker/design_tools
Improvements in mesh wrapper
2018-05-25 17:17:30 -07:00
Lars Brubaker
4f8aad70e8 fixing more rebuild problems 2018-05-25 17:11:39 -07:00