Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. UserXY
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 28
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by UserXY

    • RE: Connection 4 tools in mainboard

      @jay_s_uk said in Connection 4 tools in mainboard:

      M563-

      He,
      👐
      vielen Dank ja das war mein Fehler den ich Langezeit gesucht habe.

      Vielen Dank

      posted in My Duet controlled machine
      UserXYundefined
      UserXY
    • RE: Wie Entwickele ich eine Firmware für das Duet3d Mainboard

      Vielen Danke jetzt weiß ich schon etwas mehr.
      dann muss ich mich an Eclipse ran tasten.
      Danke noch mal

      posted in Firmware developers
      UserXYundefined
      UserXY
    • RE: Sagging of the Z - axis

      Guten Morgen zusammen,

      ja ich habe ein Ausgang für beide Bremsen zu steuern der Bremsen.

      Die Bremsen sind Parallel geschaltet ( mit einem Y - Verteiler ).

      Ich habe mich in der Zwischenzeit an den Hersteller Duet gewendet und

      die haben mir auch direkt sofort geholfen.

      Ja es mussten zwei Schalter für die Z - Achse definiert werden.

      ich habe nun zwei Schalter an der Z - Achse verbaut die dann mit der Anweisung

      und der Konfiguration das durchhängen der Z - Achse nach dem Homing kompensiert.
      hier meine neue Config.g Datei

      ;Endstops
      M574 Z1 S1 P"2.io5.in+2.io2.in"   ;two endstop for high end on Z
      

      Meine Homing Anweisung,

      G1 H1 Z9999 F800        ;move up two end switch and 
      
      G92 Z200                       ;make a max limit.
      

      Ist nicht so ganz ideal aber es funktioniert.

      Dennoch habe ich immer noch das Problem das die Achse beim Ausschalten

      nach unten fällt auch beim M112 und M84 obwohl ich den Bremsen Anschluss

      Konfiguriert habe.
      Config.g

      M569.7 P0.3 C"out1" ;Break Connection
      M17
      

      Geht die Bremse nicht zu.
      Ich verstehe den Sinn des Befehls M567.9 nicht wenn man M18 sendet passiert auch nichts.

      Als würde das Mainboard den Befehlt gar nicht Akzeptieren.

      Ich kämpfe der zeit mit dem Problem.
      Melde mich wenn ich eine Lösung habe.

      vielen Dank an euch für euer Unterstützung ihr seit echt cool.👍

      englisch

      Good morning all,

      yes I have an output for both brakes to control the brakes.

      The brakes are connected in parallel ( with a Y - distributor ).

      I have turned in the meantime to the manufacturer Duet and

      they have helped me also directly immediately.

      Yes there had to be defined two switches for the Z - axis.

      I have now installed two switches on the Z - axis which then with the instruction

      and the configuration compensates the sagging of the Z - axis after homing.
      here my new Config.g file

      ;Endstops
      M574 Z1 S1 P "2.io5.in+2.io2.in" ;two endstop for high end on Z
      

      My homing instruction,

      G1 H1 Z9999 F800 ;move up two end switch and 
      
      G92 Z200 ;make a max limit.
      

      This is not ideal but it works.

      However, I still have the problem that the axis falls down when I switch off

      down even with the M112 and M84 although I have configured the brake connection

      configured.
      Config.g

      M569.7 P0.3 C "out1" ;Break Connection
      M17
      

      The brake does not close.
      I don't understand the sense of the command M567.9 when sending M18 nothing happens.

      As if the mainboard would not accept the command.

      I am struggling with this problem.
      I will report when I have a solution.

      Thanks to all of you for your support you are really cool👍

      posted in Duet Hardware and wiring
      UserXYundefined
      UserXY