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

    Buccaneer

    @Buccaneer

    0
    Reputation
    2
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Buccaneer Unfollow Follow

    Latest posts made by Buccaneer

    • Bed and Hotend Temperatur

      Hello
      I am using orca and in the start code I use m109 and m190 for the temp. But I need to write the temp I want into the start code also. That’s not what I know. I didn’t find a way how web control takes the value I put in the slicer.
      Any idea for me.

      posted in Duet Web Control temperature
      Buccaneerundefined
      Buccaneer
    • RE: Webcontrol Z offset goes on zero after new start

      Thank you’ll for your help. 👍👍👍

      posted in Duet Web Control
      Buccaneerundefined
      Buccaneer
    • RE: Webcontrol Z offset goes on zero after new start

      homeall

      M201 X500.00 Y500.00 ; Reduce acceleration for homing moves

      ; BLTouch
      M280 P0 S160 ; Precautionary alarm release
      M280 P0 S90 ; Ensure the pin is raised

      G91 ; Relative positioning
      G1 H2 Z5 F6000 ; Lift Z relative to current position
      G1 H1 X-625 Y605 F3600 ; Move quickly to X and Y axis endstops and stop there (first pass)
      G1 H1 X-625 F1800 ; Move quickly to X and Y axis endstops and stop there (first pass)
      G1 H1 Y605 F1800 ; Move quickly to X and Y axis endstops and stop there (first pass)

      G1 H2 X1 Y-1 F600 ; Go back a few mm

      G1 H1 X-625 Y605 F360 ; Move slowly to X and Y axis endstops once more (second pass)
      G1 H1 X-625 F360 ; Move slowly to X and Y axis endstops once more (second pass)
      G1 H1 Y605 F360 ; Move slowly to X and Y axis endstops once more (second pass)

      M201 X8000 Y8000 ; Return to full acceleration

      G90 ; Absolute positioning
      ;G1 X150 Y150 F10000 ; Go to the center of the bed (300x300)
      G1 X200 Y200 F14000 ; Go to the center of the bed (400x400)
      ;G1 X250 Y250 F10000 ; Go to the center of the bed (500x500)
      G30 ; Home Z by probing the bed

      G91 ; Relative positioning
      G1 Z5 F100 ; Lift Z relative to current position
      G90 ; Absolute positioning

      posted in Duet Web Control
      Buccaneerundefined
      Buccaneer
    • RE: Webcontrol Z offset goes on zero after new start

      This is my homez

      ; BLTouch
      M280 P0 S160 ; Precautionary alarm release
      M280 P0 S90 ; Ensure the pin is raised

      G91 ; Relative positioning
      G1 H2 Z5 F6000 ; Lift Z relative to current position

      G90 ; Absolute positioning
      ;G1 X150 Y150 F10000 ; Go to the center of the bed (300x300)
      G1 X200 Y200 F10000 ; Go to the center of the bed (400x400)
      ;G1 X250 Y250 F10000 ; Go to the center of the bed (500x500)
      G30 ; Home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      G91 ; Relative positioning
      G1 Z5 F100 ; Lift Z relative to current position
      G90 ; Absolute positioning

      posted in Duet Web Control
      Buccaneerundefined
      Buccaneer
    • Webcontrol Z offset goes on zero after new start

      I changed the nozzle and changed Z offset with babysteps. When I start webcontrol new, the value is on zero. How can I save this value?

      posted in Duet Web Control
      Buccaneerundefined
      Buccaneer