Commit graph

2102 commits

Author SHA1 Message Date
John Lewin
df7ea996d1 Move static PPE.CreateSettingsRow() to new SettingRow constructor
- Improve reuse and consistency with shared constructor on actual type
2019-06-05 09:08:32 -07:00
John Lewin
be8f83d59f Remove restrictions, improve hints on XY Calibration
- MatterHackers/MCCentral#5615
User confusion due to disabled input fields
2019-06-05 09:08:32 -07:00
John Lewin
7de3fac861 Remove conditional EmptyPrinter use on Android 2019-06-04 22:53:31 -07:00
jlewin
0156c5c1e8 Use https for MH feed requests
- Issue MatterHackers/MCCentral#5632
MH Feed requests redirected to https
2019-06-04 18:22:33 -07:00
jlewin
8be3dd90dc Remove EmptyPrinter property
- Issue MatterHackers/MCCentral#3399
Remove ActiveSliceSettings.Instance
2019-06-04 18:20:01 -07:00
jlewin
ec1a50b815 Change OnClick to protected
- Issue MatterHackers/MCCentral#3445
Change accessibility of OnClick to protected, revise callers to use
InvokeClick()
2019-06-04 18:20:01 -07:00
jlewin
8eca3598c8 Remove non-functional code block
- PrinterSelected always false on EmptyPrinter reference
2019-06-04 18:20:01 -07:00
jlewin
aa9d576f0a Simplify export plugin selection 2019-06-04 18:07:20 -07:00
jlewin
fca740e465 Consolidate export button code 2019-06-04 17:54:32 -07:00
jlewin
a5a5411717 Simplify button name, move details (x3g/gcode) to tooltip 2019-06-04 17:54:32 -07:00
jlewin
c473052154 Swap button order 2019-06-04 17:54:32 -07:00
jlewin
4899d77517 Use theme helper for common styling 2019-06-04 17:54:32 -07:00
jlewin
cc9dc69413 Simplify 2019-06-04 17:54:31 -07:00
johnlewin
fb27b56fc8
Merge branch 'master' into master 2019-06-04 16:58:18 -07:00
Tyler Anderson
c5daadc02c Added Export G-Code button to print menu 2019-06-04 16:54:21 -07:00
Lars Brubaker
5d50cce0b9 updating support links
(cherry picked from commit 54eb75af91fa0b800216f6c33f78cb815e353b0a)
2019-06-04 16:40:26 -07:00
Tyler Anderson
ff2ef1ad93 Added formatting for inline code in markdown 2019-06-04 11:00:57 -07:00
John Lewin
8a4183d37c Improve anchor handling 2019-06-03 16:50:50 -07:00
John Lewin
8634c17a0a Simplify 2019-06-03 16:33:28 -07:00
John Lewin
a589bc3025 Remove unused ClippingFrustum calls 2019-06-03 16:33:28 -07:00
John Lewin
e52d963278 Extract WorldView extension methods 2019-06-03 16:33:27 -07:00
LarsBrubaker
6abe190922 Merge remote-tracking branch 'origin/2.19.6' 2019-06-01 17:36:09 -07:00
LarsBrubaker
4803344673 Make "Select the calibration task on the left to continue" conditional 2019-06-01 09:30:55 -07:00
LarsBrubaker
6d6bc91443 add tool tips to setup stages
issue: MatterHackers/MCCentral#5621
Let the user know in the setup wizard when all required setup is complete
2019-06-01 09:11:51 -07:00
LarsBrubaker
4b9ff1bbbe reset needs to be marked as user driven 2019-06-01 09:10:52 -07:00
jlewin
c46b3f519e Enable FullRowSelect on ErrorValidationRows with fixes
- Issue MatterHackers/MCCentral#5618
Print validation error rows are not clickable
2019-05-31 18:00:57 -07:00
jlewin
aae2976c95 Extract ClosePopup behavior for reuse, invoke on Warnings dismiss 2019-05-31 18:00:43 -07:00
jlewin
9bdd60d483 Add SettingsRow.FullRowSelect property for use after constructor 2019-05-31 18:00:27 -07:00
jlewin
6f6933d1ce Move ActionWidget OnClick intercept to base SettingsRow class
(cherry picked from commit 69af01852724f55cada096cdea8f6364aac94110)
2019-05-31 18:00:11 -07:00
Lars Brubaker
166fa1e832 Revising xy calibration language
issue: MatterHackers/MCCentral#5622
add the word 'centered' to the description of 'balanced' in the xy calibration collection page
2019-05-31 17:01:56 -07:00
Lars Brubaker
430162e80f remove level_x_carriage_markdown
issue: MatterHackers/MCCentral#5619
Remove Z-Axis alignment step
2019-05-31 16:48:30 -07:00
Lars Brubaker
1ce8a12f92 make sure we can spiral vase on extruder T1
issue: MatterHackers/MCCentral#5614
Spiral vase mode does not work with T1
2019-05-31 11:43:21 -07:00
Tyler Anderson
db478767aa
Added Smoothie homing error 2019-05-30 11:41:50 -07:00
Lars Brubaker
6bd047f8c3 update load filament text 2019-05-30 09:52:12 -07:00
Lars Brubaker
56273252dd speed up probe if running fast 2019-05-30 09:51:58 -07:00
Lars Brubaker
e535851e71 update copyright 2019-05-30 09:51:17 -07:00
jlewin
c8832d5c55 Fix typo 2019-05-29 17:51:28 -07:00
jlewin
a6e85b12a1 Remove named parameter 2019-05-29 17:14:14 -07:00
jlewin
14ab51af33 Fix tests 2019-05-29 17:01:44 -07:00
jlewin
f19ae5bc55 Fix bounds of printer MarkdownWidget text 2019-05-29 17:00:56 -07:00
jlewin
fcc5e03fce Revise wizard descriptions 2019-05-29 17:00:18 -07:00
jlewin
6bd0e87cf8 Mark IsDirty during profile save
- Issue MatterHackers/MatterControl#4574
Started using my printer at home and it reverted to an old web
setting that lost all my recent changes
2019-05-29 14:16:25 -07:00
jlewin
fd90765008 Add OnAdvance to WizardPage, hook to persist nozzle offsets
- Issue MatterHackers/MCCentral#5559
XY calibration changing offsets on cancel
2019-05-29 12:25:31 -07:00
jlewin
f2980b3744 Extract ClearBlackList from Save 2019-05-29 12:25:31 -07:00
LarsBrubaker
272ebc32cf Make sure we don't mark done loading filament until we show the success page
issue: MatterHackers/MCCentral#5599
Aborted load filament wizard due to hardware failure - shows as completed
2019-05-29 08:10:01 -07:00
LarsBrubaker
4abcffedd2 Only use 1 extruder when in spiral vase
issue: MatterHackers/MCCentral#5601
Spiral vase should ignore material index
2019-05-29 07:54:31 -07:00
jlewin
3d2aff70d4 Revise Open Recent filter 2019-05-28 18:00:30 -07:00
jlewin
1e7c37ab5d Revise Plating History filters
- Issue MatterHackers/MCCentral#5606
Plating history only shows the most 25 recent items
- Issue MatterHackers/MCCentral#5607
Plating history hides files less than 500 bytes
2019-05-28 17:58:28 -07:00
jlewin
3ad428ead3 Rename method 2019-05-28 15:22:55 -07:00
jlewin
1ea582e9df Extract path helper for reuse 2019-05-28 14:43:05 -07:00