new Motor driver

Hi, saw the update on dev Version yesterday and just one question regarding the Motor Drivers:

are These Motor moves out of the bresenham stuff?

so for example i have  a move g1 x100 y20

can i run that Steppers at the same time with variable Speed?

Comments

  • They are independent and only work without bresenham. It is more intended for helper work like switching extrdúders/z-probe/motor bed leveling. Therefor you can control them only with G201-205 and only one at a time. They do steppers in main thread and leave that only when move is finished.
  • ok, so i cannot use for my purpose, Thanks for answering
Sign In or Register to comment.