• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Proper approach to dual extruder workarea setup?

Scheduled Pinned Locked Moved
General Discussion
3
3
224
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    mildw4ve
    last edited by 23 Jan 2020, 16:45

    What is the proper approach to configuring workarea with a chimera style dual extruder hotend?
    Right now I'm using G10 P0 X0 Y0 for the left nozzle and G10 P1 X<value> Y<value> for the right nozzle to set offset between both nozzles. The problem is that when I home X and Y (both home at left front corner, thats where endstops are located), if I start printing with the left nozzle at the left edge of the platform, when I switch to the right extruder it cant reach the same spot.
    What should I change?

    1 Reply Last reply Reply Quote 0
    • undefined
      nhof
      last edited by 23 Jan 2020, 18:04

      You could adjust the M208 limits to allow travel into negative space. We won't print there but it will allow the left nozzle to go there during a print so the right aligns with the left edge of the print bed.

      Something like this:

      OLD:

      M208 X0:300 ; set 300mm width on x ax
      

      NEW:

      M208 X-10:310 ; 300mm X width, add 10 on each end for overtravel
      

      You could change homing script as well to G92 to X0, else it will show -10 when homed.

      Then set up your slicer as normal with the 300mm bed size and it should not have a problem with printing off location.

      1 Reply Last reply Reply Quote 0
      • undefined
        dc42 administrators
        last edited by 24 Jan 2020, 14:07

        I recommend making X0 Y0 the centre of the bed, and using equal but opposite tool offsets for the two nozzles (so that the head Reference Point is midway between them).

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA