Commit graph

28 commits

Author SHA1 Message Date
John Lewin
cc49238e0b Add scrollable widget around GCodeDetails
- Issue MatterHackers/MCCentral#3361
GCode details window is not scrollable
2018-05-16 12:06:53 -07:00
John Lewin
0ab83d9a92 More consistent GCode SectionWidget styling 2018-05-15 08:42:56 -07:00
John Lewin
b110de1de3 Use single instance 2018-05-15 07:58:54 -07:00
John Lewin
41abf42ce1 Use common row style layout for GCode details
- Issue MatterHackers/MCCentral#3375
Consider more consistent display style
2018-05-15 07:56:21 -07:00
Lars Brubaker
c2d2509195 Got the per layer info to show up in gcode view
Fixed bugs with gcode parsing
Moved classes into separate files
2018-05-08 15:19:29 -07:00
John Lewin
63c414adc4 Remove border from last item 2018-04-13 12:33:15 -07:00
John Lewin
70f7cbb55f Refine padding under new layout 2018-04-06 15:14:21 -07:00
John Lewin
2682c73021 Remove printer dependencies from non-printer contexts 2018-04-05 18:46:31 -07:00
John Lewin
2d6d6e5c6c Revise button container right margin 2018-04-05 16:02:54 -07:00
John Lewin
64a96dd7ff Add new toggle switch style 2018-04-05 15:54:12 -07:00
John Lewin
54fe713d7d Add simple toggle buttons for view options 2018-04-05 15:52:18 -07:00
John Lewin
b174c17ee0 Move event listener logic into widget owning the behavior 2018-03-17 09:20:48 -07:00
John Lewin
ba23a09989 Always construct view options, conditionally construct GCode details
- Issue MatterHackers/MCCentral#2915
GCode View options should be created in constructor
2018-03-17 09:20:47 -07:00
John Lewin
8b5d05ed93 Revise naming for clarity
- GCode3DWidget is no longer what the name suggests
2018-03-14 17:14:51 -07:00
John Lewin
5fb26cb024 Add color/model view toggles to GCode Options panel 2018-02-18 11:10:09 -08:00
John Lewin
872b716d77 Add GCode options as SectionWidget panel 2018-02-18 10:59:49 -08:00
John Lewin
c311f58fcf Simplify, set HAnchor to Stretch 2018-02-16 18:47:07 -08:00
John Lewin
bd8b9b4464 Revise ApplyBoxStyle params 2018-02-10 00:11:20 -08:00
John Lewin
ca626efee1 Improve styling of GCode details panels
- Issue MatterHackers/MCCentral#2812
2018-02-09 22:51:18 -08:00
John Lewin
5c76436fb5 Add prototype for user driven GCode coloring mode
- Issue MatterHackers/MCCentral#2793
Non-speed rendering should avoid using colors from the speeds table
- Issue MatterHackers/MCCentral#2792
Speeds legend should only be visible when Speed rendering is enabled
2018-02-09 21:51:06 -08:00
John Lewin
fbb6b5667f Use theme styling 2018-01-10 18:55:42 -08:00
John Lewin
0173d42777 Constructed GCodeRenderInfo instance should use current ActiveLayerIndex
- Clip to current LayerCount if now smaller
- Issue MatterHackers/MCCentral#2497
Maintain GCode layer position across ReloadAll/Slice operations
2017-12-24 10:44:25 -08:00
John Lewin
75fd2e9281 Improve overlay positions 2017-11-27 17:44:12 -08:00
John Lewin
c87b879be9 Use more opaque background colors on scene overlays
- Issue MatterHackers/MCCentral#2308
Overlays have inconsistent readability due to transparency
2017-11-27 16:41:52 -08:00
John Lewin
f8c784af31 Reuse SectionWidget for Printer Controls, revert bold fonts 2017-10-31 18:04:57 -07:00
Lars Brubaker
8d1fecab8c Changed RGBA_Bytes -> Color 2017-10-31 11:43:25 -07:00
John Lewin
7979160cf5 Remove ReloadAdvancedControlsPanel, AdvancedControlsPanelReloading
- Issue MatterHackers/MCCentral#1615
 ReloadAdvancedControls should be broken out into ReloadSettings
 and ReloadX?
2017-10-30 16:52:41 -07:00
John Lewin
93853d90cd Rename type for consistency 2017-10-30 08:20:13 -07:00
Renamed from PartPreviewWindow/ViewGcodeBasic.cs (Browse further)