Commit graph

1646 commits

Author SHA1 Message Date
Lars Brubaker
838ee124fd Only timing when the print is printing (not heating)
issue: MatterHackers/MCCentral#3409
Start print time after done heating
2018-07-16 16:34:21 -07:00
LarsBrubaker
b79ed40708 Working to get weighted centering available on image
moving threshold functions to agg
2018-07-13 07:58:59 -07:00
LarsBrubaker
70bf1ea996 fixing agg build 2018-07-13 07:07:37 -07:00
LarsBrubaker
c8bcdc7b44 Removed HasSelection
issue: MatterHackers/MCCentral#3556
Remove deprecated Scene.HasSelection property
2018-07-13 06:55:12 -07:00
John Lewin
685541523b Spelling 2018-07-12 22:49:39 -07:00
John Lewin
b8437cb64b Fix MatterSlice bottom clipping 2018-07-12 15:26:18 -07:00
John Lewin
4520e0c7f0 Invoke executingTasks.Remove on the UI thread, latest MatterSlice 2018-07-12 12:28:22 -07:00
Lars Brubaker
08e84aa725 Latest agg 2018-07-11 14:00:21 -07:00
John Lewin
0d31eb2fae Rename specialized ImageWidgets 2018-07-11 13:39:15 -07:00
John Lewin
3bd0ef8f70 Add underline toggle on hover 2018-07-11 12:18:06 -07:00
LarsBrubaker
d1d71f9603 Making fit to bounds recalculate aabb when matrix changes
issue: MatterHackers/MCCentral#3831
Fit to bounds has bad rotation axis' after being moved
2018-07-11 07:37:43 -07:00
John Lewin
2b3d2d1b5b Underline spaces in addition to words
- Issue MatterHackers/MCCentral#3842
Link text should have single underline rather than per word
2018-07-10 17:18:36 -07:00
Lars Brubaker
0b63ab43aa Removing unused code
updating ms and agg
2018-07-10 10:48:15 -07:00
Lars Brubaker
f39ac55e47 Make cancel work better on ungroup 2018-07-09 16:48:40 -07:00
Lars Brubaker
4e817289dc Make sure markdown line breaks do a line break
Remove warning on Load redefine
2018-07-09 13:59:52 -07:00
Lars Brubaker
230a7862c7 Creating a ImageSequenceWidgetResponsive
Making wrapping work with new responsive widget
issue: MatterHackers/MCCentral#3806
Make images and sequences in Markdown shrink to fit within the bounds when bounds smaller than image
2018-07-09 10:15:03 -07:00
LarsBrubaker
e0e3b915fc allows extra args to be passed to slicer in config file
issue: MatterHackers/MCCentral#3828
ungrouping and slicing shipwrecked benchy results in too long command string
2018-07-08 16:07:33 -07:00
LarsBrubaker
56aa24d768 Made sides of round things camp before bulding
Moved merge rules into  config file
2018-07-08 13:57:56 -07:00
LarsBrubaker
c6f6cd115a Make Ungroup a long running task
Make sure we are ready to report before starting a long running task
issue: MatterHackers/MCCentral#3827
Make ungroup a long running task
2018-07-08 08:30:04 -07:00
Lars Brubaker
789a5a5242 Merge branch 'master' of https://github.com/MatterHackers/MatterControl
# Conflicts:
#	Library/Provider/LibraryProviderFileSystem.cs
2018-07-06 17:40:00 -07:00
Lars Brubaker
f915260ce8 Getting Mirror and Scale into select overflow menu
Took out mirror and scale side bar controls
More state passed to UpdateControls
2018-07-06 17:11:33 -07:00
LarsBrubaker
72ce9b86de Added a Translate command
Made Rotate and FitToBounds Apply and Remove
refactoring
2018-07-06 07:10:39 -07:00
LarsBrubaker
7b96a52902 Make sure the new rotate does not do any translation at all 2018-07-05 21:49:03 -07:00
John Lewin
ee4bf149ad Disable GL lighting for grid lines, use opaque colors
- Issue MatterHackers/MCCentral#3820
GL lighting on part bed is confusing/unhelpful
2018-07-05 15:16:06 -07:00
LarsBrubaker
35cca0c2aa Further improved rotate 2018-06-30 22:57:19 -07:00
LarsBrubaker
a9cf9a93ec Rotate is working much better 2018-06-30 08:36:33 -07:00
LarsBrubaker
3dd94e3dea Rotate is working better 2018-06-30 08:16:21 -07:00
LarsBrubaker
e28c1c8e43 Change order of operations for applay at positon 2018-06-30 07:01:09 -07:00
John Lewin
907a5a1844 Removed orphaned code 2018-06-29 10:18:36 -07:00
Lars Brubaker
46a23eabcd Make single items also work 2018-06-27 12:52:03 -07:00
Lars Brubaker
212fb4ddf0 Making less rebuilds when loading
Adjusted margin on explore page
Made enum field have consistent styling
2018-06-27 10:33:07 -07:00
LarsBrubaker
eb114b52f5 Changes to print queue mean we don't reverse commands while printing
issue: MatterHackers/MCCentral#3760
Cancel G-Code commands are sent in wrong order
2018-06-25 21:46:00 -07:00
LarsBrubaker
5251839dee Making Pinch and Curve sort vertices after changing them
issue: MatterHackers/MCCentral#3766
pinch leaves mesh in a bed state
2018-06-25 21:10:04 -07:00
Lars Brubaker
1b572d0639 Get gifs working in markdown
Made theme default to dark blue
Made folders start out open
Fixed image converter
Fixed braille
2018-06-25 17:14:08 -07:00
LarsBrubaker
1f3b910615 Making markdown widget jump around less 2018-06-24 09:47:39 -07:00
LarsBrubaker
f1624cf2a3 Reducing number of layouts
Putting in more code to track layouts

