Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. efficientAF
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 48
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by efficientAF

    • RE: Duet Wifi V1 and Duex 5 Not Working

      @dc42

      Hi David, really sorry to keep bugging you, but I'm not quite sure how to proceed.

      Apart from what I did in my last message, I'm not sure what else to test to figure out what is wrong and more to the point, if it is salvageable. If it is not, then I would like to determine (if possible) what hardware needs to be replaced and go from there, but I don't know if I need a new Duet, Duex5 or both?

      Also, if I only need to replace one of the two, would my 0.7 Duex5 work with a new Duet 2? Or would my Duet wifi 1.02 work with a new Duex5?

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • RE: Duet Wifi V1 and Duex 5 Not Working

      @dc42

      I checked the temp on the SD Card and at startup it was 23c and only got as high as 29c after about 10 minutes of idling. I got this with my IR temp gun and a thermocouple. I also did a sweep of the board with the IR gun and got a hot spot around 52c to the right of the Atmel and below the PWM fan connectors (with board oriented VIN on the right). With it being an IR gun, I can't really narrow it down much more. I also did a sweep of the Duex5 and nothing really spiked but I can get more specific notes if that would help.

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • RE: Duet Wifi V1 and Duex 5 Not Working

      @dc42

      So there are no points I can probe with my MM to get a reading that would be more conclusive? Or anything that would be more conclusive?

      If not and temp is the only outward indication of these failures, would any heat coming from the SC card indicate failure or is there a range that I need to verify that it has exceeded?

      The issue started with the Duex5 connected, but I later disconnected it, but it did not seem to change anything for the better, or at all that I could tell. The only thing I noticed is that with the Duex5 connected, I see a "Connected" message in the Console of the PanelDue, but when I disconnected the Duex5 it didn't say anything. I'm just not sure if that is to be expected or not.

      Do the 2 heater LEDs on the Duex5 being illuminated when not being used indicate anything? I don't recall them ever being on before.

      Normally I'd say, oh well and suck it up and get the latest board but I don't want to make the same mistake again if it is something I did wrong. Plus, I'm planning my first trip to the UK next month so I will have no money for a while, so if my board is well and truly borked, it might be a while until I can replace it. Really hoping there is a fix lol

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • RE: Duet Wifi V1 and Duex 5 Not Working

      @dc42

      I couldn't find my temp gun, but I measured the voltage at VIN and it was indeed 24v. At this stage, I'm not sure how to test if the SD card and/or WIFI is blown so any tips would be appreciated.

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • RE: Duet Wifi V1 and Duex 5 Not Working

      @dc42

      Hi David,

      Thanks for getting back to me, when I get home I will check the voltage at the power supply and VIN to see what they are at, which should be 24v. I'll use my rinky-dink temp gun to see if those temps are even close to what they are reading as also. What else should I check?

      Is the SD card needed to initialize the expansion board? I'm guessing that it is needed to read the IP from the config, so if the SD card is not working, that might explain that, just not sure about the expansion.

      Hopefully I haven't bricked my board, I was just about ready to start testing my new nimble setup and then this happened lol

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • Duet Wifi V1 and Duex 5 Not Working

      Hi Guys,

      I recently went to turn on my printer and the 2 steppers I have connected to P5 and P6 (dual Z) are not responding and wifi is not working either. No other steppers are currently connected. I ran M115 and it looks like it's not reading my Duex5 for some reason (plus whatever else the report entails) and the 2 heater LEDs closest to VIN are lit when the board is powered on. Also seeming to indicate there is an issue with the expansion board are the results from M122 P101 which came back "Expander status 0000". My PanelDue is still working, so that's good 🙂

      I honestly think the only thing I did since the last time it was working was to remove the SD card and remap my X and Y drives for my new setup and after restarting it, I am where I am now. I tried reverting back to the previous config but to no avail so I'm not sure the problem is there, but I'd be lying if I said I had any idea what is happening right now lol The report is below, apologies for the image, my printer is in a different room than my regular computer.

      0_1565747515054_DuetWifi_Report.jpg

      Possibly related but maybe not.... but I'm in the process of re-doing my setup so I've disconnected everything except for the 2 Z steppers and 1 limit switch, leaving the wires themselves still connected to the board though since there is a separate connection point nearer to the motors and extruder so that is where they were disconnected.

      Anyhow, any help would be really appreciated and hopefully I didn't bin it 😕

      .......Config below......

      ; Configuration file for Duet WiFi (firmware version 1.17)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Fri May 05 2017 18:12:44 GMT-0700 (Pacific Daylight Time)

      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P1 ; Set firmware compatibility to look like RepRapFirmare
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X1500 Y500 Z1500 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 E1 Z0 S1 ; Define active low and unused microswitches
      M558 P5 X0 Y0 Z1 H5 F120 T6000 ; Set Z Probe to type Switch or Digital output where Z probe connector is used. Used for z only.;
      G31 P50 X-30 Y-2 Z1.8 ; Set Z probe trigger value, offset and trigger height
      M557 X30:1450 Y20:500 S45 ; Define mesh grid

      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards x dir
      M569 P1 S1 ; Drive 1 goes backwards Y dir
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S0 ; Drive 3 goes forwards x dir
      M569 P4 S0 ; Drive 4 goes backwards
      M569 P5 S1 ; Drive 5 goes backwards Z dir
      M569 P6 S0 ; Drive 6 goes forwards Z dir
      M584 X0:3 Y1 Z5:6 E2:4 ; Apply custom drive mapping
      M671 X-140:1670 Y370:370 S1.5 ; Tilt compensation/gantry leveling
      M350 X64 Y64 Z64 E32:32 I1 ; Configure microstepping with interpolation
      M92 X213.22 Y213.22 Z1008.56 E1335.98:1335.98 ; Set steps per mm
      M566 X600 Y300 Z20 E120:120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X6000 Y3000 Z180 E1200:1200 ; Set maximum speeds (mm/min)
      M201 X900 Y450 Z20 E250:250 ; Set accelerations (mm/s^2)
      M906 X2200 Y2200 Z2200 E1680:1680 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Heaters
      M143 S280 ; Set maximum heater temperature to 260C
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 1
      M305 P2 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 2
      M307 H7 A-1 C-1 D-1 ; Disable Heater to use for BLTouch Servo

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R160 S200 ; Set initial tool 0 active and standby temperatures to 0C
      M563 P1 D1 H2 ; Define tool 1
      G10 P1 X55 Y0 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C

      ; Network
      M550 PMyDuet ; Set machine name
      M552 P192.168.1.5 S1 ; Enable network and acquire dynamic address via DHCP

      ; Fans
      M106 P0 S1 I0 F500 H1:2 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P0.1 S1 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

      ; Custom settings are not configured

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • RE: Disconnecting Heater and Thermistor while powered

      Oh that's a bit different lol I don't think I'm capable of parsing what is going on there 🤷 Thanks again for the info David, very much appreciated!

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • RE: Disconnecting Heater and Thermistor while powered

      @dc42 Thanks a bunch! I'll be sure to recess the contact points sufficiently. I'm sure I'll have more questions later about scripts and macros, but troubleshooting those shouldn't be harmful to the board so I'll try to work through them 🙂

      Is this the patent you were referring to? Admittedly I've only looked over the images, but from what I can see that's pretty interesting. It's more or less what I had in mind. I was thinking about only heater and thermistor connections of course, but have 2 sets of contacts, "dock" side for pre-heating before that tool is loaded and "carriage" side for actual printing, hence my original question. The other main difference would be that I'm going to try using a standard E3D Titan drive gear as part of the tool and pinion/stepper attached to the carriage. I'm hoping it would be sufficient to just jog the motor a little bit to get the teeth to mesh, but I can imagine that would cause wear over time. It looks like they have a crown shape for coupling the stepper to the filament drive, but I'm sure they have something with some tapers in mind already lol My printer will mostly be for my own use, so I assume I should be OK if there is some design overlap, accidental as it may be lol But I also don't know how this stuff works haha

      @vhoward I have a duex5 but I'm looking to potentially use those other drivers for different purposes like operating the tool change lock, among other things. My printer currently uses 5 drivers just for motion (2 on Z, 2 on X and 1 on Y), leaving me with only 5 for tools and other things. Since I'm not limited on heater and thermistor inputs, I am working on a setup that grants me that flexibility, but reliability still remains to be seen overall. I could still do it without using the contact based method, but that would mean more wiring for my particular printer. Note that my printer is not like the others, which is why I can't do what others do, sadly. I'd love to take E3d's setup and use it whole hog, but as I mentioned, I would be limited by the total number of tools and features I can use as a result.

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • Disconnecting Heater and Thermistor while powered

      Hi Guys,

      I'm working on implementing a tool change setup to my printer, tl;dr my idea depends on being able to disconnect the heater and thermistor wires while the printer is powered on. I'm sure there is more to it (maybe set heater to 0 before and reset faults after?), but I remember many stern warnings about not physically disconnecting a stepper while everything is powered so I thought it best to ask before I do anything remotely similar.

      Thanks!
      Brandon

      posted in Duet Hardware and wiring
      efficientAFundefined
      efficientAF
    • Using Load Detection for Belt Tension Testing

      I was wondering if it would be possible to use the motor load detection in some way to run a quick test to determine if any belt is worn out or loose, if a drive gear is spinning on it's shaft a little and overall slop in an axis prior to printing, especially really long prints?

      The idea is that if you ran an axis at a set speed over a given distance and stopped it suddenly, a loose belt would dissipate more energy than a tighter one requiring less from the stepper to hold a stopped position and not cog over. My big assumption is that the steppers only use as much as they need to hold a position so if that's not the case maybe this wouldn't do much.

      If it could work, once you are getting excellent quality prints, you could set values for starting position, distance, speed, "out of spec" tolerance, etc. for each axis and run the test but have it remember that value for that axis. When run after that, it would compare the results against set "good" value and if it is out of spec, it tells you that something requires your attention, otherwise it's business as usual. There may be a more elegant way to accomplish this, but this is the best I could come up with lol

      Anyways, hopefully this could work and provide an easier way to test our printer hardware to know if maintenance is required. Could be a test that is performed at startup and display a message about which, if any axis are out of spec. I'm not an engineer so I look forward to hearing from people who actually know what they are doing 😛

      posted in Firmware wishlist load detection loose belt slop maybe dumb idea
      efficientAFundefined
      efficientAF
    • RE: Dual Z-axis endstops

      Ahh, I'll keep an eye out for that and let you know if I have any questions, thanks David!

      posted in General Discussion
      efficientAFundefined
      efficientAF
    • RE: Dual Z-axis endstops

      Marvelous! I think I'm on 1.17 so I'm due for an update! I only see the beta5 on github, is there somewhere I can get the latest? Is there any documentation on the new functionality and how to setup?

      posted in General Discussion
      efficientAFundefined
      efficientAF
    • RE: Dual Z-axis endstops

      Are there any updates to official firmware that has support for this? If not, would it be possible to use a macro to temporarily reassign drivers, home both sides, then revert back to the assignments in config.g (or manually copy and paste those settings into the macro)?

      I'm hoping to avoid the need to have extra axes controls that can be messed with on accident or the need to mod the firmware to mitigate this. Plus, I only intend to perform this action once at startup, not before each print since I want to level my gantry and let my probe handle normal homing. Once current is applied to the motors I shouldn't need to do this again.

      posted in General Discussion
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      Will do! I think my initial choice was something along the lines of, "NEMA 17s are common on smaller lighter weight machines, so I must need something bigger" 🙂

      At present I have 2 of the same NEMA 23s and 1/2' lead screws for my Z, but if I go for a more radical redesign, I'll be offsetting as much weight from Y onto Z in which case the extra 23s will be handy as I'd likely have 4 on Z at that point. However since there is no correlation between noise and weight, this change would be to speed up print time and improve quality/reduce corner ringing. It'd be a pricey change so I'll keep that one in my back pocket in case it comes down to that.

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      Ahh, I thought your printer was a CoreXY, but I wasn't sure. That certainly explains a few things!

      So what you're trying to say is that my 123.5N.cm steppers are a bit on the overkill side? 🙂 I have some 42N.cm NEMA 17s that I could use if need be, hopefully the extra 1N.cm won't make much of a difference. They will require new mounting plates and pulleys w/ an ID of 5mm if I do switch. I'll try that if swapping out the bad one with the same kind to see if that fixes it. Since X is plenty quiet, albeit with a single NEMA 23 I'm optimistic that this will fix it, but if not I have a suitable backup (I think)!

      In any event, I really appreciate your help Ian! Your "guesstimations" are far more useful than mine given your background, that's for sure 🙂 I'll see if I can take your maths and see what the max load on my steppers are just out of curiosity. If I do end up going down to NEMA 17s it'll be helpful to know what a good use for the bigger ones are for sure!

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      @deckingman:

      Ah OK. The only other thing I can suggest then is to try a different stepper motor. I recently changed my extruder motors and although the old motors seemed quite, the new ones, which are smaller and lighter have made the extruders virtually silent. A side effect that I wasn't expecting.

      Well I just double checked a few things and I think the stepper on the left side is either bad or not decoupled as well as the right side because it's still loud when I remove the belts and jog that motor. Disconnecting the left stepper and running the right produces a bit less noise so there is something up with the left one.

      You said in an earlier post that you have two Nema 23s to drive the Y carriage. Given that I can drive my 6kg gantry using a single (but high torque) Nema 17, then I'd have thought that two of them would do the job in your case with your 10lb gantry. BTW, does it really weigh 10lbs or is that just a guess? Anyway, here is a link to the Nema 17s that I use http://us.omc-stepperonline.com/3d-printer-nema-17-stepper-motor-2a-45ncm64ozin-17hs162004s1-p-16.html. No guarantee they'll fix your issue but I can vouch that they are quiet on my machine (and only USD 8.90 ).

      Since my machine is a basic Cartesian, I'm not sure how that would work to have a single stepper on Y given given the length of my X axis. One side only would leave the other side flapping away, otherwise I'd need a long belt or something to drive both sides with one stepper. Hopefully it is the case that it's just something off about that left Y motor, much easier to deal with. If so, then Y shouldn't be much louder than X, if it's any louder at all. I moved the gantry back and forth and there is definitely a negligible amount of force needed to move it along the rails and not audible grinding of bearings so it's definitely not a resistance thing. I did double check an older post where I had a more solid estimate of how much total weight needs to be moved for Y and it's actually 18.5 pounds lol 1 NEMA 23, 1 NEMA 17 and around 1800mm of C Beam aluminum extrusion, among other parts, but those are the bulk of the weight I believe.

      That being said, my choice for these steppers was made out of convenience and to make sure I had more than enough torque with a 175oz-in NEMA 23 on each side to keep everything in line. It could very well be overkill but if I'm honest, I don't know how to find the optimal stepper, so I aimed high to be on the safe side 🙂

      How could I go about calculating how much torque is actually needed and what would be a good safety margin? I'm sure that's standard engineer stuff, but I'm a 3d artist so I'm figuring it out as I go lol If I can get away with much lighter, lower torque steppers, I'd be down to make that change if that got the noise to be essentially zero. I think I'd need new mounting plates and pulleys though so I'll have weight that in also.

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      @deckingman:

      Here is a tip you can try. Go to your nearest HiFi dealer or look online and purchase some thin sheets of Sorbothane. Cut some gaskets from this and fit them under your stepper motors i.e. between the motor and the mount. If you can, try and arrange it so that the motor is fitted without fully compressing the Sorbothane.

      That was one of the first things I did. It's not the thickest but I didn't want to introduce and play in the mounts, but perhaps I'm being a bit too cautious.

      https://www.amazon.com/gp/product/B004LYGHGM/ref=oh_aui_search_detailpage?ie=UTF8&psc=1

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      @Whitewolf:

      I am not familiar with your setup but this process smoothed out my Davinci.

      So is the idea to try and relieve any stress from tweaked or twisted parts so everything settles? I've basically done the first part already when I assembled everything, but I did what I could to make sure everything was squared and settled before tightening everything down. I didn't do it with the controls before locking it down, but I think I achieved more or less the same thing. Is this something that should be done every now and then?

      So are load/current and driver heat just not that much of a factor then? Is there no data for this? I know deckingman wasn't experiencing any of this with his setup, but I'm wondering if instead of a linear or flat trend line, if it plots more like a ramping curve and perhaps he's fortunately operating in the more straight/small change area and with the added weight, I'm on the up swing? Swapping in new motors would rule out bad steppers as a reason why the Y axis is louder than X, but I was under the impression that this is unlikely as steppers are supposed to be pretty robust.

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      Thats a pretty crazy setup! I'm wondering what use cases they have in mind, I might have to look further into that concept. Right now mine is just a typical side by side dual so nothing super fancy like that.

      So I bumped it up to 64x microstepping and it didn't seem to do much. I got a short video jogging each axis a few times and you can hear the Y axis is noticeably louder, but you might need headphones because they're still pretty quiet lol. Ill run some tests tomorrow to get a sense of what hardware changes I can make to see if that helps.
      https://youtu.be/6EDsGkZgETM

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF
    • RE: Is there any data on Duetwifi noise factors?

      Ahh, that makes more sense that it's a CNC machine. I thought you had that on a 3d printer. That looks like a properly sturdy machine for sure!

      posted in Tuning and tweaking
      efficientAFundefined
      efficientAF