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

    ozgiac

    @ozgiac

    3
    Reputation
    1
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ozgiac Unfollow Follow

    Best posts made by ozgiac

    • Display Password

      Is it possible to set a display password on panelDue.

      Basically to leave printer un-attended and stop people from playing with controls.

      posted in PanelDue
      ozgiacundefined
      ozgiac
    • RE: DUET 3 - BL Touch : Error Enabling End-stops

      Its a development printer, until it ready would like to leave any pics, specs etc in house.

      posted in Duet Hardware and wiring
      ozgiacundefined
      ozgiac
    • RE: Help with problem print

      Solved.

      Was due to Maximum speed and acceleration of extruder not set high enough.

      posted in Tuning and tweaking
      ozgiacundefined
      ozgiac

    Latest posts made by ozgiac

    • RE: DUET 3 - BL Touch : Error Enabling End-stops

      Its a development printer, until it ready would like to leave any pics, specs etc in house.

      posted in Duet Hardware and wiring
      ozgiacundefined
      ozgiac
    • RE: How to assign another Fan to Fan0.

      @Phaedrux said in How to assign another Fan to Fan0.:

      M563 P0 D0 H1 F3

      its Jumpered to Vin.

      posted in General Discussion
      ozgiacundefined
      ozgiac
    • RE: How to assign another Fan to Fan0.

      @Phaedrux

      Yes i checked fuse. The always on Fans are working

      Yes RFF2

      M106 S255 has no effect.

      P.S. on Marlin i can remap the pin, can i do something similar on duet.

      The other option is change the board, but i should not have to do that.

      posted in General Discussion
      ozgiacundefined
      ozgiac
    • RE: How to assign another Fan to Fan0.

      This what i had originally
      ; Fans
      M106 P0 S0.3 I0 F500 H-1
      M106 P1 S1 I0 F500 H1 T45

      ; Tools
      M563 P0 D0 H1 ; Define tool 0

      It all was working Fine
      Now my Fan0, FAn1, Fan2 do not work.

      tried running gcodes below

      M106 P3 S255
      M106 P0 S255
      M106 P1 S255
      M106 P2 S255

      Fan 0 Fan1 Fan 2 do not turn on

      But Fan3 does.

      So I chance my config to this

      ; Fans
      ;M106 P0 S0.3 I0 F500 H-1
      M106 P1 S1 I0 F500 H1 T45
      M106 P3 C"Part Coolong" S0.3 I0 F500 H-1

      ; Tools
      M563 P0 D0 H1 F3
      G10 P0 X0 Y0 Z0
      G10 P0 R0 S0

      So if i send M106 P0 S255
      Fan 3 does not turn on, as all my gcode files have that.

      So my original question is how to Remap Fan0 to another Fan within duet Config, not the slicer.

      And yes i would say my duet board has gone faulty, but i should be able to remap fans.

      posted in General Discussion
      ozgiacundefined
      ozgiac
    • RE: PanelDue extrude Speed options

      That would be great.

      posted in PanelDue
      ozgiacundefined
      ozgiac
    • RE: PanelDue extrude Speed options

      Ok granted for Bowdens.

      But i am using a bondtech QR extruder and at 2mm is to fast and the the stepper is skipping

      posted in PanelDue
      ozgiacundefined
      ozgiac
    • PanelDue extrude Speed options

      Using a Duet with 2.85mm filament, i find the extrude speed of 2mm per sec to fast.

      Any chance of making the speeds pre-settable?

      speeds of 50mm, 20mm are useless for most extruder setups.

      Thanks in advance.

      posted in PanelDue
      ozgiacundefined
      ozgiac
    • Display Password

      Is it possible to set a display password on panelDue.

      Basically to leave printer un-attended and stop people from playing with controls.

      posted in PanelDue
      ozgiacundefined
      ozgiac
    • RE: Automatic Z offset Calculation

      Thanks for that.

      I wanted to get away from the user trying to jog.

      Your process will work, how ever having experienced a wide variety of customers and their abilities,
      i would like a one touch solution

      That was the reason of using a plate to make electrical contact with the nozzle.

      What one user assumes is touching the plate, another user will think there should be some pressure against nozzle, so it opens it up to a variety of settings.

      Since hardware like the BLtouch has come out, it has made 3d printers a lot more user friendly,
      how ever the process of Z-Offset is one of my greatest customer support issues.

      We produce a lot of custom made larger format printers, so bed levelling becomes a critical process as opposed to common 200x200mm and smaller build plates.

      We have recently switched over to Duet/Reprap controllers, so slowly getting familiar with it.

      posted in Tuning and tweaking
      ozgiacundefined
      ozgiac
    • Automatic Z offset Calculation

      I would like to implement a feature that will calculate my nozzle to bltouch offset.

      The idea i am thinking of is i can have a metal plate mounted next to bed or clip on bed.

      This can be wired to a switch input that is normally open.

      home Z till nozzle touches plate, this giving me a Z=0

      Then use BLtouch to home on that metal plate.

      Then all i need is the difference in mm between the 2 Z homes.

      And that is my Z Offset.

      I am trying to make the 3d printer as simple as possible to operate

      posted in Tuning and tweaking
      ozgiacundefined
      ozgiac