; Bridge3D ; Home 3 Z-Axis Drives M117 Homing Z axis... G91 ; relative positioning M400 ; wait for any movement to end M584 Z2 U3 V4 P5 ; Re-assign Z Drives, P5 to drive/show axis (Z1-Motor=Z2, Z2-Motor=U3, Z3-Motor=V4) G1 Z400 U400 V400 F500 S1 ; lower all z motors until each z-stop reached G1 Z-3 F200 S2 ; raise Z1 axis slowly (S2 required to move individual motors) G1 U-3 F200 S2 ; raise Z2 axis slowly (S2 required to move individual motors) G1 V-3 F200 S2 ; raise Z3 axis slowly (S2 required to move individual motors) G1 Z5 U5 V5 F200 S1 ; lower all z motors slowly until each endstop reached ; Test raise/lower G1 Z-10 U-10 V-10 F200 S0 ; raise platform G1 Z10 U10 V10 F200 S1 ; lower platform until each endstop reached M400 ; wait for movement to end M584 Z2:3:4 P3 ; Combine axes and stop drive/show axis (P3) G1 Z-5 F200 S0 ; test raise platform G90 ; absolute positioning M117 Homing Z axis done