• Tags
  • Documentation
  • Order
  • Register
  • Login
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

  • undefined

    PID setup macro M307 vs. M301

    Gcode meta commands
    • • 21 Apr 2022, 10:45 • FoxLab 21 Apr 2022, 16:04
    3
    0
    Votes
    3
    Posts
    184
    Views

    undefined 21 Apr 2022, 16:04

    As always thank you for your prompt reply!

  • undefined

    Solved Door Switch 2

    General Discussion
    • • 19 Nov 2020, 15:10 • FoxLab 24 Nov 2020, 21:05
    6
    0
    Votes
    6
    Posts
    283
    Views

    undefined 24 Nov 2020, 21:05

    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.

  • undefined

    Maximum current of the heater cartridge

    Duet Hardware and wiring
    • • 29 Sept 2020, 09:55 • FoxLab 29 Sept 2020, 14:14
    5
    0
    Votes
    5
    Posts
    460
    Views

    undefined 29 Sept 2020, 14:14

    Thank you for your fast answers again!

  • undefined

    Very Slow Retraction/Extrusion Movement

    Gcode meta commands
    • • 15 Sept 2020, 07:12 • FoxLab 16 Sept 2020, 06:55
    6
    0
    Votes
    6
    Posts
    443
    Views

    undefined 16 Sept 2020, 06:55

    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.

  • undefined

    Duet Maestro irratic Network loss

    Duet Web Control
    • • 17 Apr 2020, 10:58 • FoxLab 18 May 2020, 10:32
    13
    0
    Votes
    13
    Posts
    517
    Views

    undefined 18 May 2020, 10:32

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

  • undefined

    Solved Door Switch

    Duet Hardware and wiring
    • • 9 Apr 2020, 15:39 • FoxLab 17 Apr 2020, 09:35
    3
    0
    Votes
    3
    Posts
    275
    Views

    undefined 17 Apr 2020, 09:35

    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

  • undefined

    Remove heatbed completely

    Tuning and tweaking
    • • 1 Apr 2020, 10:14 • FoxLab 1 Apr 2020, 21:34
    6
    0
    Votes
    6
    Posts
    283
    Views

    undefined 1 Apr 2020, 21:34

    @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

  • undefined

    Cold extrusion/not assigning heaters

    Tuning and tweaking
    • • 30 Mar 2020, 09:50 • FoxLab 1 Apr 2020, 18:31
    5
    0
    Votes
    5
    Posts
    161
    Views

    undefined 1 Apr 2020, 18:31

    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.

  • undefined

    Logging / Printer Statistics

    General Discussion
    • • 30 Oct 2019, 12:08 • FoxLab 30 Oct 2019, 12:36
    3
    0
    Votes
    3
    Posts
    232
    Views

    undefined 30 Oct 2019, 12:36

    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?

Unless otherwise noted, all forum content is licensed under CC-BY-SA