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

    Topics created by FoxLab

    • FoxLabundefined

      PID setup macro M307 vs. M301

      Gcode meta commands
      • • • FoxLab
      3
      0
      Votes
      3
      Posts
      195
      Views

      FoxLabundefined

      As always thank you for your prompt reply!

    • FoxLabundefined

      Solved Door Switch 2

      General Discussion
      • • • FoxLab
      6
      0
      Votes
      6
      Posts
      300
      Views

      Phaedruxundefined

      Sometimes it helps to test changes in the console first before putting them in config.g. This lets you see any error messages that would get missed during startup. Another option is to send M98 P"config.g" which executes config.g as a macro and you can see any error messages then. I'm pretty sure it would have complained about the pin name not existing.

      Glad it's sorted out though.

    • FoxLabundefined

      Maximum current of the heater cartridge

      Duet Hardware and wiring
      • • • FoxLab
      5
      0
      Votes
      5
      Posts
      479
      Views

      FoxLabundefined

      Thank you for your fast answers again!

    • FoxLabundefined

      Very Slow Retraction/Extrusion Movement

      Gcode meta commands
      • • • FoxLab
      6
      0
      Votes
      6
      Posts
      468
      Views

      Phaedruxundefined

      You could edit the PanelDue firmware itself maybe.

      If the extrusion speeds in the PanelDue interface are too high it won't really matter, because if the speed limit is set low in the config.g it won't be able to move it faster.

    • FoxLabundefined

      Duet Maestro irratic Network loss

      Duet Web Control
      • • • FoxLab
      13
      0
      Votes
      13
      Posts
      544
      Views

      FoxLabundefined

      No Problem, it was me who did not take time to test everything in a straigh process.

    • FoxLabundefined

      Solved Door Switch

      Duet Hardware and wiring
      • • • FoxLab
      3
      0
      Votes
      3
      Posts
      314
      Views

      FoxLabundefined

      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

    • FoxLabundefined

      Remove heatbed completely

      Tuning and tweaking
      • • • FoxLab
      6
      0
      Votes
      6
      Posts
      298
      Views

      droftartsundefined

      @FoxLab @Phaedrux I wrote this caveat recently, just updated with the above: https://duet3d.dozuki.com/Wiki/Connecting_an_LCD_control_panel?revisionid=HEAD#Section_Limitations

      Ian

    • FoxLabundefined

      Cold extrusion/not assigning heaters

      Tuning and tweaking
      • • • FoxLab
      5
      0
      Votes
      5
      Posts
      177
      Views

      Phaedruxundefined

      Sorry to lead you astray. I learned something new today. I'll update the cold extrudes wiki entry to mention the thermistor requirement and also point out the work around of using a tool without a heater assigned.

    • FoxLabundefined

      Logging / Printer Statistics

      General Discussion
      • • • FoxLab
      3
      0
      Votes
      3
      Posts
      241
      Views

      FoxLabundefined

      Thank you for your fast response.
      Does log locally mean it is a log file on the SD Card or saved in a protected area of the Duet 3 including read only options?