Skip to content

Commit d42d9b0

Browse files
committed
Multispindle: Remove debug message left in in error.
Signed-off-by: andy pugh <andy@bodgesoc.org>
1 parent 7fb914d commit d42d9b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/emc/task/emccanon.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,6 @@ void SET_SPINDLE_SPEED(int s, double r)
18461846

18471847
emc_spindle_speed_msg.spindle = s;
18481848
if(canon.spindle[s].css_maximum) {
1849-
printf("CSS MAximum is true\n");
18501849
if(canon.lengthUnits == CANON_UNITS_INCHES){
18511850
canon.spindle[s].css_factor = 12 / (2 * M_PI) * canon.spindle[s].speed * TO_EXT_LEN(25.4);
18521851
} else {

0 commit comments

Comments
 (0)