John Lewin
|
6d218fe8c4
|
Use common base for code reuse
|
2019-02-22 21:23:33 -08: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 |
|
John Lewin
|
2873a74ef7
|
Use standard event listener pattern
|
2018-11-16 15:53:43 -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
|
8d4974dc32
|
Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
|
2018-11-03 09:13:07 -07:00 |
|
Lars Brubaker
|
2bd677cb9c
|
Check that loaded gcode has a print time > 30 seconds or warn
Removed gcodeDetails as a type
issue: MatterHackers/MCCentral#4309
Printing file that makes less than 30 second gcode does not show error
|
2018-10-29 16:42:28 -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 |
|
Lars Brubaker
|
5fe8cb6da5
|
put up a waring message if the loaded gcode file is very small
issue: MatterHackers/MCCentral#4214
If gcode time is < 30 seconds put up a warning message
|
2018-10-02 14:45:08 -07:00 |
|
Lars Brubaker
|
3370828f45
|
put up a waring message if the loaded gcode file is very small
issue: MatterHackers/MCCentral#4214
If gcode time is < 30 seconds put up a warning message
|
2018-10-02 13:30:14 -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 |
|