John Lewin
c3b60199bb
Fix typo
2018-05-16 12:09:22 -07:00
John Lewin
741ef7a106
Restore Android only using statement
2018-05-10 15:15:49 -07:00
John Lewin
da8b841292
Spelling
2018-05-09 20:40:33 -07:00
Lars Brubaker
ce5ad5f687
Updated animation callback
...
Working on fixed string
2018-05-04 13:48:06 -07:00
Lars Brubaker
27b1e31ac5
Working on fit to bounds having radial option (image coin support)
...
Make default names and colors for all primitives
Improving public property editor context so we can show many at the same time
fixed spelling
2018-05-02 10:59:19 -07:00
Lars Brubaker
81e1cfd328
better position
2018-04-30 09:37:04 -07:00
Lars Brubaker
6387c72cb6
Make the 100 radial loops start at better positions
2018-04-30 09:34:42 -07:00
LarsBrubaker
553e822e56
Added level sample cache
...
Added 100 point disk
2018-04-28 16:59:39 -07:00
LarsBrubaker
685c4dd759
took out some debugging
2018-04-28 13:38:38 -07:00
LarsBrubaker
05c4b75871
Getting leveling triangle lookup to have a cache
2018-04-28 13:35:39 -07:00
Lars Brubaker
a3903be868
Made animation speed be right
...
Put in 10 x 10 grid
2018-04-27 18:28:59 -07:00
Lars Brubaker
d1629c9433
Put colors back on primitives
...
Added 'Advanced' to more primitives
Removed redundant primitives
2018-04-26 14:58:45 -07:00
John Lewin
db9e000f65
Add tool tip text to leveling and probe calibration buttons
...
- Issue MatterHackers/MCCentral#3207
2018-04-23 17:25:01 -07:00
John Lewin
925146f0f6
Simplify
2018-04-20 14:33:46 -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
4618c46fc4
Remove MoveButton factory, use TextButton
2018-04-15 11:30:14 -07:00
John Lewin
b1cc3fe5ac
Remove WizardButton factory
2018-04-14 21:13:59 -07:00
Lars Brubaker
fd713d5616
Limit MH Number edit to 3 decimal places.
2018-04-12 17:31:21 -07:00
John Lewin
75beb79a2a
Fix Android only conditional block
2018-04-12 15:11:42 -07:00
John Lewin
f8a15c3b96
Convert static icons to instance, use theme colors
2018-04-12 13:18:28 -07:00
John Lewin
37a0b64b02
Use dedicated theme for menus, prefer theme colors over explicit refs
...
- Revise icon loader to take an Invert bool instead of custom enum
- Remove icon loader static ref to ActiveTheme.Instance
- Pass contextual theme.InvertIcons for theme specific invert behavior
2018-04-12 13:17:17 -07:00
Lars Brubaker
3091a719ee
Made RoundedToggleSwitch play mouse down animation
...
Made UiThread SetInterval return a RunningInterval
Added EaseIn EaseOut and EaseInOut to agg_basics
2018-04-11 17:36:03 -07:00
Lars Brubaker
7ba5517c70
Fixed bug with showing bed rather than extruder temp
...
changed extruder to nozzle
2018-04-11 12:53:07 -07:00
Lars Brubaker
b16328df27
Created a new animation object
...
got the spinner to use it
refactored graphics2D -> Graphics2D in DrawEventArgs
updated (c)
2018-04-11 10:22:17 -07:00
Lars Brubaker
d4ac2884b6
Leveling is way better and more dynamic
...
Pages can take dependencies on the previous page data
2018-04-10 17:59:27 -07:00
Lars Brubaker
4cb61563d3
Making hot end heat up before probing the bed with the tip
...
Refactoring - moving classes to individual files
2018-04-10 14:41:21 -07:00
John Lewin
8322cd092d
Disable camera on desktop
...
- Issue MatterHackers/MCCentral#3051
Camera Monitoring should only be visible if system supports it
2018-04-09 18:11:14 -07:00
Lars Brubaker
ffc9afb311
Reporting heating bed and extruder in long running tasks
2018-04-09 15:54:56 -07:00
Lars Brubaker
3d1a8487c6
Fixing leveling theme colors
2018-04-09 12:23:06 -07:00
John Lewin
bd3db106b0
Prefer local reference to static
2018-04-07 22:53:34 -07:00
John Lewin
8b969f31a4
Move default from UI layer to model property
...
- Issue MatterHackers/MCCentral#3052
Default to ray traced icons on desktop
2018-04-07 15:50:42 -07:00
John Lewin
20b2252ef0
Use IconButton/TextButton
2018-04-07 14:59:07 -07:00
John Lewin
27ceaa1635
Remove ButtonFactory indirection, directly reference theme instances
2018-04-07 14:59:07 -07:00
John Lewin
dafaa9f8ba
Remove dead code
2018-04-07 08:45:06 -07:00
John Lewin
88b90ae864
Remove unused local reference
2018-04-07 08:34:07 -07:00
John Lewin
b7d0332898
Convert AdjustmentControls to use SettingsRow
2018-04-06 17:36:16 -07:00
Lars Brubaker
eb228f103e
Add tool tip text to leveling wizard
2018-04-06 17:12:28 -07:00
John Lewin
1728ef6a1f
Convert to use SettingsRow
2018-04-06 16:57:47 -07:00
John Lewin
639ad41cf8
Add HelpText, remove background color
2018-04-06 16:09:11 -07:00
John Lewin
5b6726e4f2
Use ImageWidget for non-actionable icons
2018-04-06 16:08:43 -07:00
John Lewin
af00c7bd1a
Revise padding and borders in brand menu
2018-04-06 15:14:22 -07:00
John Lewin
f29c8458fe
Reuse new SettingsRow type as base for SettingsItem
2018-04-06 15:14:21 -07:00
Lars Brubaker
d3818471c5
Made probe calibration happen automatically if required
2018-04-06 14:59:09 -07:00
John Lewin
bdbfb10d37
Use theme color
...
- Issue MatterHackers/MCCentral#3048
Wrong theme colors
2018-04-06 13:27:09 -07:00
John Lewin
8dfeeac3cd
Finish switch to new toggle controls
...
- Issue MatterHackers/MCCentral#3043
Remove current ToggleSwitch factory to resolve differing types
2018-04-06 13:26:17 -07:00
Lars Brubaker
0e6fb3f420
Put in the cog for leveling calibration
2018-04-06 11:49:08 -07:00
John Lewin
64a96dd7ff
Add new toggle switch style
2018-04-05 15:54:12 -07:00
Lars Brubaker
46d076fc66
Refactoring print <-> setup... button to have better state
2018-04-05 13:55:23 -07:00
John Lewin
ac3982c9d5
Fix spelling
2018-04-04 15:58:57 -07:00
Lars Brubaker
83a7d49e32
Make sure we don't sample off the bed
...
reorder 7 and 13 point leveling probe positions
issue: MatterHackers/MCCentral#1821
Improvements to leveling process
2018-04-04 14:58:20 -07:00