Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Deluxe 600
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 77
    • Best 4
    • Controversial 0
    • Groups 0

    Best posts made by Deluxe 600

    • RE: Filament sensor

      @dc42 After a bit of trial and error i figured it out .
      For some reason adding just M98 P"pause.g" in the filament-error does nothing.
      So i just copied everything from pause.g to filament-error.g but then i wanted the tool to be put in stand by. After a few tries i figured out it needs to be writen is specific order to work.
      So here is my final version of filament-error.g that actualy does what its suposed to.

      G10 P0 R20 ; Set standby temp of tool 0 to 20*
      M83 ; relative extruder moves
      G1 E-50 F2000 ; retract 10mm of filament
      G91 ; relative moves
      G1 Z5 F500 ; raise nozzle 5mm
      G90 ; absolute moves
      G1 X20 Y525 F6000 ; go to X=20 Y=525
      T-1 ; Deselect tool

      Thank you for the help guys, have a great day.

      posted in Filament Monitor
      Deluxe 600undefined
      Deluxe 600
    • RE: Mesh bed leveling travel speed

      @droftarts Oh yeah found it! I cant believe i havent noticed 🤔 . Anyway thank you for your help in understanding the problem. It works much better now . Have a great day 🙂

      posted in Gcode meta commands
      Deluxe 600undefined
      Deluxe 600
    • RE: Driver overheating

      @Phaedrux I managed to solve all the problems by updateing the software and lowering the current a bit. Thank you for the help.

      posted in Duet Hardware and wiring
      Deluxe 600undefined
      Deluxe 600
    • RE: Pause.g Resume.g problems

      @dc42 said in Pause.g Resume.g problems:

      if state.currentTool != -1 M83 ; relative extruder moves G1 E-4 F2500 ; retract 4mm G91 ; relative moves G1 Z5 F5000 ; raise nozzle 2mm G90 ; absolute moves G1 X0 Y85 F10000 M106 S0

      Ok...so i have found out what was the problem with the FAN. I cant believe it was this trivial, any way the only reason the FAN didnt start up on resume was that the M106 R1 has to always be on the first place otherwise it just doesnt work. When i found out it was this all along i was happy and mad at the same time. Thank you all for your help we finaly did manage to get it working. Have a great day

      posted in Gcode meta commands
      Deluxe 600undefined
      Deluxe 600