Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. gardon64
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 7
    • Posts 30
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by gardon64

    • RE: wiring for touch probe on duet 3 6xd

      not a bl touch.
      jest two wire, plate and crocodile clip

      posted in Duet Hardware and wiring
      gardon64undefined
      gardon64
    • wiring for touch probe on duet 3 6xd

      having trouble with set up of touch probe on duet 3 6xd
      cant seam to get the wiring right am i right that it is an analogue type with 2 wires
      also can you tell me if there is a ready made macro for the probing thanks in advance

      posted in Duet Hardware and wiring
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      @gardon64
      jest a note to say thank you for all your help you were spot on about the usb cable
      not back together yet but working

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      @gardon64 can you pls help

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      @gardon64 sorry this has been used for cnc had it for about 18 months

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      has been fine and working all disconnected now trying to reprogram purchased from duet 3d

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      @gardon64 now done all above still no joy pls help the only lights on are red green red to the left of usb

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      @gardon64 the board is 2 years old got it from duet 3d and no to your question it has been working fine up to now i have tried to erase the board now get nothing

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: duet 3 6xd

      @Phaedrux
      hi still same problem

      posted in General Discussion
      gardon64undefined
      gardon64
    • duet 3 6xd

      hi all pc wont connect to my duet 3 6xd
      red green red led lit but i get this error Unknown USB Device (Device Descriptor Request Failed) pls help

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: calabrate

      @o_lampe thank you that’s seams to have changed things

      posted in General Discussion
      gardon64undefined
      gardon64
    • calabrate

      hi all so sorry to be hear again but have a problem
      when i make a sq, with carveco software my cnc will only draw one line and then go down through the job can you check my config .g att,hear

      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.16 on Mon Jul 24 2023 12:35:53 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Duet 3" ; set printer name

      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S1
      M569 p0.2 s1 ; physical drive 0.1 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1:0.2 Z0.3 ; set drive mapping
      M92 X80.00 Y80.00 Z400.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X500 Y500 Z200 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
      M574 Y1 S1 P"io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in
      M574 Z2 S1 P"io3.in" ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin io3.in

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
      M557 X15:215 Y15:195 S20 ; define mesh grid

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: how to get two stepper motors to work together

      Thank you all working now

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: 2 drives on 1 axis

      Thanks all figured it out

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: 2 drives on 1 axis

      Ok
      Duet 3 6xd board rep rap 3.3
      When I run this config .g my z axis will not move but one of the y axis will thanks

      posted in General Discussion
      gardon64undefined
      gardon64
    • 2 drives on 1 axis

      this is my config g motor set up z not working help
      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S0 ; physical drive 0.1 goes backwards
      M569 P0.2 S0 ; physical drive 0.2 goes backwards
      M569 P1.0 S1 ; physical drive 1.0 goes forwards
      M584 X0.0 Y0.1:0.2 Z1.0 ; set drive mapping
      M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X550 Y550 Z150 S0 ; set axis maxima

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: how to get two stepper motors to work together

      Error: M569: Response timeout: CAN addr 1, req type 6018, RID=7
      still this error

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: how to get two stepper motors to work together

      HEAR IS CONFG .G
      Configuration file for Duet 3 MB 6XD (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.16 on Thu May 25 2023 12:31:46 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M453
      M550 P"Duet 3 CNC" ; set printer name

      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S0 ; physical drive 0.1 goes backwards
      M569 P0.2 S0 ; physical drive 0.2 goes backwards
      M569 P1.0 S1 ; physical drive 1.0 goes forwards
      M584 X0.0 Y0.1:O.2 Z0.2 E0.3 ; set drive mapping
      M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X230 Y0210 Z200 S0 ; set axis maxima

      ; Endstops
      ; WARNING: No endstops configured

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
      M557 X15:215 Y15:195 S20 ; define mesh grid

      ; Heaters
      M140 H-1 ; disable heated bed (overrides default heater mapping)

      ; Fans

      ; Tools
      M563 P0 D0 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Custom settings are not defined

      posted in General Discussion
      gardon64undefined
      gardon64
    • RE: how to get two stepper motors to work together

      NOW I GET
      Error: M569: Response timeout: CAN addr 1, req type 6018, RID=3 HELP?

      posted in General Discussion
      gardon64undefined
      gardon64
    • how to get two stepper motors to work together

      hi all can anyone help me with how to get two stepper motors to work together on y axis
      duet 3 6xd

      posted in General Discussion
      gardon64undefined
      gardon64