Commit graph

986 commits

Author SHA1 Message Date
Lars Brubaker
88fafced01 Making Object3DControls a SafeList 2021-02-25 17:42:31 -08:00
LarsBrubaker
9ff23ae662 Round re-slice button 2021-02-25 07:16:15 -08:00
LarsBrubaker
daa407bf83 improving layout 2021-02-24 23:00:56 -08:00
Lars Brubaker
624ac2db7b Working on printing text 2021-02-24 18:17:14 -08:00
LarsBrubaker
7327fd3e6a Hacky start to moving tabs 2021-02-24 07:54:44 -08:00
LarsBrubaker
1ae2a85a64 start on first help page (index) 2021-02-22 21:48:57 -08:00
Lars Brubaker
3398fea850 Don't arrange non-persist able objects (things like measure tool) 2021-02-17 17:47:48 -08:00
Lars Brubaker
0ad421360c Improving SLA export ui 2021-02-16 17:34:47 -08:00
Lars Brubaker
824823ded9 Adding SLA file library 2021-02-15 12:17:49 -08:00
Lars Brubaker
2026bb220c improving item button logic
fix spelling
2021-02-05 17:52:29 -08:00
LarsBrubaker
a519ec0766 removing discard return 2021-01-31 20:57:33 -08:00
LarsBrubaker
27e3facf02 Don't call remove on image buffer from gl cache.
issue: https://github.com/MatterHackers/MatterControl/issues/4959
2021-01-31 19:19:37 -08:00
Lars Brubaker
1599aa0fd4 Fixed issue with color control
refactoring GuiWidegt
2021-01-29 16:44:47 -08:00
LarsBrubaker
257fa19638 Now we can edit material colors 2021-01-29 08:22:00 -08:00
Lars Brubaker
1c2cc9fbc4 reverting materials color changes 2021-01-28 11:52:52 -08:00
LarsBrubaker
110a4f0246 fix color picker rendering 2021-01-28 08:00:47 -08:00
LarsBrubaker
ba14fe71bc adding html color widget to color picker 2021-01-27 23:12:44 -08:00
Lars Brubaker
515ea27e4f Improving color picker
Working to make materials have a color picker as well
2021-01-27 17:51:53 -08:00
Lars Brubaker
9c2c5e29f6 Improving layout, adding escape to radial control 2021-01-27 13:23:40 -08:00
LarsBrubaker
8721966a3b some work on radial color picker 2021-01-26 22:53:42 -08:00
Lars Brubaker
f6cee3de28 Putting in new color control 2021-01-26 18:05:45 -08:00
Lars Brubaker
9fa1061f1e Making it easier to start a print that will not ask for feedback
Ability to ask what printer an object is on
Starting work on ability to have a button on an object to execute arbitrary code
Cleanup and dead code removal
2021-01-14 15:49:34 -08:00
LarsBrubaker
3257ce4513 Working on cut at plane 2021-01-12 21:03:27 -08:00
Lars Brubaker
81e3cee25f Trying to fix the more button some more 2021-01-06 11:55:34 -08:00
LarsBrubaker
9471cabdf1 Fix menu close 2021-01-06 08:53:49 -08:00
Lars Brubaker
eea33cb561 Put in a 'More" button for simple mode 2021-01-05 17:55:52 -08:00
Lars Brubaker
544ec762c7 Cleaned up the settings view options (made switching fast) 2020-12-30 10:35:47 -08:00
LarsBrubaker
e990ce1fe8 fixing old issues 2020-12-29 08:13:37 -08:00
LarsBrubaker
ff1ea976f3 refactoring 2020-12-29 08:13:36 -08:00
LarsBrubaker
bfe94ef0e5 fixing warnings 2020-12-19 11:45:12 -08:00
LarsBrubaker
885c950653 upgrading more nugets 2020-12-07 07:58:13 -08:00
LarsBrubaker
c7293070f1 add support setting to print menu 2020-11-28 10:21:55 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
Lars Brubaker
0fd5b7a0f9 Moved ImageIO to .net standard 2020-11-24 18:08:49 -08:00
LarsBrubaker
7a08405d55 finishing up gl refactor
fixing typo

issue: MatterHackers/MCCentral#6185
Typo in Re-slice diologue box
2020-11-22 07:50:06 -08:00
Lars Brubaker
72ea164f11 add new application icon for GLFW 2020-11-18 15:18:32 -08:00
Lars Brubaker
4784508d77 Improving Set Temperature usability
Added Set Temperature test
2020-11-17 12:11:42 -08:00
LarsBrubaker
fa8dd5c5b4 Make sure we don't rebuild during clone 2020-11-17 07:55:49 -08:00
LarsBrubaker
a84805e164 Added temp tower to calibration folder
issue: MatterHackers/MCCentral#6123
Create a temperature calibration object
2020-11-15 17:03:28 -08:00
LarsBrubaker
975c9294ca Adding change temp object
issue: MatterHackers/MCCentral#6123
Create a temperature calibration object
2020-11-14 13:35:39 -08:00
Lars Brubaker
a25006f302 Made settings show where they are
don't show bed leveling on temp message if leveling validation enabled
2020-11-13 16:36:12 -08:00
LarsBrubaker
ce68d85e87 fixing warnings 2020-11-05 09:47:50 -08:00
Lars Brubaker
8998495514 get rid of regressed close button 2020-10-30 11:24:21 -07:00
Lars Brubaker
298d5347fe fixing close box rendering 2020-10-26 16:40:36 -07:00
LarsBrubaker
bad3b531a4 Improving user settings key 2020-10-26 07:00:13 -07:00
LarsBrubaker
cefa2c9786 Cleaning up the print feedback dialog 2020-10-25 16:00:50 -07:00
LarsBrubaker
1a6e1b41b1 disable new height translation for release until done 2020-10-24 21:43:27 -07:00
LarsBrubaker
99e3b0934a Fix problem with tree view and objects with no children
issue: MatterHackers/MatterControl#4878
Unhandled exception error and object tree-view fails to populate when opening workspace for editing
2020-10-24 21:42:59 -07:00
LarsBrubaker
284cbce471 Improved save as dialog 2020-10-24 09:04:06 -07:00
Lars Brubaker
6320112da3 working on single window for glfw 2020-10-19 18:08:15 -07:00