Ditto printing and dual x-carriage.

Good day. May i use ditto printing on dual x-carriage?

Comments

  • What is the issue with that? Just do it if your firmware supports it. All you need is place object on left side and add acivate ditto mode gcode.
  • I was concerned that you do not specify the distance between the carriages  - is where he takes it?
  • You have to take care of that yourself. That is why I said position it left and not center. Where an dhow wide it can get depends on firmware and settings I think.
  • Dont work. Model in left side. After homing enable ditto mode and all go to left.......


  • What firmware do you use? I only know our firmware in ditto mode and there left starts at 0.
  • repetier 1.0.1
  • Are there any negative x moves in your gcode? You could test manually what range is achieveable and as long as you keep inside that area printing should not hit the endstop. Normally you start at x min and can move 50% of width to the right.
  • No negative moves.

    G90
    M82
    M106 S0
    M140 S100
    M190 S100
    M104 S250 T0
    M104 S250 T1
    M109 S250 T0
    M109 S250 T1
    G28 ; home all 
    M280 S1 ;
    G92 E0
    G1 E-2.0000 F900
    G1 Z0.650 F1002
    ; process Process1
    ; layer 1, Z = 0.150


    T0
    ; tool H0.150 W0.528
    ; skirt
    G1 X51.478 Y87.563 F6000
    G1 Z0.150 F1002
    G1 E-0.1000 F270
    G92 E0
    G1 X51.545 Y87.526 E0.0025 F1200
Sign In or Register to comment.