Macro for testing movements
-
Hi,
The progress with my Delta is slow but now the 3 steppers and the end stops are connected and the homing is working. I have made some small macros for testing but like to know if there are any longer macros for making longer test. So far there are no heaters, no temperature sensors, no extruder connected and the smart effector is not wired yet. I just want to see the machine move.
Build volume D500mm H920mm. Moving
Thanks
Fredrik -
-
@fcwilt I think about 5 minutes will be enough. Running firmware 3.3.
Thanks
Fredrik -
Have you tried using a while loop to perform the basic set of movements many times as controlled by the while loop iterations value?
while iterations < 10
move 1
move 2
move 3
etcFrederick
-
@fcwilt no but that was a good idea.
Thanks