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

    Posts made by danzaywer

    • RE: Bed mesh at different temps

      I use a similar approach, I scan at varous temp and with different plate(steel and glass),with a complex bed.g called by G32.
      I put this control in homez.g and do it after bed temp settled .
      in orca start I have M190 followed by G28.

      ....
      if {fileexists(floor(heat.heaters[0].active)^var.plate^".csv")}
      	var map={(floor(heat.heaters[0].active)^var.plate^".csv")}
      	if var.verbose 
      		echo "load "^var.map;
      	G29 S1 P{var.map};
      else ;
      	if var.verbose 
      		echo "no file .csv! load heightmap.csv"
      	G29 S1;
      
      posted in Tuning and tweaking
      danzaywerundefined
      danzaywer
    • RE: Software bundle 3.5.0rc.4 now available

      windows detect a virus in it

      virus_duet3.5_rc4_2.png

      virus_duet3.5_rc4.png

      posted in Firmware installation
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @droftarts I have the same behavior, I have RGBW LEDs, set with M950 E1 C"duex.pwm5" T2

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @droftarts Ok, thanks for checking

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @gloomyandy It worked on 3.4.6, could not try downgrade at the moment, too many changes to do

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @droftarts Yes, it worked fine. BTW no a great issue, if set blue I have cyan....

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @droftarts On duex.pwm5 I should have 5v from external source, I have atx 5v rail connected on "EXT 5v" and "5v AUX" jumper is on "5v ext", while the strip on CONN_LCD have signal on a 74HCT08.

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @gloomyandy Nope
      I try from 3200000 to 2000000, also 1600000 and 8000, 800 500 just to try, green is always on everytime i send an M150. Maybe an hardware foult of my duet? on

      M950 E1 C"duex.pwm5" T2
      

      is same same .

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @danzaywer default frequency should be 3000000Hz ?

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @gloomyandy

      M950 E0
      NeoPixel_RGBW strip on port "(connlcd.np,connlcd.db7,connlcd.5)" uses bit-banging, frequency 2500000Hz, max strip length 3
      
      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      @gloomyandy Certainly

      M950 E0 C"connlcd.5" U3 T2
      
      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-rc.1 LED Issuse

      I have a strange behavior on the leds with the 3.5rc1 too, on duet2 wifi . Basically, the first set is successful if done at the same time as the print starts (I have the M80 command in the start.g and M150 R255 S3) after which with any other M150 the green on the first LED remains lit as a residue. For example, with

      M150 E0 R0 U0 B0 S3
      

      the first remains green, with

      M150 E0 R255 U0 B0 S3
      

      the first is orange (red + green) the other two red, with

      M150 E0 R0 U0 B0 W250 S3
      

      the first green, the other 2 white. I have 3 neopixel rgbw leds for the stealthburner, port CONN_LCD and a 74HCT08, older firmware all worked. I also wired 3 other LEDs to another connector with 5V logic of the Duex5, without 74HCT08, and configured E1 strip but the behavior is the same. If power on outside print and send an M150 the issue is present at first shot.

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • RE: WIFI SPI timeout error

      @martinv I'm on 2.1beta4, after turned FTP off the problem not occurred yet but I restart printer for other reasons. I have the impression that the problem arises after a long period of activity .

      posted in Duet Hardware and wiring
      danzaywerundefined
      danzaywer
    • RE: WIFI SPI timeout error

      @martinv So you say to use

      M552 S-1
      

      instead of

      M552 S0
      

      in my trigger? Luckily since I disabled FTP I have done 4 long prints and still there is no problem

      posted in Duet Hardware and wiring
      danzaywerundefined
      danzaywer
    • RE: WIFI SPI timeout error

      @OwenD I just disabled FTP. Telnet already off... Let's see if anything changes

      posted in Duet Hardware and wiring
      danzaywerundefined
      danzaywer
    • RE: WIFI SPI timeout error

      @Phaedrux I had issue first time flashing beta so I used M997 S1 P"I-not-remenber-what-bin-working" 😧

      posted in Duet Hardware and wiring
      danzaywerundefined
      danzaywer
    • RE: WIFI SPI timeout error

      @Phaedrux I haven't tried, what file should I upload for the beta4? DuetWiFiModule_32S3.bin
      783 KB?
      The problem is sporadic, it happened to me 3 times and after at least 2 hours of printing on a 5 hour print. Now it is completing a 5 hour print and the problem did not occur, but it is the first print after the restart, it has always happened on prints made with the printer that had already worked other prints.

      posted in Duet Hardware and wiring
      danzaywerundefined
      danzaywer
    • WIFI SPI timeout error

      WhatsApp Image 2023-11-01 at 22.23.26.jpeg
      Hi, I have this error message flashing on screen and duet disconnect. this happen during print and the print finish but I have to switch off printer to reconnect, I can do nothing becouse error flash continually. now I set an external trigger with

      M552 S0 
      G4 S1
      M552 S1 
      

      to see if i can restore functionality but what can be the cause? wifi module broken?

      Duet 2 WiFi 2WiFi 3.5.0-rc.1
      Duet WiFi Server n/a 2.1beta4
      Duet Web Control DWC 3.5.0-rc.1

      posted in Duet Hardware and wiring
      danzaywerundefined
      danzaywer
    • RE: 3.5.0-beta.4 neopixel on duet 2 wifi

      @jay_s_uk
      Thank you!
      It worked

      posted in Beta Firmware
      danzaywerundefined
      danzaywer
    • 3.5.0-beta.4 neopixel on duet 2 wifi

      Hi,
      I updated to 3.5.0b4 but now I do not know how to configure the LEDs neopixel for stealthburner. the LEDs are connected on pin 5 CONNLCD using a 74HCT08 for level shift and up to 3.5.0b3 worked with M150 X4 Q3000000 in config.g, now I do not know what pin should be put in the C parameter of M950. Can anyone help me?

      posted in Beta Firmware
      danzaywerundefined
      danzaywer