Move TrackballTumble and GCode viewer
This commit is contained in:
parent
a50e8acc2a
commit
ae93fedc46
7 changed files with 119 additions and 113 deletions
|
|
@ -95,7 +95,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
ApplicationController.Instance.AdvancedControlsPanelReloading.RegisterEvent((s, e) => printer.BedPlate.GCodeRenderer?.Clear3DGCode(), ref unregisterEvents);
|
||||
}
|
||||
|
||||
private GCodeFile loadedGCode => printer.BedPlate.LoadedGCode;
|
||||
internal GCodeFile loadedGCode => printer.BedPlate.LoadedGCode;
|
||||
|
||||
internal void CreateAndAddChildren()
|
||||
{
|
||||
|
|
@ -174,7 +174,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
internal void LoadProgress_Changed((double progress0To1, string processingState) progress, CancellationTokenSource continueProcessing)
|
||||
{
|
||||
SetProcessingMessage(string.Format("{0} {1:0}%...", gcodeLoading, progress.progress0To1 * 100));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue