Last-Modified: Thu, 23 Jul 2026 10:31:02 GMT Expires: Sun, 20 Jul 2036 10:31:02 GMT App.xaml « Tango.MachineStudio.Publisher.UI « MachineStudio « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher.UI/App.xaml
blob: 0b87025f5efd97e23826a297173e1048652fd98a (plain)
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Common.Printing
{
    public class PrintingConfiguration
    {
        public int RemainingUnits { get; set; }
        public double GlobalStartPosition { get; set; }
        public double FirstUnitStartPosition { get; set; }
        public double ResumeProgress { get; set; }
    }
}