This seems OK for me for master.  I don't make the calls about 2.6.

>          if s.spindle_direction == 0:
> -            c.spindle(1)
> +            c.spindle(1,default_spindle_speed)
>          else:
>              c.spindle(0)
...
> -            c.spindle(-1)
> +            c.spindle(-1,default_spindle_speed)

Not a problem with your change, but this these arguments should be
SPINDLE_FORWARD / SPINDLE_OFF / SPINDLE_REVERSE

Jeff

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to