// changes to reload all with settings up
// start (Layout Calls)
19182

// making more code do LayoutLock()
19016
19014
17988
// LayoutEngineSimpleAlign line 202
// only layout parent and child once
17911
17195
2018-06-24 08:54:44 -07:00
LarsBrubaker
2a19f3cae4 Make the histogram update when the function is changed 2018-06-23 23:38:19 -07:00
John Lewin
20b612f9e0 Add seemingly functional Markdown link support
- Issue MatterHackers/MCCentral#3726
2018-06-23 10:24:21 -07:00
Lars Brubaker
0afddd0531 Made help system use markdown
Made a markdown widget to reuse in help system
refactoring wpf to agg
2018-06-22 18:59:50 -07:00
Lars Brubaker
a7111987f4 Got the default mark down text to wrap
issue: MatterHackers/MCCentral#3722
Make text wrapping work in mark down
2018-06-22 14:11:00 -07:00
Lars Brubaker
9f00ccad38 Putting phil into calibration parts
issue: MatterHackers/MCCentral#3689
Organize 'Calibration Parts' Folder
2018-06-22 14:10:59 -07:00
Lars Brubaker
44348c54da latest agg 2018-06-22 09:17:59 -07:00
LarsBrubaker
8762358bde Getting mark down to look more like sample site 2018-06-22 07:57:25 -07:00
LarsBrubaker
e9e55f874e Making Object3D classes consistent
issue: MatterHackers/MCCentral#3702
Consider adding 'Object3D' suffix to Object3D types or use consistent format
2018-06-21 21:03:13 -07:00
Lars Brubaker
996f8fdc68 latest agg with mesh memory improvements 2018-06-21 18:22:30 -07:00
Lars Brubaker
ffa065f3b8 latest agg 2018-06-21 16:44:22 -07:00
LarsBrubaker
4b9a427d45 Put in the ability for double edit fields to respond to value changes
In the curve tool we change the diameter of the curve and the editor was
not updating to show the new value. Now it is.
2018-06-21 07:45:08 -07:00
John Lewin
7f93da2a0d Simplify 2018-06-20 21:11:38 -07:00
Lars Brubaker
70ccd7c8c1 Make sure we only check the image when the image has changed 2018-06-20 17:58:42 -07:00
LarsBrubaker
ec28305b56 Improving suspend and resume rebuild 2018-06-20 17:21:37 -07:00