Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. noisettetbou
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 51
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by noisettetbou

    • RE: filament-change.g

      @dc42
      @Argo
      I've tested the new firmware and it's ok. No bug with M291. The print was well paused during all the process.
      Thank you very much !

      posted in Beta Firmware
      noisettetbouundefined
      noisettetbou
    • RE: filament-change.g

      @dc42
      I'm running in standalone mode with a Duet 2 wifi + Duex5. I haven't got Panel Due.

      It seems be the same bug that @Argo has mentionned here :
      https://forum.duet3d.com/post/228870

      posted in Beta Firmware
      noisettetbouundefined
      noisettetbou
    • RE: filament-change.g

      @dc42 I don't know.
      Usually I'm in dual extrusion but I've broken a heatbreak, so back to M600 😉

      posted in Beta Firmware
      noisettetbouundefined
      noisettetbou
    • filament-change.g

      Hello,
      I'm with RRF3.3beta3 and when I run M600, filament-change.g is called but the print resume between steps of the file instead of at the end of file :

      G91 ; relative positioning
      G1 Z20 F1200 ; lift Z
      G90 ; absolute positioning
      M291 R"Déchargement de filament" P"Rétraction en cours..." S0 T5
      G1 E-100 F900 ; Retract fast
      M106 P2 S0 ; led
      G4 P200 ; pause
      M106 P2 S1 ; led
      M291 R"Changement de filament" P"Changez de filament puis pressez OK" S2
      M291 R"Changement de filament" P"Chargement en cours" S0 T12
      G1 E70 F300 ; Unretract and purge
      M116 ; Wait
      M106 P2 S0 ; led
      G4 P200 ; pause
      M106 P2 S1 ; led
      M291 R"Changement de filament" P"Filament changé" S2

      Somebody knows why ?

      posted in Beta Firmware
      noisettetbouundefined
      noisettetbou
    • RE: Lightburn relative coordinates

      @bks31
      Hello. I had tried to connect to fan pin but there's not enough power for a laser of 40w.
      You need to wire with a circuit like Duet says here :
      https://duet3d.dozuki.com/Wiki/Laser_PWM_control
      I've added a 12v power supply for the laser and now it's ok.

      posted in Laser Cutters
      noisettetbouundefined
      noisettetbou
    • RE: Lightburn relative coordinates

      I've found. It was enough to write a G90 in the start code because my positioning of axis (park of X and centering of U) are in absolute coordinates.
      Then Lighburn write G91 and no problem.
      Is-it mean RRF turns relative mode when selecting laser mode ?

      posted in Laser Cutters
      noisettetbouundefined
      noisettetbou
    • Lightburn relative coordinates

      Hello.
      I've a laser on U axis (mapped on X with the laser tool selected) who works very well with Lightburn for cutting (gcode generate in absolute mode) but don't works in raster mode (relative mode). I've asked to Lightburn developper and he said it's normal his soft do that.
      If I use relative mode in printer mode, no problem, but in laser mode M452, relative mode don't work (Error: G0/G1: target position outside machine limits) . An idea ?

      posted in Laser Cutters
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @dc42 @Phaedrux @oliof
      dc42 has reason. My voltage is enough for each axis but limit for all axis in the same time.
      So i've decided to installing a Duex5.

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      I think too... 😢 but I would like to understand

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @oliof
      It's no a problem if current is respected. I use two motors on same driver in X axis and no problem. And I done as you said for trying, so there is only one motor right now, and no good stall detection...

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      I've tried to invert driver with X and always the problem. As if my Y motors aren't compatibles with the stall detection.
      Is it possible ? Crazy, no ?

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @oliof
      It's a good idea. I've tried and it is the same problem.
      So 2 motors on same driver and the series wiring aren't the source of the problem.
      I'm trying to invert drivers.

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      That's a link to a photo of Y axis :
      https://photos.app.goo.gl/oeFLBnE1iaKtcJMNA
      The motors are biaxials and synchonysed by a shaft

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      Thanks for the calculation. I've confused the units of torque.

      I've tried speeds up to 300 mm/s and differents current between 20 and 100% but nothing.

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux said in Stall detection with 2 motors:

      Well what behaviour do you want when a stall is detected? stop both motors or stop each individually?

      I want to stop both motors. No choice, they're in series on the same driver.
      This is the results of my M98 P"config.g" :
      09/09/2020 à 22:16:49 M98 P"config.g"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
      Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 269C

      Note my My PID aren't done for heaters errors.

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      And I'm not sure of my calculation of the H parameter and speed. This is my Y motors (2 in series) of my Y axis specifications :
      Spécification électrique
      Numéro de pièce du fabricant: 17HS24-2104D
      Type de moteur: Bipolar Stepper
      Angle de pas: 1.8 deg
      Couple de maintien: 65Ncm(92.3oz.in)
      Courant/phase: 2.10A
      Tension: 3.360V
      Résistance/phase: 1.60ohms
      Inductance: 3.00mH ± 20%(1KHz)

      I've found more than 1000 mm/s. It's crazy !

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      And I've tryed M574 Y1 S4 and indicate some differents M915 H parameters but no change. Force on endstop or false detection.

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      09/09/2020 à 21:53:09 M115
      FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.1.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-05-19b2

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      I understand trying to stall multiple motors at the same time is problematic but it's work on my other printer (nema23) and on my X axis on this one.
      The only differences on this printer (nema17) with the 2 motors of X are the 2 motors of Y turn in opposate direction and are slightly stronger.

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou
    • RE: Stall detection with 2 motors

      @Phaedrux
      Config.g :
      ; Drives
      M569 P0 S1 ; physical drive 0 goes forwards
      M569 P1 S1 ; physical drive 1 goes forwards
      M569 P2 S1 ; physical drive 2 goes forwards
      M569 P3 S1 ; physical drive 3 goes forwards
      M569 P4 S1 ; physical drive 4 goes forwards
      M584 X0 Y1 Z2 E3:4 ; set drive mapping
      M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
      M92 X53.33 Y106.67 Z106.67 E415.00:415.00 ; set steps per mm
      M566 X900 Y900 Z300 E120:120 ; set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z6000 E1200:1200 ; set maximum speeds (mm/min)
      M201 X500 Y500 Z300 E250:250 ; set accelerations (mm/s^2)
      M906 X2000 Y2100 Z1800 E700:700 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X-210 Y-210 Z0 S1 ; set axis minima
      M208 X210 Y210 Z510 S0 ; set axis maxima

      ; Endstops
      M574 X1 S3 ; configure sensorless endstop for low end on X
      M574 Y1 S3 ; configure sensorless endstop for low end on Y
      ; M574 Z1 S2 ; configure Z-probe endstop for low end on Z
      M574 Z2 S3 ; configure Z-probe endstop for high end on Z
      M915 X S0 F0 R0 ; configure stall detection X
      M915 Y S0 F0 R0 ; configure stall detection Y
      M915 Z S0 F0 R0 ; configure stall detection Z

      HomeY.g
      M913 Y50 ; reduce current
      M400
      G1 H1 Y-450 F12000 ; move X axis endstop
      M913 Y100 ; increase current
      G90 ; absolute positioning

      posted in Duet Hardware and wiring
      noisettetbouundefined
      noisettetbou