John Lewin
7350cd3e63
Use instance rather than static value
2018-04-24 13:35:22 -07:00
Lars Brubaker
b5edf403ba
Put in a quick pass at some help text.
2018-04-24 10:15:01 -07:00
John Lewin
607d282bb2
Make unique icon for 'new part', revise icons
2018-04-24 08:55:05 -07:00
John Lewin
4594470f8c
Don't offer printer plates until printer selected
...
- Issue MatterHackers/MCCentral#3193
Goal: help user get a printer selected (when multiple printers)
2018-04-24 08:54:29 -07:00
John Lewin
a97319aab6
Remove redundant code
2018-04-24 08:11:24 -07:00
Lars Brubaker
6c1c8bf8bd
Fixing gcode change layer with arrow keys
2018-04-23 18:48:17 -07:00
Lars Brubaker
e0f32a0ab1
Make sure we still go up and down in gcode view
2018-04-23 18:35:41 -07:00
Lars Brubaker
1fc2ee9e38
Make it so we don't rotate the 3d view when on the gcode view
2018-04-23 17:03:19 -07:00
Lars Brubaker
573995658e
Made the view 3d keys happen when no other control has taken them
2018-04-23 15:02:15 -07:00
Lars Brubaker
eee201fe83
Refactoring
2018-04-21 06:24:56 -07:00
John Lewin
e584ee7284
Reset to model view on plate change
...
- Issue MatterHackers/MCCentral#3194
Selecting a new plate should change the view back to the 3D model view
2018-04-20 14:33:47 -07:00
Lars Brubaker
936c0bce0f
made the create and copy printer buttons icon and to the right of printer selector
2018-04-20 13:56:09 -07:00
Lars Brubaker
72e674c1f3
Getting tests to pass
2018-04-20 12:01:30 -07:00
John Lewin
27b967da2e
Use MipMap for 2D bed image
...
- Issue MatterHackers/MCCentral#3186
2018-04-19 18:16:14 -07:00
John Lewin
9da9f82bcc
Use existing ClearPlate behavior for Empty Bed action
...
- Issue MatterHackers/MCCentral#3190
Unable to slice bed after using new 'Empty Bed' option
2018-04-19 17:43:02 -07:00
John Lewin
c844f9b8e9
Add empty plate actions
2018-04-19 15:54:55 -07:00
John Lewin
f204e80fd9
Remove plus tab button, use fixed Start tab
2018-04-19 15:53:59 -07:00
Lars Brubaker
a421ca2aae
using the bed image on 2d view
...
making bed re-calculate on 2d view
2018-04-19 14:39:55 -07:00
John Lewin
48b7a85de6
Invoke Click rather than changing Checked to ensure event fires
...
- Issue MatterHackers/MCCentral#3171
Something got messed up with baby stepping on this print
2018-04-19 13:27:40 -07:00
Lars Brubaker
f5573a6c79
Make it at least choose from the list randomly
2018-04-19 10:00:20 -07:00
Lars Brubaker
ad95ada82c
Adding in bits to support new feed (has a list of banners)
2018-04-19 09:44:59 -07:00
John Lewin
ec760353fa
Resolve failing tests due to assumed default Part tab
...
- Issue MatterHackers/MCCentral#3173
2018-04-19 08:02:31 -07:00
LarsBrubaker
b04d9c88fc
made the + tab have an above and a below feed
...
Made the feed layout better
2018-04-19 07:07:46 -07:00
Lars Brubaker
b661b41baf
Working on new help system
2018-04-18 17:04:37 -07:00
Lars Brubaker
c63173f199
Moving all user settings test strings into UserSettingsKey
...
prototyping user tips system
2018-04-18 14:38:21 -07:00
John Lewin
9f9ff1b945
Revise tab pill width
2018-04-18 13:51:48 -07:00
John Lewin
f748d2ec95
Ensure MH icon is oem fallback, make common favicon url helper
2018-04-18 12:57:59 -07:00
John Lewin
f4c7624fbb
Never clear LastPrinterID on tab close
2018-04-18 12:57:59 -07:00
John Lewin
462c88c2dc
Add printer/plate prototype to new tab page
2018-04-18 12:57:58 -07:00
Lars Brubaker
3a26b12f22
Got the view to be off center
...
Made the gcode panel and the model panel match sizes
The vanishing point can be moved in x
2018-04-18 09:37:02 -07:00
John Lewin
bdfc170767
Use minimal shade for Explorer actions
2018-04-17 09:06:22 -07:00
John Lewin
0d6cdf91f3
Use common rather than custom thumbnail tile color
...
- Issue MatterHackers/MCCentral#3152
Thumbnail tiles should use common color
2018-04-17 09:06:22 -07:00
John Lewin
2688e1a0a8
Move redeem operations into user menu
...
- Issue MatterHackers/MCCentral#3104
Move Redeem operations into the User pulldown
2018-04-15 14:46:50 -07:00
John Lewin
507e04def6
Invert menu icon on dark themes
...
- Issue MatterHackers/MCCentral#3114
Overflown search icon is incorrect on dark themes
2018-04-15 14:14:01 -07:00
John Lewin
081fb1ce59
Ensure tool panels are disabled until scene item selection
...
- Issue MatterHackers/MCCentral#3128
On startup, without selection, model sidebar panels should be disabled
2018-04-15 13:54:15 -07:00
John Lewin
c13c6bbe7b
Move ApplyBoxStyle extension method into theme, use local theme refs
2018-04-14 21:13:59 -07:00
John Lewin
be71743435
Add scaling to TabButtonHeight and improve naming
2018-04-14 21:12:29 -07:00
John Lewin
e75963ce94
Add support for simple text radio buttons, remove micro button factories
...
- Duplicate and customize RadioIconButton into RadioTextButton
- Remove MicroButton and MicroButtonMenu factories
- Add CreateMicroRadioButton helper method to theme
- Convert extruder popup panels to use RadioTextButtons
- Convert Controls -> Extruder panel to use RadioTextButtons
2018-04-14 21:12:29 -07:00
LarsBrubaker
d23a8d6502
Fixing compiler warning
2018-04-14 14:34:17 -07:00
John Lewin
ea88635352
Set user supplied name
...
- Issue MatterHackers/MCCentral#3118
Save As from Bed menu doesn't save file name
2018-04-13 17:34:47 -07:00
John Lewin
e7bf28d770
Simplify
2018-04-13 12:33:16 -07:00
John Lewin
1eb125eb97
Remove dead code
2018-04-13 12:33:15 -07:00
John Lewin
e2f5ac1d6a
Improve TagContainer overlay opacity on light themes
2018-04-13 12:33:15 -07:00
John Lewin
64eb8b3a0c
Reduce spacing
2018-04-13 12:33:15 -07:00
John Lewin
6d2e9a0883
Use native borders
2018-04-13 12:33:15 -07:00
John Lewin
8a35b89501
Remove bottom margins
2018-04-13 12:33:15 -07:00
John Lewin
63c414adc4
Remove border from last item
2018-04-13 12:33:15 -07:00
John Lewin
7f62ce801d
Fix borders on Advanced SectionWidget
2018-04-13 12:33:15 -07:00
John Lewin
1c5e69ced6
Revise margin on Advanced SectionWidget
2018-04-13 12:33:15 -07:00
John Lewin
178708526b
Extract border helper from PrintPopupButton, reuse in heater popups
2018-04-13 12:33:15 -07:00