Lars Brubaker
138407e21a
Mesh wrapper working much better (pinch and bend working better)
...
Changing Rebuilding to Suspend and Resume rebuilding
Made visible meshes return only the object not the object and mesh (mesh is on object)
Put in some debugging
2018-05-29 17:50:39 -07:00
LarsBrubaker
8c1e79dcf0
Move import settings to settings section
...
Moved export to bottom to create more distiction of import presets and export all
issue: MatterHackers/MCCentral#3451
Feature Request: Import/Export material profiles
2018-05-26 11:59:22 -07:00
John Lewin
a58089f71a
Add prototype for SliceSetting section enable/disable
...
- Issue MatterHackers/MCCentral#3398
Consider promoting section toggle fields to section header/toolbars
2018-05-17 18:26:46 -07:00
John Lewin
a9cf85d291
Remove ParseDoubleFromRawValue helper, use GetValue<double>(key)
2018-05-17 11:00:52 -07:00
Tyler Anderson
92c015ff18
Added toggles for brim and skirt
2018-05-17 10:46:37 -07:00
Lars Brubaker
fbd4f9e219
Improved GlyphTranslator
...
Added true type fonts
Refactored VertexStorage data types
Shortened FlagsAndComamand enum names
2018-05-15 15:06:40 -07:00
John Lewin
0ab83d9a92
More consistent GCode SectionWidget styling
2018-05-15 08:42:56 -07:00
Lars Brubaker
611874275e
Cleaning up some bad code around small gcode data
2018-05-11 16:59:22 -07:00
John Lewin
7731b0b4fd
Revise naming for clarity
2018-05-08 17:24:14 -07:00
John Lewin
5844908edf
Move ActiveTheme state into user settings from printer
...
- Issue MatterHackers/MCCentral#3328
2018-05-08 17:24:14 -07:00
John Lewin
9aa8bb80b1
Remove helper method
2018-05-07 09:47:49 -07:00
Lars Brubaker
75a31a6ccd
Added the ability to get physical memory
...
Refactoring
removing some dead code
2018-05-04 09:45:14 -07:00
John Lewin
885b027ac4
Fix build error
2018-05-03 10:49:47 -07:00
John Lewin
e42bc4369b
Initial conversion of ContactFormWidget to DialogPage
2018-05-03 06:49:25 -07:00
John Lewin
7847c1e574
Use consistent Click/RunOnIdle/async pattern for empty plate buttons
2018-04-30 07:14:20 -07:00
LarsBrubaker
553e822e56
Added level sample cache
...
Added 100 point disk
2018-04-28 16:59: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
John Lewin
aa46c7e899
Fix icon size
...
- Issue MatterHackers/MCCentral#3199
Unexpected icon size
2018-04-23 16:07:49 -07:00
John Lewin
b94ef9d43f
Clear ActivePrinters list before Add, remove 16 minute delay
...
- Issue MatterHackers/MCCentral#3197
QualitySettingsStayAsOverrides test failing due to failure to switch
to selected printer
2018-04-23 13:52:28 -07:00
John Lewin
01aa342a88
Only draw if required
2018-04-20 14:33:47 -07:00
John Lewin
925146f0f6
Simplify
2018-04-20 14:33:46 -07:00
John Lewin
319979b2ed
Fix icon margins in droplist control
...
- Issue MatterHackers/MCCentral#3183
2018-04-19 18:12:14 -07:00
John Lewin
df55dbb574
Extract LoadPrinter from LoadPrinterOpenItem
2018-04-19 17:40:55 -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
9279c1fb5e
Setting ToolTipText = ToolTipText = "Home X, Y, Z" set the child and the parent
2018-04-18 12:03:12 -07:00
John Lewin
f160f7e5ab
Move event bindings to constructor bottom
2018-04-17 08:14:08 -07:00
John Lewin
ce6c9d10fa
Use softer and more consistent technique to indicate preset color
...
- Issue MatterHackers/MCCentral#3151
Revise preset selector styling
2018-04-17 08:12:05 -07:00
John Lewin
267f683e9c
Consolidate differing widget colors into single shared instance
...
- Issue MatterHackers/MCCentral#3150
Indicator colors differ
2018-04-16 20:31:46 -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
18147ea5a6
Collapse subgroup helper method into caller, fix first/last borders
...
- Issue MatterHackers/MCCentral#3127
Missing slice setting row borders after first/last row modifications
2018-04-14 21:12:28 -07:00
John Lewin
34fcf9e7f7
Move firstRow designation from subgroup to group
...
- Issue MatterHackers/MCCentral#3127
Missing slice setting row borders after first/last row modifications
2018-04-14 21:12:28 -07:00
John Lewin
40918afe82
Remove unused subgroup heading implementation
2018-04-14 21:12:28 -07:00
Lars Brubaker
b7faf17269
Took out cura and slic3r mapping classes
...
improved fan settings
put in enable disable fan
2018-04-14 13:15:27 -07:00
John Lewin
07d9cd1a91
Remove coupling to Checkbox, build key outside loop for clarity
...
- Issue MatterHackers/MCCentral#3119
Network printing toggle switch has no effect
- Issue MatterHackers/MCCentral#3120
Enabling Network Printing fails to set driver_type to tcpip
2018-04-13 12:38:40 -07:00
John Lewin
178708526b
Extract border helper from PrintPopupButton, reuse in heater popups
2018-04-13 12:33:15 -07:00
John Lewin
5352224e57
Revise border strengths
2018-04-13 12:33:15 -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
John Lewin
fccad90662
Remove custom layout for non-ShowAsOverride settings
...
- Issue MatterHackers/MCCentral#3094
Connect section should not use custom layout
2018-04-12 07:58:09 -07:00
John Lewin
73ecabe8d8
Use native borders
2018-04-12 07:58:09 -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
bd3db106b0
Prefer local reference to static
2018-04-07 22:53:34 -07:00
John Lewin
b236fdf53c
Remove unused property, pass value directly
2018-04-07 22:53:34 -07:00
John Lewin
145bf18389
Remove remaining traces of SliceSettings -> Show Help
2018-04-07 22:53:34 -07:00
John Lewin
9c00f026c0
Restore icon for Add menu item, improve icon support in MenuItem
...
- Render non-enabled menu icons with new lazy DisabledImage property
- Move SettingsRow into CustomWidgets namespace
2018-04-07 11:07:38 -07:00
John Lewin
b24053a285
Only add override indicators if no icon or gutter
2018-04-06 16:33:19 -07:00
John Lewin
f754ffb8cc
Remove separator border from last row in group
2018-04-06 15:14:22 -07:00
John Lewin
2340ae872e
Remove anonymous block
2018-04-06 15:14:21 -07:00
John Lewin
b0dd4ed5e2
Ensure null, not empty string, is set
2018-04-06 15:14:21 -07:00
John Lewin
a07a459b13
Restore dropped localization
2018-04-06 15:14:21 -07:00