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

    Topics created by RoyMackay

    • RoyMackayundefined

      Duex5 pwm pin doesnt appear to output anything

      Duet Hardware and wiring
      • • • RoyMackay
      5
      0
      Votes
      5
      Posts
      166
      Views

      droftartsundefined

      @RoyMackay Can you check what version of RepRapFirmware you are using? Please send M115 and post the response.

      ; Disable all heaters
      M140 H-1 : Disable the bed heater
      M307 H1 A-1 C-1 D-1 ; Disable Heater 2 (Hotend)
      M307 H1 A-1 C-1 D-1 ; Disable Heater 2 (Chamber)

      Assuming you're using RRF 3.x, the above commands are not necessary. No heaters are defined by default, so there's nothing to disable.

      ; Lasers
      M563 P0 S"Laser"
      M452 C"duex.pwm5" R255 F5000
      M42 P"duex.pwm5" S1

      This isn't quite right. The M563 and M452 are fine, but the M42 won't do anything, other than report an error. You can check for errors in your config.g by sending M98 P"config.g". If you want to test the duex.pwm5 (or whichever one you are using), delete the M42 from your config.g, and comment out (with a ; at the beginning of the line) the M452, then reboot.

      In the console, enter the following:

      M950 P0 C"duex.pwm5" ; assign GPIO port 0 to heater3 on expansion connector, servo mode M42 P0 S1

      This should turn on the Duex PWM5 output to 5V. Measure between the E6_PWM pin and GND.

      Ian

    • RoyMackayundefined

      Initial Setup of laser, laser isn't firing on G1

      Laser Cutters
      • • • RoyMackay
      1
      0
      Votes
      1
      Posts
      167
      Views

      No one has replied

    • RoyMackayundefined

      Initital Connection of a Raspberry Pi to Duet 2 Wifi

      Duet Hardware and wiring
      • • • RoyMackay
      5
      0
      Votes
      5
      Posts
      444
      Views

      droftartsundefined

      @RoyMackay For streaming Gcode over USB limitations, see https://docs.duet3d.com/User_manual/RepRapFirmware/RepRapFirmware_overview#printing-over-usb-connection-octoprint-cura-simplify3d-etc

      Ian