|
|
70af2d9ae8
|
Move MatterControl source code into a subdirectory
|
2026-01-28 21:30:58 -08:00 |
|
Lars Brubaker
|
17107dbf14
|
Making the path editor able to zoom and pan
|
2023-11-02 18:26:31 -07:00 |
|
Lars Brubaker
|
68d361c2da
|
Creating the conductive probe wizard procedure
|
2022-03-31 17:41:02 -07:00 |
|
LarsBrubaker
|
a688bd61e4
|
zoom to selection is working
|
2021-05-22 22:24:12 -07:00 |
|
John Lewin
|
f06e67a65e
|
Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
|
2018-12-21 18:37:11 -08:00 |
|
Lars Brubaker
|
1a434b6388
|
Moved extruder offsets from passing to MS to being part of stream processing
Made '; NO_PROCESSING' track printer position correctly
issue: MatterHackers/MCCentral#4658
Create setting for ZOffset for extruder 2
|
2018-12-04 13:28:46 -08:00 |
|
John Lewin
|
2873a74ef7
|
Use standard event listener pattern
|
2018-11-16 15:53:43 -08:00 |
|
John Lewin
|
a1dc2cbaa6
|
CodeFactor cleanup
|
2018-11-16 05:12:34 -08:00 |
|
John Lewin
|
51b15e053b
|
Unregister listeners on Close
- Issue MatterHackers/MCCentral#4588
Listeners not unregistered on Close
|
2018-11-15 20:03:53 -08:00 |
|
Lars Brubaker
|
6405dad7ac
|
Convert static SettingChanged event to instance based
issue: MatterHackers/MCCentral#4551
|
2018-11-12 17:45:13 -08:00 |
|
John Lewin
|
7212f11871
|
Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
|
2018-11-03 09:51:25 -07:00 |
|
John Lewin
|
3bc4bed2f8
|
Fix bed rendering issues
- Issue MatterHackers/MCCentral#4298
lost bed rendering in 2D view
|
2018-10-18 12:42:14 -07:00 |
|
John Lewin
|
ee936efb8a
|
Revise theme support
|
2018-10-13 21:09:04 -07:00 |
|
John Lewin
|
0f9042f28d
|
Migrate SettingChanged event to PrinterSettings
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
John Lewin
|
6dbae7668b
|
Remove ActiveSliceSettings.Instance
- Issue MatterHackers/MCCentral#4243
|
2018-10-05 09:25:05 -07:00 |
|
Lars Brubaker
|
bed90234e7
|
Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
|
2018-09-06 16:09:58 -07:00 |
|