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