mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
WPF Calculator
This commit is contained in:
@@ -191,6 +191,7 @@ namespace UVtools.GUI.Controls.Tools
|
||||
{
|
||||
Program.SlicerFile.BottomLiftHeight = (float)Operation.CalcLightOffDelay.BottomLiftHeight;
|
||||
Program.SlicerFile.BottomLiftSpeed = (float)Operation.CalcLightOffDelay.BottomLiftSpeed;
|
||||
Program.SlicerFile.RetractSpeed = (float)Operation.CalcLightOffDelay.RetractSpeed;
|
||||
Program.SlicerFile.BottomLayerOffTime = (float)Operation.CalcLightOffDelay.BottomLightOffDelay;
|
||||
Program.FrmMain.CanSave = true;
|
||||
lbLightOffDelayCurrentBottomValue.Text = $"Current value: {Program.SlicerFile.BottomLayerOffTime}";
|
||||
|
||||
@@ -2296,7 +2296,7 @@ namespace UVtools.GUI
|
||||
/// <summary>
|
||||
/// Reshow current layer
|
||||
/// </summary>
|
||||
void ShowLayer() => ShowLayer(Math.Min(ActualLayer, SlicerFile.LayerCount - 1));
|
||||
void ShowLayer() => ShowLayer(Math.Min(ActualLayer, SlicerFile.LastLayerIndex));
|
||||
|
||||
void ShowLayer(bool direction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user