voidstar(){while(count !=5) {intfeed =38;// mmintfeedDistance = feed *48;// 48- constats that map the mm value to number of steps the stepper show movewhile(feederStepper.currentPosition() != feedDistance) {// run until it reaches the distance valuefeederStepper.setSpeed(1200); fe...