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

    Topics created by baballuci

    • baballuciundefined

      Rename files on SD

      General Discussion
      • • • baballuci
      1
      0
      Votes
      1
      Posts
      344
      Views

      No one has replied

    • baballuciundefined

      Hotend PID tuning

      Tuning and tweaking
      • • • baballuci
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      baballuciundefined

      I went for the new 1.18beta, it did give a warning,

      Warning: Heater 1 appears to be over-powered and a fire risk! If left on at full power, its temperature is predicted to reach 602C.

      Saved with M500.

      Cheers
      Charlie.

    • baballuciundefined

      Panel Due 7" firmware

      Firmware installation
      • • • baballuci
      3
      0
      Votes
      3
      Posts
      723
      Views

      baballuciundefined

      Ah OK maybe i just hadn't noticed it before.

      Cheers
      Charlie

    • baballuciundefined

      Print won't start

      General Discussion
      • • • baballuci
      7
      0
      Votes
      7
      Posts
      1.1k
      Views

      baballuciundefined

      I'm not sure what that part is. The homeall.g was generated by the online tool.

      I've now changed it to

      [c]
      G91 ; Relative positioning

      G1 S1 X-250 Y-185 F1800 ; Course home X or Y
      G1 S1 X-250 ; Course home X
      G1 S1 Y-185 ; Course home Y

      G1 X5 Y5 F6000 : Move away from the endstops

      G1 S1 X-250 F360 ; Fine home X
      G1 S1 Y-185 ; Fine home Y

      G1 Z5 F6000 ; Lift Z
      G1 S1 Z-185 F200 ; fine home Z

      G90 ; Absolute positioning

      G92 X0 Y0 Z0.66

      ; Go to first bed probe point and home Z
      ;G1 X-36 Y-20 F6000
      ;G30

      ; Uncomment the following line to lift the nozzle after probing
      ;G1 Z5 F100[/c]

      and it seems to be working OK.

    • baballuciundefined

      Dual Z-axis endstops

      General Discussion
      • • • baballuci
      89
      0
      Votes
      89
      Posts
      20.1k
      Views

      dc42undefined

      @nraynaud said in Dual Z-axis endstops:

      I drafted a documentation for people interested:

      https://duet3d.dozuki.com/Guide/Independent+Z+motors+and+endstop+switches/18?lang=en

      Thanks!