Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Yonkiman
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 43
    • Posts 155
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Yonkiman

    • Yonkimanundefined

      What is M669 equivalent of "M667 S1" for CoreXY?

      Firmware installation
      • corexy m669 • • Yonkiman
      4
      0
      Votes
      4
      Posts
      735
      Views

      dc42undefined

      I confirm that M667 is still supported in RRF 2.03 except for the XYZ parameters.

      The edits to the documentation made by @Phaedrux look good and I have added a further paragraph.

    • Yonkimanundefined

      Nonstop warning messages

      General Discussion
      • • • Yonkiman
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      Yonkimanundefined

      Thanks - I'll try that the next time it happens.

    • Yonkimanundefined

      Help troubleshooting unusual heater fault

      General Discussion
      • • • Yonkiman
      7
      0
      Votes
      7
      Posts
      908
      Views

      Yonkimanundefined

      Update: I put a new thermistor in and have printed for ~14 hours with no faults and no glitches caught on the graph. So the problem was probably the thermistor.

      I did test the bad thermistor afterwards with a DMM. Couldn't find any leakage to the case, and tapping it didn't produce any visible shifts (DMM, not a scope, so hardly comprehensive). But I'm satisfied. Thanks for the support!

    • Yonkimanundefined

      Bug report: DWC reports "Heater Fault" after fault cleared

      General Discussion
      • • • Yonkiman
      2
      0
      Votes
      2
      Posts
      453
      Views

      dc42undefined

      It sounds like the firmware has lost track of the number of devices you have connected, so it still thinks there is a device connected that hasn't been sent the heater fault message.

      btw Duet Web Control 1.22.3 is now the recommended version to use with RRF 2.01.

    • Yonkimanundefined

      Resume print after power failure (M916)

      General Discussion
      • • • Yonkiman
      4
      0
      Votes
      4
      Posts
      672
      Views

      Yonkimanundefined

      OK, so in my case I'd set X and Y back to 0 in resurrect-prologue.g. I think Z would then need a relative offset to compensate for how much it was increased when the print was interrupted.

      Looks doable - thanks!

    • Yonkimanundefined

      Maximize heater sampling rate for troubleshooting

      Firmware wishlist
      • • • Yonkiman
      3
      0
      Votes
      3
      Posts
      524
      Views

      Yonkimanundefined

      @dc42 Thanks - that should help debug.

    • Yonkimanundefined

      Please move "Estimator" tracking and calculations to firmware

      Firmware wishlist
      • • • Yonkiman
      2
      0
      Votes
      2
      Posts
      497
      Views

      dc42undefined

      The estimates are already generated and maintained by the firmware. So I am surprised that DWC isn't showing them. Reloading DWC might help.

    • Yonkimanundefined

      Yet Another Wifi Connection Problem

      General Discussion
      • • • Yonkiman
      9
      0
      Votes
      9
      Posts
      2.6k
      Views

      lolorcundefined

      Hi,

      I will do, in the mean time it looks like there some network issues. Some network trace reveals a huge amounts of tcp duplicates.
      It takes 45min to upload a 3MB gcode file...
      I'm going to investigate this first. I know I already had issues with some old cisco access point, it might be related as well.

    • Yonkimanundefined

      Can't enable Active Low Endstops

      General Discussion
      • • • Yonkiman
      9
      0
      Votes
      9
      Posts
      1.3k
      Views

      dc42undefined

      @Yonkiman:

      I just updated to 1.21RC1, and the reporting issue is fixed as you said.

      But I'd like to better understand how you are handling the active low case. If you are using a NC switch (the safe way to do endstops) and want active low behavior, the STOP input would need to have a pull-down enabled, with the switch between the STOP input and 3.3V. When the carriage is not homed, the switch connects STOP to 3.3V, so the input is high. When the carriage homes, the switch opens, and the uC's internal pulldown takes the input to ~0V, so the input would be low.

      However when I enable "active low" mode, the input is still pulled up to 3.3V, so there is no way to pull the input low. (Unless you are using a NO switch and tie one end of the switch to ground.)

      How is active low supposed to work?

      Active low would be used for a NO switch or a Hall effect endstop sensor.

    • Yonkimanundefined

      Minimum distance between the IR Sensor and the HeaterBlock?

      IR Height Sensor
      • • • Yonkiman
      4
      0
      Votes
      4
      Posts
      785
      Views

      Yonkimanundefined

      Thanks guys.

    • Yonkimanundefined

      How do I clear a Heater Fault?

      General Discussion
      • • • Yonkiman
      5
      0
      Votes
      5
      Posts
      5.9k
      Views

      Yonkimanundefined

      Thanks!

    • Yonkimanundefined

      Duet Wifi's IP address changing mid-print

      General Discussion
      • • • Yonkiman
      6
      0
      Votes
      6
      Posts
      1.2k
      Views

      dc42undefined

      You could give the Duet a fixed IP address in the M587 command.

    • Yonkimanundefined

      Allow multiple connections from different devices

      Duet Web Control wishlist
      • • • Yonkiman
      6
      0
      Votes
      6
      Posts
      923
      Views

      dc42undefined

      Quite so - and tablets too.

    • Yonkimanundefined

      Incorrect/unwanted DWC status updates

      General Discussion
      • • • Yonkiman
      6
      0
      Votes
      6
      Posts
      929
      Views

      darookeeundefined

      If you connect with a second device, or if you pull the printer status with curl, be sure to go to this url to resolve this problem: http://192.168.0.192/rr_disconnect
      I had the same problem, I was pulling the status with curl to display it in my statusbar, and adding a call to http://192.168.0.192/rr_disconnect after getting the json data resolved it.

    • Yonkimanundefined

      M376 (Set bed compensation taper) not working?

      Tuning and tweaking
      • • • Yonkiman
      5
      0
      Votes
      5
      Posts
      910
      Views

      Yonkimanundefined

      Thanks everyone. In my mind I'd had it set to 5mm (I must have been thinking cm when I entered it) - was surprised to see 0.5mm in my config, but I still expected it to work (maybe not work WELL) since I didn't see a minimum in the docs.

    • Yonkimanundefined

      Intelligent filtering of Mesh Compensation datapoints?

      Firmware wishlist
      • • • Yonkiman
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      roboduetundefined

      My other (related) suggestion is an option for a single G30 probe command to probe multiple points and average them..

      The new is a well-forgotten old.

      +1 for this feature. The same problems with IR sensor forced me to stop using it.

    • Yonkimanundefined

      Feel free to delete this post

      General Discussion
      • • • Yonkiman
      1
      0
      Votes
      1
      Posts
      474
      Views

      No one has replied

    • Yonkimanundefined

      The return of "Triangle interpolation: point outside all triangles!"

      General Discussion
      • • • Yonkiman
      4
      0
      Votes
      4
      Posts
      597
      Views

      dc42undefined

      The disconnection from the browser is not expected. Is it repeatable?

    • Yonkimanundefined

      How screwed am I?

      IR Height Sensor
      • • • Yonkiman
      8
      0
      Votes
      8
      Posts
      1.5k
      Views

      timcurtis67undefined

      @deckingman:

      Please don't take this the wrong way but if you are planning a major rebuild, then consider using aluminium tool plate which will give a you flat build surface thus negating the need to compensate for deviations. If you can build it rigid and square and use three lifting screws, you can also negate the need for any form of software level compensation. It doesn't cost much extra to do and it's so nice to be able to simply home the printer, then print something. I just put G28 (home all) in my start gcode as well as any heating commands. So if I want to print something, I turn on the printer, select the file to print then walk away and come back when it's finished. No messing around having to probe the bed.

      I agree 100% with this. Build it with a good flat print bed and move on…. My current printer has a flat bed and has no need for bed compensation. I am building a new IDEX version with a flat piece of jig plate that will be indicated flat and parallel to the hotend travels. I will use a switch mounted on the back of my bed as a touch height for setting my hotends Z zero's when ever I change them. This will also allow me to run a regular nozzle along with a volcano nozzle on the U drive during the same print.

    • Yonkimanundefined

      Issues with Firmware Retraction?

      General Discussion
      • • • Yonkiman
      3
      0
      Votes
      3
      Posts
      712
      Views

      dc42undefined

      From the M207 entry on the Gcode wiki page:

      Parameters
      Snnn positive length to retract, in mm
      Rnnn positive or negative additional length to un-retract, in mm

      So it's doing exactly what it is supposed to.