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

    alclonky

    @alclonky

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

    alclonky Unfollow Follow

    Latest posts made by alclonky

    • RE: It's out! Firmware 1.21 released

      yes after homing X and Y the buttons get blue

      i copied the files from the /sys folder on the SD

      ; homeall.g
      ; called to home all axes
      ; Relative positioning
      G91
      ; Lift Z
      G1 Z5 F6000 S2
      ; Course home X and Y
      G1 X-200 Y-210 F1800 S1
      ; Move away from the endstops
      G1 X5 Y5 F6000
      ; Fine home X and Y
      G1 X-200 Y-210 F360 S1
      ; Absolute positioning
      G90
      ; Go to first bed probe point and home Z
      G1 X0 Y0 F6000 S2
      G30

      ; homey.g
      ; called to home the Y axis
      ;
      ; Lift Z relative to current position
      G91
      G1 Z5 F6000 S2
      G90
      ; Move quickly to Y axis endstop and stop there (first pass)
      G1 Y-210 F1800 S1
      ; Go back a few mm
      G91
      G1 Y5 F6000
      G90
      ; Move slowly to X axis endstop once more (second pass)
      G1 Y-210 F360 S1
      ; Lower Z again
      G91
      G1 Z-5 F6000 S2
      G90

      ; homex.g
      ; called to home the X axis
      ; Lift Z relative to current position
      G91
      G1 Z5 F6000 S2
      G90
      ; Move quickly to X axis endstop and stop there (first pass)
      G1 X-200 F1800 S1
      ; Go back a few mm
      G91
      G1 X5 F6000
      G90
      ; Move slowly to X axis endstop once more (second pass)
      G1 X-200 F360 S1
      ; Lower Z again
      G91
      G1 Z-5 F6000 S2
      G90

      ; homez.g
      ; called to home the Z axis
      ; Lift Z relatively to current position
      G91
      G1 Z5 F6000 S2
      ; Back to absolute positioning
      G90
      ; Go to first bed probe point and home the Z axis
      ;G1 X0 Y0 F6000 S2
      G30

      posted in Firmware installation
      alclonkyundefined
      alclonky
    • RE: It's out! Firmware 1.21 released

      Yes, thats what i am saying

      i can home X and Y first and when i home z it failes
      if i home all it homes X and Y and failes with z

      posted in Firmware installation
      alclonkyundefined
      alclonky
    • RE: It's out! Firmware 1.21 released

      i tried adding S2 to this line and without that line, but in both cases Z wont home

      posted in Firmware installation
      alclonkyundefined
      alclonky
    • RE: It's out! Firmware 1.21 released

      I did, otherwise i couldn't home X and Y

      or did I miss something else?

      posted in Firmware installation
      alclonkyundefined
      alclonky
    • RE: It's out! Firmware 1.21 released

      Hi,
      i tried to adjust my homing files for my Cartesian Printer
      Homing X and Y works again, but home z just moves the 5 up and then stops with

      G28 Z
      Error: G0/G1: insufficient axes homed

      myhomez.g:
      G91
      G1 Z5 F6000 S2
      ; Back to absolute positioning
      G90
      ; Go to first bed probe point and home the Z axis
      G1 X0 Y0 F6000
      G30

      posted in Firmware installation
      alclonkyundefined
      alclonky
    • RE: BANG_MAX equivalent

      can i use
      M301 H1 S0.50 ; Set heater 1 output scale factor to 50%
      or is this something different?

      posted in Tuning and tweaking
      alclonkyundefined
      alclonky
    • BANG_MAX equivalent

      Hi,
      whats the best way using a 12v hotend-heater with 24v input an the duet
      on ramps with Marlin i used the BANG_MAX Setting.

      Thx a lot
      Christian

      posted in Tuning and tweaking
      alclonkyundefined
      alclonky