Exemple #1
0
 public static bool IsFurnaceOutput(this Matter matt)
 {
     return(matt != Matter.Polyethylene && matt.Is3DPrinterFeedstock());
 }