public FilamentPreprocessorData(FilamentPreprocessorData other) { initialPrint = new InitialPrintPreProcessorData(other.initialPrint); bonding = new BondingPreprocessorData(other.bonding); }
public FilamentPreprocessorData() { initialPrint = new InitialPrintPreProcessorData(); bonding = new BondingPreprocessorData(); }
public BondingPreprocessorData(BondingPreprocessorData other) { FirstLayerTemp = other.FirstLayerTemp; SecondLayerTemp = other.SecondLayerTemp; }