Commit graph

12896 commits

Author SHA1 Message Date
johnlewin
28333b5926
Merge pull request #4114 from jlewin/master
Navigate into printer specific folder before opening SDCard
2018-12-24 11:37:41 -08:00
John Lewin
7018c15389 Add WaitForAndCancelPrinterSetupPage test helper method 2018-12-24 11:26:22 -08:00
John Lewin
4fb21c525f Add test helper method to clear Setup Required 2018-12-24 11:26:22 -08:00
John Lewin
5e982f2eb9 Navigate into printer specific folder before opening SDCard
- Issue MatterHackers/MCCentral#4768
Investigate failing CloseShouldNotStopSDPrint test
2018-12-24 11:26:22 -08:00
johnlewin
46d8d2ec8c
Merge pull request #4113 from larsbrubaker/master
fixing SubtractAndReplace Object to match subtract refactoring
2018-12-24 11:26:04 -08:00
Lars Brubaker
d2ecb796a4 fixing SubtractAndReplace Object to match subtract refactoring
issue: MatterHackers/MCCentral#4764
Deleting a subtract and replace causes the original objects to move
2018-12-24 11:10:53 -08:00
Lars Brubaker
16a8fe9075
Merge pull request #4109 from larsbrubaker/master
Make disable leveling per printer rather than static
2018-12-22 08:37:58 -08:00
LarsBrubaker
b0e1a0fadc Make disable leveling per printer rather than static
issue: MatterHackers/MCCentral#4722
Running Pulse Bed leveling while using multiple printers in Single-Windows causes the prints to fail
2018-12-22 08:31:25 -08:00
Lars Brubaker
da12a115e0
Merge pull request #4108 from larsbrubaker/master
Fixing render issues with subtract
2018-12-22 08:30:54 -08:00
LarsBrubaker
149ba6d3c2 Made the selection object in subtract always render right
This fixes an issue where if the selected subtract item was
a group it would not render corectly
2018-12-22 08:02:41 -08:00
LarsBrubaker
81df3f2b1c compile and continue (the actual fix) 2018-12-22 07:54:35 -08:00
LarsBrubaker
231af2df67 Subtract and replace can handle multiple keep objects
Also fixes it being applied to an existing subtract and replace
2018-12-22 07:53:26 -08:00
Lars Brubaker
3b0afb0353
Merge pull request #4107 from jlewin/master
Revise popovers
2018-12-21 18:51:13 -08:00
John Lewin
9c6cfae622 Update PauseOnLayer HelpText to indicate pause is before layer
- Issue MatterHackers/MCCentral#4721
2018-12-21 18:37:11 -08:00
John Lewin
c4df1954ac Improve pixel alignment for popover border 2018-12-21 18:37:11 -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
794d2b87c1 Add border stroke to popovers 2018-12-21 18:37:11 -08:00
John Lewin
19fea5163e Fix invalid popover notch position
- MatterHackers/MCCentral#4748
Right aligned popovers position notch at incorrect position
2018-12-21 18:37:11 -08:00
John Lewin
db8b97275b Revert "Only show highlight background if first under mouse"
This reverts commit e3a748f45d.
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
Tyler Anderson
cbcc2dc019 Show message explaining port permissions when connection fails on Linux 2018-12-21 18:34:23 -08:00
johnlewin
895dfe0523
Merge pull request #4106 from larsbrubaker/master
Added in a all on and all off temp control
2018-12-21 18:24:31 -08:00
Lars Brubaker
bbb27ea25c Added in a all on and all off temp control 2018-12-21 18:06:35 -08:00
Lars Brubaker
e4bc6d7cb8
Merge pull request #4105 from larsbrubaker/master
latest MS
2018-12-21 12:48:36 -08:00
Lars Brubaker
fb6d045ed0 latest MS 2018-12-21 12:32:26 -08:00
Lars Brubaker
526362e952
Merge pull request #4104 from larsbrubaker/master
Improving selection in subtract
2018-12-21 12:28:22 -08:00
Lars Brubaker
0e0818a0f9 fixing un-retract in MS 2018-12-21 12:13:27 -08:00
LarsBrubaker
201c9d1d65 Improved subtract selection rendering
does not modify the part colors only the rendering colors
Refactoring
2018-12-21 08:27:40 -08:00
Lars Brubaker
1b20984dd1
Merge pull request #4103 from larsbrubaker/master
Don't strip comments while exporting
2018-12-20 17:07:19 -08:00
Lars Brubaker
d74357508d Don't strip comments while exporting 2018-12-20 16:56:25 -08:00
Lars Brubaker
b0edb3280c
Merge pull request #4102 from larsbrubaker/master
Latest MS
2018-12-20 16:51:47 -08:00
Lars Brubaker
8d6703baad Latest MS 2018-12-20 16:38:20 -08:00
Lars Brubaker
a5b6f1e4b7
Merge pull request #4101 from larsbrubaker/master
More GCode export fixes
2018-12-20 16:36:40 -08:00
Lars Brubaker
c789a3fe0a More GCode export fixes
More GCode export tests
2018-12-20 16:01:03 -08:00
Lars Brubaker
6f4efc84ce
Merge pull request #4100 from larsbrubaker/master
Writing tests for Combine and Subtract
2018-12-20 15:44:48 -08:00
Lars Brubaker
134f9f960f Removed the pinch text test as I don't understand the intent 2018-12-20 14:39:50 -08:00
Lars Brubaker
e0a9ab1526 Writing tests for Combine and Subtract 2018-12-20 14:22:40 -08:00
johnlewin
28bf9c44d3
Merge pull request #4099 from jlewin/master
Automation test fixes
2018-12-19 19:07:56 -08:00
John Lewin
06c335c699 Improve naming to clarify usage 2018-12-19 18:01:34 -08:00
John Lewin
390b6fd59e Close constructed widgets
- Issue MatterHackers/MCCentral#4739
DynamicPopupContent popups construct and fail to close their
generated widget
2018-12-19 18:00:13 -08:00
John Lewin
e3a748f45d Only show highlight background if first under mouse
- Prevents highlight from occurring on siblings below popup menu
2018-12-19 17:31:37 -08:00
John Lewin
29fb880ac1 Ensure Welcome page is closed after completing Add Printer wizard 2018-12-19 17:30:11 -08:00
John Lewin
d0d52a4b2d Constrain Cancel button click to Welcome page only 2018-12-19 17:29:36 -08:00
John Lewin
4d4c4cff8f Only display slice settings popovers for the FirstUnderMouse widget
- Issue MatterHackers/MCCentral#4738
Expand All menu item click failure
2018-12-19 17:26:07 -08:00
johnlewin
b12f6af750
Merge pull request #4097 from jlewin/master
ReloadAll should not rebuild workspaces
2018-12-19 17:01:56 -08:00
John Lewin
371c12f3ab Ignore Android plugin binaries 2018-12-19 15:53:54 -08:00
John Lewin
82d7ce9c6f Simplify as suggested by IDE 2018-12-19 15:53:54 -08:00
John Lewin
801363fe49 ReloadAll should not rebuild workspaces
- Issue MatterHackers/MCCentral#4704
2018-12-19 15:53:54 -08:00
johnlewin
6a677cd889
Merge pull request #4096 from jlewin/master
Remove OpenPrinterIDs from ProfileManager
2018-12-19 09:58:25 -08:00