Get first ActivePrintItem test passing again

- CompletingPrintTurnsoffHeat now passing
- Create new 'Add to Plate' action for library selections
- Create zip files after print->slice->ActivePrintItem success
- Copy generated gcode into zip
- Copy SliceSettings into zip
  - Make DocumentPath on PrinterSettings public
- Copy printer plate to zip file
- Add ClearPlate helper function to ApplicationController
- Invoke ClearPlate on startup to initialize ActivePrintItem
- Make SliceSettings user mode resets SliceSettings not AdvControls
- Make Library Overflow menu and items automatable
This commit is contained in:
John Lewin 2017-06-02 17:04:02 -07:00
parent 55e217641a
commit fa800c4a3b
10 changed files with 128 additions and 30 deletions

View file

@ -97,7 +97,7 @@ namespace MatterHackers.MatterControl
// sliceSettingsWidget = (ActiveSliceSettings.Instance.PrinterSelected) ? new SliceSettingsWidget() : new NoSettingsWidget();
if (ActiveSliceSettings.Instance.PrinterSelected)
{
sliceSettingsWidget = new SliceSettingsWidget();
sliceSettingsWidget = new SliceSettingsWidget(null);
}
else
{