Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. FoxLab
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 25
    • Best 1
    • Controversial 0
    • Groups 0

    FoxLab

    @FoxLab

    1
    Reputation
    1
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.3dfoxlab.com Location Cologne Age 47

    FoxLab Unfollow Follow

    Best posts made by FoxLab

    • RE: Door Switch

      Hi Timothyze,

      thank you for your prompt reply and please excuse my slow feedback.

      For those who are interested:

      I could solve my Door Switch issue using the suggested M581 command and the extruder Extruder Endstop of E0 ("e0stop"). I have used it in a manner of triggering a "software" based emergency stop (https://duet3d.dozuki.com/Wiki/Connecting_an_Emergency_Stop)
      M25 was not necessarry as M581 command now allows to directly trigger the pause print g-code by setting the T parameter to 1 (guess this only works since RepRapFirmware 3.01RC2 and later).
      I'm using a optical endstop which hase a high edge when the door is closed.

      Here is the code which I used and embedded into config.g => General preferences:
      M950 J1 C"e0stop" ; Jnn = Input pin number (RRF 3.01RC2 and later only)/ C"name" Pin name(s) and optional inversion status.
      M581 P1 T1 S0 C1 ; P1 = specifies input trigger (corresponds to M950 J1)/T1 = pause print/S0 = falling edge signal when door is opened/C1 only trigger when printing

      Best regards
      Dominik

      posted in Duet Hardware and wiring
      FoxLabundefined
      FoxLab

    Latest posts made by FoxLab

    • RE: PID setup macro M307 vs. M301

      As always thank you for your prompt reply!

      posted in Gcode meta commands
      FoxLabundefined
      FoxLab
    • PID setup macro M307 vs. M301

      Hello,

      I'm aiming to setup multiple hot ends for my printers. This means that every hot end has its individual:
      heating cartridge,
      thermistor ,
      heat blocks and
      nozzle diameters etc.
      Due to the different physical setup each of those require a individual PID tuning for a certain temperature.
      Rather than doing a PID tuning each time I'm exchanging the hot ends I'd like to setup a PID setup Macro for each individual hot end.
      From my understanding it is recommended to use use M307 command based on the computed PID values after tuning? In other words I can copy M307 command for my Macro from config_overwrite after saving values with M500.
      I have several printers with the same hardware setup but differences in build volumes used Duet Boards (Not Firmware) and of cause e.g. internal power cable lengths or in general wire lengths . Between those I can technically change my hot ends without any issue.
      Can I use a created PID macro I have generated after tuning one particular hot end on one printer and transfer it to another printer of the same type, or would you recommend to have a individual tuning of each hot end on each printer due to the physical differences between printer hardware?

      For Which purpose would you generally recommend to use M301 command?

      Thank you
      Dominik

      posted in Gcode meta commands
      FoxLabundefined
      FoxLab
    • RE: Door Switch 2

      Thank you!!!
      This solved my issue.

      posted in General Discussion
      FoxLabundefined
      FoxLab
    • RE: Door Switch 2

      Thank you for your answer.

      I have modified my code as suggested with no positive result. .
      It now looks like this:
      M950 J2 C"e2stop"
      M581 P2 S0 T1 R1

      I have cross checked it with my previouse setting for a Photocell using the C parameter and it works when I use the above shown code for e0stop.

      Any other ideas?

      posted in General Discussion
      FoxLabundefined
      FoxLab
    • Door Switch 2

      Hello I have dedicated myself once again to the topic of door switches now using a simple reed switch. Among other posts, I took a closer look at this post again:
      https://duet3d.dozuki.com/Wiki/Using_M581_-_External_Triggers_and_Building_a_Control_Panel

      Anyway, I have not really gleaned success.
      First, here are the actual global specifications :
      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2)

      In an old door switch setup, with a Duet Maestro, I used a light barrier to switch like this:
      M950 J1 C "e0stop"
      M581 P1 S0 T1 C1

      Now I want to use a reed switch with a 3,3V falling edge over I/O pin 4 "E2_STOP" and connect it to pin 30 against GND. The circuit is tested and does what it should.
      Analog to the code shown above I have modified the code as follows without success:
      M950 J2 C "e0stop"
      M581 P2 S0 T1 C1

      Even I have taken a look at Pin Name formate I have also tested different writings without success.

      Anyones comment is appreciated.

      posted in General Discussion
      FoxLabundefined
      FoxLab
    • RE: Maximum current of the heater cartridge

      Thank you for your fast answers again!

      posted in Duet Hardware and wiring
      FoxLabundefined
      FoxLab
    • RE: Maximum current of the heater cartridge

      Sorry, this should have been defined earlier.
      At the moment I have Duet 2 WiFi, Duet 2 Ethernet and Duet 2 Maestro in stock. Thus I can choose. Would be interesting to have an answer for each of these boards to understand my operating range.
      Thank you

      posted in Duet Hardware and wiring
      FoxLabundefined
      FoxLab
    • Maximum current of the heater cartridge

      Hi,
      I'm planning the setup of a hotend capable to deliver temperatures up to 500°C.
      Therefore I'm wondering what the maximum accepted current (amps) of the heater cartridges is when using a 24V power supply.

      Thank you

      posted in Duet Hardware and wiring
      FoxLabundefined
      FoxLab
    • RE: Very Slow Retraction/Extrusion Movement

      Thank you very much for your helpfull answers!!!

      Thus the only remaining question for me is if I can disable the extrusion interface of the panel due somehow or if it is possible to tweak the extrusion speed in this interface?

      posted in Gcode meta commands
      FoxLabundefined
      FoxLab
    • RE: Very Slow Retraction/Extrusion Movement

      Thank you very much for the fast response!!!
      This will be tested in the upcoming days.

      Will the maximum extrusion speed defined in M203 of the config.g file have an influance on the maximum extrusion speed in the extrusion interface of the PanelDue)

      posted in Gcode meta commands
      FoxLabundefined
      FoxLab