Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. ander
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 71
    • Best 3
    • Controversial 0
    • Groups 0

    ander

    @ander

    3
    Reputation
    7
    Profile views
    71
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ander Unfollow Follow

    Best posts made by ander

    • RE: Flying extruder with 4th axis

      Hi there!!! the setup is complete!! hopefully everything goes fine with this configuration, i just moved the 4th axis putting the conector in the extruder´s driver and works fine so far. i put the pictures here to see the mechanical configuration, and if you have any questions for the development of the firmware just let me know.!6_1542051232800_índice.jpg 5_1542051232800_índic1e.jpg 4_1542051232800_índi1ce.jpg 3_1542051232800_í1ndice.jpg 2_1542051232800_índi11ce.jpg 1_1542051232800_ín11dice.jpg 0_1542051232799_índ111ice.jpg

      posted in Firmware developers
      ander
      ander
    • RE: Auto delta calibration issue

      Hi, i just checked it and it was this, thanks for the help,you guys are giving a really nice support 🙂

      posted in General Discussion
      ander
      ander
    • RE: Flying extruder with 4th axis

      Hi there!!!
      a bit late but here goes my setup:
      https://www.youtube.com/watch?v=ToBLN7YHWt4

      posted in Firmware developers
      ander
      ander

    Latest posts made by ander

    • RE: Filament sensor switch in 4 axis Delta

      Hi there
      Yes, i already did the PID tunning, i have an E3D with a sock, but the weird thing is that the malfunction happens only while autoleveling, if there is no temp error after autoleveling the printing goes perfect, the temperature is very stable.
      referring to the filament monitoring, i tried like you said and looks like works 🙂

      posted in Filament Monitor
      ander
      ander
    • RE: Filament sensor switch in 4 axis Delta

      Anyone can help me please?

      posted in Filament Monitor
      ander
      ander
    • RE: Filament sensor switch in 4 axis Delta

      Hi there
      i put exp.e2stop, and my endswitch´s signal wire goes to pin 4 on the expansion side, i see no error for now when i reset the duet. then i tested printing something and pushing and releasing the switch of the filament....the printing continues as normal....so it doesn´t work.
      Also, something weird happens with the extruder that i realised. If i set manually for example 200 degrees for the extruder, seems to reach and mantain it very well. but when printing....first reaches 200 degres and then starts autoleveling...and when does it, temperature varies quite a bit, and sometimes gives me temp error due to those oscilations (i´m using a E3D)
      thanks
      config(10).g

      M98 P"config.g"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      Endstop configuration:
      X: high end switch connected to pin xstop
      Y: high end switch connected to pin ystop
      Z: high end switch connected to pin zstop
      U: high end switch connected to pin e0stopWarning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
      Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 1305C

      posted in Filament Monitor
      ander
      ander
    • RE: Filament sensor switch in 4 axis Delta

      Thanks for the help, i tried what you (phaedrux) sayd and worked, i don´t have this error anymore.
      Now, the filament sensor switch (it is a regular endstop switch)is connected to pin 4 (E2_stop)in the expansion board.
      and is giving me an error:

      M98 P"config.g"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      Endstop configuration:
      X: high end switch connected to pin xstop
      Y: high end switch connected to pin ystop
      Z: high end switch connected to pin zstop
      U: high end switch connected to pin e0stopWarning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
      Error: Unknown pin name 'e2stop'
      Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
      Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 1232C

      How can i make it work?
      here is my last config.g
      thanks

      config(9).g

      posted in Filament Monitor
      ander
      ander
    • RE: Filament sensor switch in 4 axis Delta

      Thanks for the help.
      The screen now works thanks to your advice
      the filament sensor value is changed to 0 and is not giving any error but i don´t know yet if works properly (how can i check that?)
      the macro error....you were right, i didn´t send the m500 yet because i just put a new duet and i´m trying to put it to work.
      I changed the z -2 to z0 and i still have the same error.
      this is what i see now after sending M98 P"config.g"
      M98 P"config.g"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      Error: Z axis maximum must be greater than minimum
      Endstop configuration:
      X: high end switch connected to pin xstop
      Y: high end switch connected to pin ystop
      Z: high end switch connected to pin zstop
      U: high end switch connected to pin e0stopWarning: 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 365C
      Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 1232C

      This is my config file:
      config(8).g

      posted in Filament Monitor
      ander
      ander
    • RE: Filament sensor switch in 4 axis Delta

      @Phaedrux said in Filament sensor switch in 4 axis Delta:

      M98 P"config.g"

      Thanks for the help.
      Yes, my firmware was 3.0 and i uploaded to 3.1.1 but i had some trouble after doing so.
      now the screen shows "connecting" the whole time and it doesn´t work .
      from the duet web control it works normal.
      this is what popped out when i send the comand you asked me to send:
      17/10/2020 12:08:15 M98 P"config.g"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      Error: Z axis maximum must be greater than minimum
      Endstop configuration:
      X: high end switch connected to pin xstop
      Y: high end switch connected to pin ystop
      Z: high end switch connected to pin zstop
      U: high end switch connected to pin e0stopWarning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
      Error: in file macro line 76: M591: parameter 'D' too high
      Warning: Macro file config-override.g not found

      this is what shows now sending m115:
      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

      i don´t know why but an error pops out when i try to update duetwificonbined.bin
      i updated duet2and3firmware3.1.1.zip and worked.

      config(7).g

      posted in Filament Monitor
      ander
      ander
    • Filament sensor switch in 4 axis Delta

      Hi there!
      I would like to connect a regular filament sensor switch to my duet wifi with firmware 3.0.
      My machine is a delta printer with 4th axis that carries a flying extruder on the 4th axis.
      My E0 stop port is used for the effector´s switch and the E1 stop port is used for the aditional axis´s endstop(U axis).
      My idea was to use the expasion board´s pin for the filament switch(E2´s stop pin).
      But i don´t mannage to make it work.
      I would also like to know what changes in the web control when you activate this function so i can test properly if works.
      This in my config.g :
      config(6).g

      posted in Filament Monitor
      ander
      ander
    • RE: Autolevel sensor not working properly

      This is my last config file:config(4).g

      posted in General Discussion
      ander
      ander
    • RE: Autolevel sensor not working properly

      i updated to firmrware 3.0 and the temp sensors read well but still having issues with the autolevel sensor working in the opposite way

      posted in General Discussion
      ander
      ander
    • Autolevel sensor not working properly

      Hi there!
      i´m updating my prusa hephestos2 to duet and i´m trying to make the original autolevel sensor work but the duet keeps saying the sensor it is already activated.
      when turning on the duet already says P1000 altho it is at 100 mm height, when i aproximate a metalic thing to it it changes to 0 so it detects well.
      I am going crazy trying to change it to 0 when is high but i can´t do it.
      also the hitting sensors show 2000 degrees, i´m using the original ones of 95k
      config(3).g I´ll put my config file so anyone can help me please.
      this is my setup:
      Firmware Electronics: Duet WiFi 1.02 or later
      Firmware Version: 2.03beta3 (2019-03-25b6)
      WiFi Server Version: 1.23
      Web Interface Version: 1.22.6

      posted in General Discussion
      ander
      ander