Commit graph

1590 commits

Author SHA1 Message Date
Lars Brubaker
c2adfbc48f Cleaned up bug with union and intersection editor re-doing work
Made drawing selection optional
2018-03-06 14:53:21 -08:00
Lars Brubaker
5e28275d75 Compile and continue needed to save 2018-03-05 10:24:26 -08:00
Lars Brubaker
bf75402d8c Check for transparent textures on render 2018-03-05 10:19:28 -08:00
Lars Brubaker
05077c4e45 Make it possible to import to current profile or new preset 2018-02-28 16:33:22 -08:00
John Lewin
0657611a73 Add sorting fields
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 17:38:47 -08:00
Lars Brubaker
1ebbc4ab39 Fixed rendering problem with holes. 2018-02-27 10:13:35 -08:00
John Lewin
4d961e7b2c Increase wheel scroll amount
- Issue MatterHackers/MCCentral#2850
Scroll wheel is nearly useless on NewTabPage
2018-02-26 16:40:29 -08:00
Lars Brubaker
d6a50e3956 Improving STL export
Getting more MatterCad scripting working
2018-02-23 18:05:32 -08:00
John Lewin
3b26f3aa08 Add library container browsing for MCX items 2018-02-23 14:26:56 -08:00
Lars Brubaker
c8ac16e806 Check the world persistable flag 2018-02-23 13:37:23 -08:00
John Lewin
c2f79bc6ce Fix colors 2018-02-21 18:44:48 -08:00
John Lewin
9e5e1b3772 Revise slider location 2018-02-21 18:44:48 -08:00
Lars Brubaker
859304fd16 Fixed print recovery test
removed the gcode buffer size variable (it didn't work)
2018-02-21 18:15:22 -08:00
John Lewin
300d58f9d0 Collapse PlusTabPage sidebar into content area 2018-02-21 16:42:37 -08:00
John Lewin
a17c49dbe8 Remove banner image 2018-02-21 16:42:37 -08:00
John Lewin
b6a07e409a Move topToBottom widget to constructor 2018-02-21 16:42:37 -08:00
John Lewin
209c05da5c Simplify 2018-02-21 16:42:36 -08:00
John Lewin
465062568a Fix layout issues, add paging support via 'More' button 2018-02-21 16:42:36 -08:00
John Lewin
bf66812dbd Keep heading positioned with reflown content 2018-02-21 16:42:36 -08:00
John Lewin
51eb7dfaf2 Force correct remainingSpace value 2018-02-21 16:42:36 -08:00
John Lewin
81c81dd26e Fix resize/layout/reflow issues with ListView/Explorer controls 2018-02-21 16:42:36 -08:00
John Lewin
d54e317382 Revise long running task title assignment and draw position
- Issue MatterHackers/MCCentral#2737
long running task overlaps title and content
2018-02-20 18:27:52 -08:00
John Lewin
93b580c89a Set MeshViewer as the projection matrix reference
- Resize layerRenderRatioSlider on BoundsChanged
2018-02-20 15:26:29 -08:00
John Lewin
dacb181bcb Remove Color button in favor of Color panel 2018-02-20 15:24:21 -08:00
LarsBrubaker
9068502c00 Getting remove and bake working for mesh wrapper opperations 2018-02-19 16:20:42 -08:00
LarsBrubaker
8a0845da88 Got bake working for mesh wrapper opperation 2018-02-19 14:43:36 -08:00
LarsBrubaker
2af9d6c8f3 Starting work to get MeshWrapperOpperation to do Bake and Remove 2018-02-18 22:42:44 -08:00
John Lewin
1e21d87cd4 Add bottom margin to separate buttons 2018-02-18 11:10:48 -08:00
John Lewin
5fb26cb024 Add color/model view toggles to GCode Options panel 2018-02-18 11:10:09 -08:00
John Lewin
4c8aebad82 Restore "Show Print Bed" option 2018-02-18 10:59:50 -08:00
John Lewin
bbcf61457b Move RenderBed state from widget to model 2018-02-18 10:59:49 -08:00
John Lewin
872b716d77 Add GCode options as SectionWidget panel 2018-02-18 10:59:49 -08:00
John Lewin
34e7c1234b Move scrollbars to InteractionLayer, add split container with splitters
- Add SplitContainer with InterationLayer and ResizeContainers as split
2018-02-18 10:59:49 -08:00
John Lewin
9c3c9582b3 Reduce accessibility of TrackballTumbleWidget, convert to field 2018-02-18 10:59:49 -08:00
John Lewin
07f77a4ba5 Eliminate redundant container 2018-02-18 10:59:49 -08:00
John Lewin
048541dc74 Add missing GCodePanelWidth persistence 2018-02-18 10:59:49 -08:00
John Lewin
b0c6711d78 Simplify, remove conditional border/color 2018-02-18 10:59:49 -08:00
John Lewin
f5287fac1a Add persistent GCode sidebar, add db settings to track width 2018-02-16 18:49:36 -08:00
John Lewin
3d924e012e Fix null reference error 2018-02-16 18:48:41 -08:00
John Lewin
784034f2c6 Simplify 2018-02-16 18:48:24 -08:00
John Lewin
c311f58fcf Simplify, set HAnchor to Stretch 2018-02-16 18:47:07 -08:00
John Lewin
abadb1b030 Simplify, set HAnchor to ensure padding/margin are honored 2018-02-16 18:46:30 -08:00
John Lewin
ecc605f210 Improve slider visibility logic 2018-02-16 15:50:33 -08:00
John Lewin
198c59c247 Improve sync-to-print
- MatterHackers/MCCentral#2835
Unexpected RatioIntoCurrentLayer values
2018-02-16 14:20:15 -08:00
John Lewin
15f37f77e9 Revise spacing 2018-02-16 09:29:54 -08:00
John Lewin
565949e867 Add prototype Color swatch panel 2018-02-15 22:29:47 -08:00
John Lewin
7f7076df5a Add workaround to prevent collapse
- Issue MatterHackers/MCCentral#2836
Layer indicator missing from GCode scollbar
2018-02-15 09:02:49 -08:00
John Lewin
b4c241a754 Remove redundant cast 2018-02-15 08:56:46 -08:00
John Lewin
37cc65cd9d Change Color button to drop styling
- Issue MatterHackers/MCCentral#2830
Inconsistent button styling
2018-02-14 08:08:18 -08:00
John Lewin
643647b700 Rename "Materials Option" -> Materials
- Issue MatterHackers/MCCentral#2811
Inconsistent naming style
2018-02-13 18:35:55 -08:00