Lars Brubaker
|
bd9f985c3a
|
Merge pull request #3097 from larsbrubaker/design_tools
Make the minimum window height 480
|
2018-03-20 12:34:29 -07:00 |
|
Lars Brubaker
|
a0afbe4a29
|
Make the minimum window height 480
Made more controls able to scale down
- color swatch
- tumble control
- default button height
|
2018-03-20 09:34:22 -07:00 |
|
Lars Brubaker
|
2e54d2b4ef
|
Merge pull request #3095 from larsbrubaker/design_tools
Removing ImageAsset adding ImageObject3D
|
2018-03-19 18:40:08 -07:00 |
|
Lars Brubaker
|
3a4f249416
|
Removing ImageAsset adding ImageObject3D
added image editor
using image editor for public property editor
added ring object
|
2018-03-19 18:29:47 -07:00 |
|
Lars Brubaker
|
ac017077f3
|
Merge pull request #3094 from larsbrubaker/design_tools
Added Portuguese
|
2018-03-19 14:33:37 -07:00 |
|
Lars Brubaker
|
03d4954736
|
Added Portuguese
|
2018-03-19 14:07:25 -07:00 |
|
Lars Brubaker
|
c1587b868b
|
Merge pull request #3092 from larsbrubaker/design_tools
Make sure we always show the printing window
|
2018-03-19 12:27:49 -07:00 |
|
Lars Brubaker
|
7d1e4969ad
|
Make sure we always show the printing window
|
2018-03-19 11:45:40 -07:00 |
|
Lars Brubaker
|
5896d1f345
|
Merge pull request #3091 from larsbrubaker/design_tools
Latest agg
|
2018-03-19 10:12:46 -07:00 |
|
Lars Brubaker
|
fd9c81982b
|
Latest agg
|
2018-03-19 10:06:53 -07:00 |
|
Lars Brubaker
|
3d09ee6b3a
|
Merge pull request #3090 from larsbrubaker/design_tools
Got a Package test working
|
2018-03-19 09:36:50 -07:00 |
|
LarsBrubaker
|
6e5674a279
|
Merged Arrange and Align
First pass on Bake and Remove for FitToBounds
|
2018-03-19 09:27:15 -07:00 |
|
LarsBrubaker
|
0e0d2bf4f7
|
Got a Package test working
Made arrange handle rebuilding children better
Added Descendants<T>
Renamed lots of stuff
|
2018-03-18 08:47:20 -07:00 |
|
Lars Brubaker
|
76008d793f
|
Merge pull request #3089 from larsbrubaker/design_tools
Added new fit to bounds
|
2018-03-18 07:46:04 -07:00 |
|
LarsBrubaker
|
bf18085e89
|
Added new fit to bounds
This should allow use objects like card holder alignment
made aabb rendering more generic
Added editor draw to objects
|
2018-03-17 20:53:36 -07:00 |
|
Lars Brubaker
|
78f73597c5
|
Merge pull request #3088 from jlewin/design_tools
Always construct view options, conditionally construct GCode details
|
2018-03-17 15:29:41 -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 |
|
Lars Brubaker
|
4052e76eea
|
Merge pull request #3087 from jlewin/design_tools
Fix STL export
|
2018-03-17 08:09:09 -07:00 |
|
John Lewin
|
c49df8572d
|
Fix STL export
- Issue MatterHackers/MCCentral#2857
Export to STL fails
|
2018-03-17 00:07:34 -07:00 |
|
Lars Brubaker
|
4265fde99d
|
Merge pull request #3086 from jlewin/design_tools
Make radio menus interactive
|
2018-03-16 18:16:41 -07:00 |
|
John Lewin
|
874e9641e3
|
Restore "Show Bed/Print Area" menu items in GCode views
|
2018-03-16 17:45:48 -07:00 |
|
John Lewin
|
5d75a6bc17
|
Make radio menus interactive
|
2018-03-16 17:45:48 -07:00 |
|
John Lewin
|
20d6628b82
|
Extract "Show Bed/Print Area" menu items for reuse
|
2018-03-16 17:45:48 -07:00 |
|
John Lewin
|
d722988f5a
|
Remove logging
|
2018-03-16 17:45:47 -07:00 |
|
Lars Brubaker
|
c711b50536
|
Merge pull request #3085 from larsbrubaker/design_tools
Getting in new affiliate codes for matterhackers.com
|
2018-03-16 15:53:23 -07:00 |
|
Lars Brubaker
|
77e2a49c75
|
Getting in new affiliate codes for matterhackers.com
|
2018-03-16 15:44:59 -07:00 |
|
Lars Brubaker
|
8f9343726e
|
Merge pull request #3084 from larsbrubaker/design_tools
Improved printer import experience (mad simpler)
|
2018-03-16 15:42:58 -07:00 |
|
Lars Brubaker
|
1d6c3e68da
|
Improved printer import experience (mad simpler)
|
2018-03-16 15:14:23 -07:00 |
|
Lars Brubaker
|
e2229bbd56
|
Merge pull request #3083 from larsbrubaker/design_tools
Made subtract and replace ensure contrast with the inserted part
|
2018-03-15 22:24:24 -07:00 |
|
LarsBrubaker
|
1a63c26a83
|
Made subtract and replace ensure contrast with the inserted part
|
2018-03-15 19:19:21 -07:00 |
|
Lars Brubaker
|
d9290616c9
|
Merge pull request #3082 from jlewin/design_tools
Menu overflow should show both enabled and disabled menu items
|
2018-03-15 18:19:59 -07:00 |
|
John Lewin
|
dab958b552
|
Fix typo in API, rename StaticData.OpenStream
- Issue MatterHackers/MCCentral#2947
|
2018-03-15 16:12:07 -07:00 |
|
John Lewin
|
963643c860
|
Menu overflow should show both enabled and disabled menu items
- MatterHackers/MCCentral#2931
|
2018-03-15 16:04:19 -07:00 |
|
Lars Brubaker
|
634d5223d5
|
Merge pull request #3081 from larsbrubaker/design_tools
Took out ActiveEditor property
|
2018-03-15 10:12:05 -07:00 |
|
Lars Brubaker
|
035c6a1922
|
Took out ActiveEditor property
|
2018-03-15 10:04:13 -07:00 |
|
Lars Brubaker
|
230aeca9a5
|
Merge pull request #3080 from larsbrubaker/design_tools
Improving leveling done message
|
2018-03-15 10:01:09 -07:00 |
|
Lars Brubaker
|
c0033f6ab0
|
Improving leveling done message
|
2018-03-15 09:28:31 -07:00 |
|
Lars Brubaker
|
aa9261a1db
|
Merge pull request #3079 from larsbrubaker/design_tools
putting back in banner
|
2018-03-14 18:03:59 -07:00 |
|
Lars Brubaker
|
edaa965ade
|
putting back in banner
|
2018-03-14 17:55:52 -07:00 |
|
Lars Brubaker
|
6b5859e76b
|
Merge pull request #3078 from jlewin/design_tools
Use ViewMode property instead of gcode3DWidget.Visible
|
2018-03-14 17:51:36 -07:00 |
|
Lars Brubaker
|
1334da5c52
|
Merge branch 'design_tools' into design_tools
|
2018-03-14 17:45:25 -07:00 |
|
Lars Brubaker
|
b38aeeceb9
|
Merge pull request #3077 from larsbrubaker/design_tools
Build orthographic thumbnails for large content
|
2018-03-14 17:45:12 -07:00 |
|
Lars Brubaker
|
afc02fdfd6
|
Merge branch 'design_tools' into design_tools
|
2018-03-14 17:35:03 -07:00 |
|
John Lewin
|
00b548a820
|
Use ViewMode property instead of unrelated GCodePanel visibility
|
2018-03-14 17:14:51 -07:00 |
|
John Lewin
|
3393f196a2
|
Change GCodePanel accessibility, move init logic to PrinterTabPage
|
2018-03-14 17:14:51 -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
|
c5977bf3f4
|
Revise naming for clarity
|
2018-03-14 17:14:50 -07:00 |
|
John Lewin
|
fa099d0a72
|
Only render 3D GCode if in PartViewMode.Layers3D
- Issue MatterHackers/MCCentral#2934
GCode render features appearing in Model view
|
2018-03-14 17:14:50 -07:00 |
|
John Lewin
|
f0b4a82418
|
Avoid showing empty popups
- MatterHackers/MCCentral#2933
Empty popup windows can never be closed, prevent further popups
|
2018-03-14 17:14:49 -07:00 |
|