Exemplo n.º 1
0
 public static List <string> CreateYSkipTestPlus(PrinterProfile profile)
 {
     return(TestGeneration.CreateSkipTestInternal(profile.PrinterSizeConstants.printBedSize.y, 5, 'Y'));
 }
Exemplo n.º 2
0
 public static List <string> CreateXSkipTestMinus(PrinterProfile profile)
 {
     return(TestGeneration.CreateSkipTestInternal(profile.PrinterSizeConstants.printBedSize.x, -4, 'X'));
 }