Lars Brubaker
|
5bdd81da1e
|
ensuring good slice settings
issue: MatterHackers/MCCentral#4641
Consider adding constraints to line lengths in gcode fields
|
2018-11-29 13:13:25 -08:00 |
|
Lars Brubaker
|
9d6db74793
|
First pass of interface tour is ready
issue: MatterHackers/MCCentral#4561
Create new startup Ui walk through to show users where ui elements can be found
|
2018-11-29 09:54:00 -08:00 |
|
John Lewin
|
f6f138a72c
|
Only set printer viewstate if not null
|
2018-11-29 08:30:10 -08:00 |
|
John Lewin
|
f40b16f713
|
Latest agg-sharp
|
2018-11-28 17:40:11 -08:00 |
|
John Lewin
|
0b199997fb
|
Move static member above non-statics
|
2018-11-28 13:23:27 -08:00 |
|
John Lewin
|
73d328b5d1
|
Use lowercase for private member, specify accessibility
|
2018-11-28 13:23:27 -08:00 |
|
John Lewin
|
4769ee451e
|
Clarify scope of Just My Settings
- Issue MatterHackers/MCCentral#4570
All overridden settings should appear in "Just my settings"
|
2018-11-28 13:23:27 -08:00 |
|
John Lewin
|
29f9089113
|
Add application error reporting into all terminal logs
- Consolidate listener registration
- Issue MatterHackers/MCCentral#4622
Wire up UI listener for new ApplicationError event
|
2018-11-28 13:23:27 -08:00 |
|
Lars Brubaker
|
c6365eccc9
|
Made the license agreement come up early
improvements to ui tour
|
2018-11-28 11:55:59 -08:00 |
|
Lars Brubaker
|
23c0722585
|
Working on creating a features Tour
|
2018-11-28 11:55:58 -08:00 |
|
LarsBrubaker
|
78043d0ba5
|
Working to make csg happen in memory rather than by file
|
2018-11-27 22:16:37 -08:00 |
|
John Lewin
|
92a89367ec
|
Add experimental shell support
- Issue MatterHackers/MCCentral#4591
Make MC run single instance
- Issue MatterHackers/MCCentral#4638
Open passed in stl files to a new design tab
|
2018-11-27 12:25:52 -08:00 |
|
John Lewin
|
8ee087e4bf
|
Always switch to Model view when items are added to bed
- Issue MatterHackers/MCCentral#4626
When add item on double click - switch to model view (like drag)
|
2018-11-26 14:48:35 -08:00 |
|
Lars Brubaker
|
04211ec613
|
Removing PrinterCommunication from ActiveMaterialKey
issue: MatterHackers/MCCentral#4631
Remove PrinterConnection dependency in PrinterSettings.SetMaterialPreset
|
2018-11-26 14:23:03 -08:00 |
|
John Lewin
|
5e6290a501
|
Update breaking changes after rebase
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
d7e243fd19
|
Extract embedded types to new files
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
da3bccb601
|
Move UI behavior into application layer
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
ac7d56ecdb
|
Remove unused constructor and dependencies
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
18d4f3e193
|
Extract embedded type to new file
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
3113235ab6
|
Extract GCodeMacro.Run to extension method
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
2a2e052b53
|
Remove PrinterConfig reference from PrinterSettings
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
55441d59a1
|
Convert fields to properties, place after constructor
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
0b92b094eb
|
Extract leveling validation from PrintLevelingData
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
3a3061978b
|
Move SHA1 helpers into Agg, remove DataConverters3D dependency
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
91a9c33af7
|
Move LevelingSystem near PrinterSettings
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
c152da0228
|
Remove Localization dependency
|
2018-11-25 09:07:44 -08:00 |
|
John Lewin
|
cfeb515224
|
Move BedShape near PrinterSettings
|
2018-11-25 09:07:43 -08:00 |
|
John Lewin
|
2abdf9484b
|
Extract settings validation from PrinterSettings
- Validation currently coupled to UI and MatterControl data
- Extracting to isolate dependencies
|
2018-11-25 09:07:43 -08:00 |
|
John Lewin
|
34c0c8cd30
|
Move settings recovery methods into ProfileManager
|
2018-11-25 09:07:43 -08:00 |
|
John Lewin
|
26781b454b
|
Ensure content is on disk before slicing
- Issue MatterHackers/MCCentral#4628
GCodeExport should wait for PersistAssets before continuing
|
2018-11-25 07:13:22 -08:00 |
|
John Lewin
|
a0cd7eee52
|
Skip fields during merge that already equal target value
- Issue MatterHackers/MCCentral#4627
PrinterSettings merge pushes every imported value into target layer
|
2018-11-25 07:01:59 -08:00 |
|
LarsBrubaker
|
f0f953ef6b
|
Make sure we use the sha1 of the MCX so we rebuild correctly
issue: MatterHackers/MCCentral#4625
Changing the scene objects (position) not causing slice to re-calculate
|
2018-11-24 19:59:05 -08:00 |
|
John Lewin
|
07549c5875
|
Simplify theme status panel
- Issue MatterHackers/MCCentral#4624
|
2018-11-23 18:56:19 -08:00 |
|
John Lewin
|
a6caed8f5e
|
Add theme support for noContentFieldDescription
- Issue MatterHackers/MCCentral#4613
Unfilled text should be a desaturated color
|
2018-11-23 18:45:29 -08:00 |
|
John Lewin
|
29bc739166
|
Use correct anchors for new type
- Issue MatterHackers/MCCentral#4619
Clear button missing from search
|
2018-11-23 17:57:32 -08:00 |
|
John Lewin
|
d736493929
|
Revise Android Camera settings panel for single printer config
|
2018-11-23 16:29:03 -08:00 |
|
John Lewin
|
3ebb4ced33
|
Hold printer reference in AndroidConnectDevicePage
|
2018-11-23 16:27:52 -08:00 |
|
John Lewin
|
44380f445e
|
Use local reference rather than static to same
|
2018-11-23 16:26:33 -08:00 |
|
John Lewin
|
96383bd8c0
|
Remove SDCardContainer until replacement becomes available
|
2018-11-23 11:08:50 -08:00 |
|
John Lewin
|
984369e21e
|
Move private members below public, restore Android namespaces
|
2018-11-23 11:06:09 -08:00 |
|
John Lewin
|
a73659d6b9
|
Add error reporting to ApplicationController
|
2018-11-23 11:04:22 -08:00 |
|
John Lewin
|
c1e8a932e7
|
Convert static method to instance, use local printer reference
|
2018-11-23 10:57:03 -08:00 |
|
John Lewin
|
58144f0151
|
Improve fan/temperature parsing in emulator
- Fixes CancelingPrintTurnsHeatAndFanOff test failure
- Issue MatterHackers/MCCentral#4614
Exception in SetBedTemperature
|
2018-11-22 11:08:03 -08:00 |
|
John Lewin
|
4016f0e4bb
|
Make deprecated ActivePrinter return first open printer or Empty
|
2018-11-21 19:24:53 -08:00 |
|
John Lewin
|
1559e58e88
|
Convert static ImageBuffers to instances
- Issue MatterHackers/MCCentral#4585
Memory leak in ImageWidget when source image is static
|
2018-11-21 19:24:53 -08:00 |
|
John Lewin
|
ab82ad7a75
|
Use HoverImageWidget
- Issue MatterHackers/MCCentral#4585
Memory leak in ImageWidget when source image is static
|
2018-11-21 19:24:53 -08:00 |
|
John Lewin
|
4b0c28b489
|
Restore printer tabs
- Add missing code in accidental stash
|
2018-11-21 17:10:44 -08:00 |
|
John Lewin
|
cf1ba487c5
|
Fix null ref during print due to invalid reference
- Issue MatterHackers/MCCentral#4610
Disconnect after starting print
|
2018-11-21 12:22:36 -08:00 |
|
John Lewin
|
0789160653
|
Only Save if changed
- Reduce file in use exceptions
|
2018-11-21 12:22:36 -08:00 |
|
John Lewin
|
d57620bc00
|
CodeFactor fixes
|
2018-11-21 11:18:14 -08:00 |
|