Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Craig
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 47
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by Craig

    • Craigundefined

      Piezo Orion...Has anyone got it to work?

      General Discussion
      • • • Craig
      17
      0
      Votes
      17
      Posts
      2.8k
      Views

      Moriquendiundefined

      It doesn't matter, turn half a turn either way, there are no stops.

      Idris

    • Craigundefined

      More Z-Probe Problems

      Firmware installation
      • • • Craig
      11
      0
      Votes
      11
      Posts
      1.5k
      Views

      DjDemonDundefined

      I have to agree with David. H300 will instruct the machine to try to begin 300mm above the probing point, which is unnecessary, might be impossible given the z height available and will be time consuming. Sure setting it to 50 (or 20) might make sense if you've just changed something which affects the max Z height, such as slid in a new bed of differing thickness or changed delta arms etc... and this will ensure head crashes are less likely. Also probing from 300mm above relies on your machine to be extremely accurate and repeatable over that 300mm.

      Also consider changing G31 P1000 to P100 this is for digital probes a debounce interval and it need not be as long as that.
      Many are getting better results with M558 P8 which removes the debounce filtering altogether.

      I have found using the latest builds, the multitouch probing options offer a greater sense of accuracy, in that it will throw an error and abandon calibration if multiple probes of each point are not consistent. This prevents a problem such as a loose probe or wobbly bed, generating a nonsense calibration and the resulting craziness that can ensue.

      M558 P5 I1 R0.4 F1000 X0 Y0 Z0 H7 A5 S0.02 B1

      F1000 - 1000 mm/min travel speed between probing points
      H7 - dive height 7mm, enough if things basically stay the same between probing sessions
      A5 - probe each point 5 times at most
      S0.02 - Tolerance so if probe 2 is within 0.02 of probe 1 then the firmware moves to the next probing point, otherwise it tries again up to 5 times (A5)
      B1 - turn off bed heater when probing. Seems to make a difference for some - I haven't made my mind up yet.

    • Craigundefined

      Z Probe connection

      Duet Hardware and wiring
      • • • Craig
      14
      0
      Votes
      14
      Posts
      1.5k
      Views

      whosrdaddyundefined

      @craig Thats really old. This will work in 1.21...

    • Craigundefined

      Peizo Orion

      Duet Hardware and wiring
      • • • Craig
      11
      0
      Votes
      11
      Posts
      1.9k
      Views

      dc42undefined

      In his other thread I pointed out that @Craig has H300 in his M558 command, which is surely wrong.

    • Craigundefined

      Extruder motor not working

      Duet Hardware and wiring
      • • • Craig
      6
      0
      Votes
      6
      Posts
      751
      Views

      Craigundefined

      @phaedrux Thanks, it was a combination of no thermister and allowing cold extrusion. I had to connect a thermister and the do M302P1 and I was able to configure my extruder. Thanks for the quick help!

    • Craigundefined

      My Delta

      My Duet controlled machine
      • • • Craig
      12
      0
      Votes
      12
      Posts
      2.0k
      Views

      Craigundefined

      Testing!0_1531932311296_2018-07-15 001.jpg

    • Craigundefined

      M307 vs. M301

      General Discussion
      • • • Craig
      14
      0
      Votes
      14
      Posts
      2.0k
      Views

      Danalundefined

      Another confirmation: I'm using a 600MM Diameter 110/120V mains 1400 Watt heater on a delta, via an SSR. Low Voltage side of SSR is wired to Duet heater terminals (screw terminals). Heater is stuck directly to the bottom of 6mm thick 608mm diameter glass. No aluminum at all. Temps are VERY stable, and heating is quick.

      My M307 is all defaults:

      M307 H0
      Heater 0 model: gain 90.0, time constant 700.0, dead time 10.0, max PWM 1.00, calibration voltage 0.0, mode bang-bang, inverted no, frequency default

      0_1530201499812_IMG_1493.JPG

    • Craigundefined

      Printable Radius

      General Discussion
      • • • Craig
      4
      0
      Votes
      4
      Posts
      747
      Views

      Danalundefined

      Two things:

      Printable radius is essentially the size of your bed. You MAY need to reduce this a few mm if there is anything that would prevent the tip of the nozzle reaching certain points, such as the edges of the effector, or a cooling fan, or similar, hitting belts or a tower.

      Keep in mind that the online generator is a "help get started" aid and it is NOT the be-all end-all for every possible configuration or setting. For example, it won't allow printable radius over 260. I have a printer with a printable radius of 304. Set this directly in the M665. Here is mine, for my large-ish delta:

      M665 L720.280 R329.188 H626.825 B304.0 X-0.454 Y-0.014 Z0.000

    • Craigundefined

      Configuration

      General Discussion
      • • • Craig
      6
      0
      Votes
      6
      Posts
      771
      Views

      T3P3Tonyundefined

      @craig thats great! glad you got it working.