Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. 404-print
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    404-print

    @404-print

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    404-print Unfollow Follow

    Latest posts made by 404-print

    • RE: Un peu de fumé / A little smoke

      @Philippe71 @infiniteloop , Bonjour, après de multiples vérification effectivement il semble que c’était simplement la vis qui était desserré, j’ai Malgré tout descendu le paramètre PWM du plateau pour être sure quand même au cas où, un grand merci à tout le monde pour la réactivité de ce forum encore bravo pour le projet duet3D.

      Hello, after multiple checks indeed it seems that it was simply the screw which was loosened, I nevertheless lowered the PWM parameter of the plate to be sure all the same in case, a big thank you to all the world for the responsiveness of this forum congratulations again for the duet3D project.

      posted in Config Tool
      404-print
      404-print
    • RE: Un peu de fumé / A little smoke

      @infiniteloop , enfaite le fil a été doublé, je ne c'est pas pourquoi ... Mais tout va au bed.
      Nouvelle mesure en 200k :

      infact the wire was doubled, I don't that's why... But everything goes to the bed.
      New measurement in 200k:

      ex : 0.4
      tb : 0.6

      posted in Config Tool
      404-print
      404-print
    • RE: Un peu de fumé / A little smoke

      @infiniteloop, le problème c'est que je ne trouves pas la polarité du bed, j'ais juste "un" ou "deux" le duet est directement connecté au plateau chauffant qui lui n'est pas polarisé, du moins je pense 😕
      pour les mesures j'ai à 20k 0.24 pour E1 et 0.15 sur TB ''prise déconnecté de la carte'' et pardon j'ais oublier les bases, c'est en 24 V tout ça.

      the problem is that I can't find the polarity of the bed, I just have "one" or "two" the duet is directly connected to the heating plate which is not polarized, at least I think 😕
      for the measurements I have at 20k 0.24 for E1 and 0.15 on TB ''taken disconnected from the card'' and sorry I forgot the basics, it's all 24 V.

      posted in Config Tool
      404-print
      404-print
    • RE: Un peu de fumé / A little smoke

      @infiniteloop Bonjour, en fait c’est l’alimentation du plateau chauffant que vous voyez là. à ma connaissance les plateaux ne sont pas polariser, ce qui n’impact pas le branchement du plateau et tout fonctionnait très bien jusqu’à maintenant, c’est juste hier en remettant à chauffer qu'une trace de chauffe est apparut je n’explique pas, on dirait qu’il y a une résistance au niveau de la vis.
      Concernant les paramètres ce sont les paramètres par défaut défini dans le configurateur en ligne. je débute avec le duet.

      Hello, in fact it is the power supply of the heating plate that you see there. to my knowledge the platters are not polarized, which does not impact the connection of the platter and everything worked very well until now, it was just yesterday when reheating that a trace of heating appeared I did not not explain, it seems that there is a resistance at the level of the screw.
      Regarding the parameters, these are the default parameters defined in the online configurator. I start with the duet.

      posted in Config Tool
      404-print
      404-print
    • RE: Un peu de fumé / A little smoke

      @jay_s_uk
      yes,
      alt text
      alt text
      alt text

      posted in Config Tool
      404-print
      404-print
    • Un peu de fumé / A little smoke

      Bonjour,
      ---------------------------------------------------------------------------------------------------------------------------------------------------voilà je suis nouveau sur le forum et je viens d’acheter un duet 2 Wifi, après plusieurs utilisations tout s’est bien passé jusqu’au moment où j’ai eu une trace d’échauffement au niveau de la prise de mon plateau chauffant. Un peu de fumé est apparu 😖 au niveau de la connexion des fils , je mets en cause les paramètres du fichier config.g. De plus mon bed est connecté directement au duet et non au hcb, j'ajoutes un extrait de mon fichier config.g. Pouvez-vous m’éclairer sur ce sujet merci par avance.

      Hello, here I am new on the forum and I have just bought a duet 2 Wifi, after several uses everything went well until the moment when I had a trace of overheating at the level of the socket of my heating plate. A little smoke appeared at the level of the connection of the wires, I question the parameters of the config.g file. Moreover my bed is connected directly to the duet and not to the hcb, I add an extract from my config.g file. Can you enlighten me on this subject thank you in advance.

      Printer instamsys funmat, bed 260 x 260 . Température maximum 160°c

      alt text

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T122000 B3590     ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                              ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00                                   ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S160                                       ; set temperature limit for heater 0 to 160C
      
      M308 S1 P"e0temp" Y"thermistor" T100000 B4138      ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1                               ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00                                   ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S450                                       ; set temperature limit for heater 1 to 450C
      M308 S2 P"e1temp" Y"thermistor" T100000 B4138      ; configure sensor 2 as thermistor on pin e1temp
      M950 H2 C"e1heat" T2                               ; create chamber heater output on e1heat and map it to sensor 2
      M307 H2 B1 S1.00                                   ; enable bang-bang mode for the chamber heater and set PWM limit
      M141 H2                                            ; map chamber to heater 2
      M143 H2 S120                                       ; set temperature limit for heater 2 to 120C
      
      posted in Config Tool
      404-print
      404-print