jlewin
ba599ba898
Add calibration icon
2019-05-15 13:38:38 -07:00
jlewin
e7922550ce
Rename ZCalibration Wizard
2019-05-15 13:38:37 -07:00
jlewin
134969c38f
Cascade image to descendants
2019-05-15 13:38:37 -07:00
jlewin
bffcb0b925
Add grouping for Pulse
...
- Issue MatterHackers/MatterControl#4526
consider grouping pulse models by letter in new tree view
2019-05-15 13:38:37 -07:00
Lars Brubaker
4bb5864b8a
fixed normals in agg
2019-05-15 09:41:13 -07:00
John Lewin
13ff7dd017
Suppress conditional close in XYCalibrationWizard cancel
...
- Issue MatterHackers/MCCentral#5493
Unexpected abort dialog after calibration print cancel
2019-05-14 23:00:18 -07:00
John Lewin
ca7eb6f8ce
Suppress conditional close in FinishWizard
...
- Issue MatterHackers/MatterControl#4527
Unexpected abort dialog on completing calibration wizard
2019-05-14 23:00:18 -07:00
John Lewin
86d1a8cedf
Prevent Enter key auto click on hidden/disabled Accept buttons
...
- Issue MatterHackers/MCCentral#5523
Enter key fire click on hidden Accept buttons
2019-05-14 23:00:17 -07:00
John Lewin
16f31d80c8
Simplify
2019-05-14 22:40:17 -07:00
John Lewin
7cb70ff560
Use correct font size for messageWhenEmpty
2019-05-14 22:40:17 -07:00
LarsBrubaker
4626a59092
xy calibration wizard shows if it has been run
2019-05-14 22:20:11 -07:00
jlewin
d59738a71d
Move debug only tools out of root and into Experimental container
2019-05-14 18:39:02 -07:00
jlewin
c29905a69e
Move properties below constructor
2019-05-14 18:39:02 -07:00
jlewin
60beceea6d
Only advance to next unfinished stage, if started in that mode
...
- Issue MatterHackers/MCCentral#5496
Clicking 'already loaded' on extruder 2 does not make xy calibration available
2019-05-14 18:39:02 -07:00
jlewin
415d5206e7
Combine Start Print/Calibration Mode pages
...
- Issue MatterHackers/MCCentral#5479
Remove excess step from Nozzle Calibration wizard
2019-05-14 18:39:02 -07:00
Lars Brubaker
77020ee924
Making T1 setup dependent on having T1 used in the print
...
issue: MatterHackers/MCCentral#5497
Create protocol for single material setup on dual printer
2019-05-14 18:20:02 -07:00
jlewin
def78f9d42
Update Add Printer tests
2019-05-14 15:43:14 -07:00
jlewin
e83e081983
Remove one second delay to construct tree
2019-05-14 15:43:14 -07:00
jlewin
8d6a2cec59
New searchable Add Printer Wizard
...
- Issue MatterHackers/MCCentral#5519
Finish new Add Printer wizard
- Issue MatterHackers/MCCentral#3439
Improve printer Make / Model selection for Pulse
2019-05-14 15:43:14 -07:00
jlewin
2d4f3a4784
Add Calibrate Printer menu item
2019-05-14 15:43:13 -07:00
Lars Brubaker
fd1f14cec6
put leveling switch on its own row
...
issue: MatterHackers/MCCentral#5517
Toggle switch for print leveling should not be on Print Calibration row
2019-05-14 15:27:30 -07:00
Lars Brubaker
bba22296aa
Don't set the temp if it is already the temp we want
2019-05-14 15:18:14 -07:00
Lars Brubaker
29ce61e33a
Keep extruders cool at the beginning of the print if the won't be used for longer than
...
the re-heat time.
issue: MatterHackers/MCCentral#5500
Inactive hotend cooldown does not apply at beginning of print
2019-05-14 14:11:37 -07:00
Lars Brubaker
f99fa16fde
making supports have the correct position after expanding
...
issue: MatterHackers/MCCentral#5514
Supports coming out weird
2019-05-14 13:29:24 -07:00
Lars Brubaker
fbdf93a369
Make support columns store their expansion size so they are portable
2019-05-14 13:11:43 -07:00
jlewin
46f5f70d42
Switch back to ID
2019-05-13 18:13:44 -07:00
jlewin
5cbb82a231
Add tab key support for Wizard stages
...
- Issue MatterHackers/MCCentral#5513
Can't tab to activate any step
2019-05-13 15:40:29 -07:00
jlewin
2b8d794232
Add Enter key support for primary/Accept button
...
- Issue MatterHackers/MCCentral#5489
Inconsistent keyboard support in wizard pages
2019-05-13 15:38:53 -07:00
jlewin
1f5bdfcf3b
Fix whitespace
2019-05-13 13:46:48 -07:00
jlewin
209826d504
Use theme.TextColor for tumble cube text
2019-05-13 13:46:48 -07:00
jlewin
a08f097df1
Use this.FinishWizard to exit and complete wizard
...
- Issue MatterHackers/MCCentral#5496
Clicking 'already loaded' on extruder 2 does not make xy calibration
available
2019-05-13 13:46:48 -07:00
jlewin
adb61f29fc
Show leveling solution with new ValueTag control
2019-05-13 13:46:48 -07:00
jlewin
4dbec91283
Fix warnings
2019-05-13 13:46:48 -07:00
jlewin
ed4e52ad45
Revert back to default height
...
- Issue MatterHackers/MCCentral#5492
Irregular field styling
2019-05-13 13:46:48 -07:00
jlewin
df3be5eb2c
Remove custom EditableNumberDisplay, use MHNumberEdit
...
- Issue MatterHackers/MCCentral#5492
Irregular field styling
2019-05-13 13:46:48 -07:00
LarsBrubaker
002570d381
Showing the time to the end of the print
...
Made the ratio complete be based on time
2019-05-13 10:05:07 -07:00
LarsBrubaker
14c4c61a9c
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2019-05-12 10:31:31 -07:00
John Lewin
18d5bf00e7
Emulated windowing system needs to set focus on Show
...
- Issue MatterHackers/MCCentral#5507
Buttons lack tab key support
2019-05-12 09:15:37 -07:00
LarsBrubaker
37cc41ac0a
Report status better
2019-05-12 09:09:52 -07:00
LarsBrubaker
97fd35057b
fixing warnings
2019-05-12 09:09:30 -07:00
John Lewin
8978bae6ed
Add keyboard support to SimpleButton, enable in TextButton
2019-05-12 09:09:20 -07:00
John Lewin
0faa5c8b9c
Only request favicons for known oems
2019-05-11 18:57:33 -07:00
John Lewin
b0a3d9e40f
Allow plugins to register scene operations
2019-05-11 18:57:33 -07:00
John Lewin
20dc2f6bd3
Fix whitespace
2019-05-11 18:57:33 -07:00
John Lewin
8ef1102e87
Add support for themed scene operation icons
...
- Issue MatterHackers/MCCentral#5501
Pinch/curve/fit icons use theme.InvertIcons
2019-05-11 18:57:33 -07:00
John Lewin
c0b7f39fd5
Fix whitespace
2019-05-11 18:57:32 -07:00
LarsBrubaker
f236674d5a
Make sure we clear sample positions on reset to default
2019-05-11 08:21:27 -07:00
LarsBrubaker
22cd9c1fe1
Fix text
...
issue: MatterHackers/MCCentral#5495
Incorrect spacing in single extruder case
2019-05-11 08:20:58 -07:00
LarsBrubaker
4b0d34b39d
fix warnings
2019-05-11 08:20:33 -07:00
LarsBrubaker
7debe57480
Make sure we check for print recovery even if we are connected
...
This code changed so that we are connected before the UI is available.
we still need to check if there is a recovery.
issue: MatterHackers/MCCentral#5423
Automatic connect does not say there is a recovery available when there is
2019-05-11 07:40:30 -07:00