Jump to content

rotorhead

Dormant
  • Posts

    23
  • Joined

  • Last visited

Everything posted by rotorhead

  1. Hey @Porkpie I am starting a similar project and looking at using either the SKR 1.4, the Mini E3 V3 or maybe the Duet 2 Wifi board. I was just wondering why you decided you didn't like the SKR 1.4 in the end?
  2. I've had an Ultimaker 2 since 2015 and it's been generally great apart from a recurring and intermittent under extrusion problem. To try and solve this I have ended up doing lots of modifications and upgrades but nothing has really done the job. The problem is that it's all very sporadic and actually for the majority of my prints it hasn't been too much of an issue. However, I'm at the point where all the evidence is suggesting to it being a problem with the main board. If that's the case then I might have lived with a faulty board since it was new (which would be rather frustrating!). Anyway, the only way to know is to replace it but an original UM2 board is not only expensive but also now very old tech and so I was thinking about something else. Has anyone tried this? Having looked around the net, the BigTreeTech SKR Mini E3 v3.0 seems like a nice little unit but I've no idea how easy a job it would be having never attempted this before.
  3. That's a very good point although I think that adding temperature probes to monitor the power brick as well as the heating elements, print head and enclosure might be beyond the scope of this project - for now! Maybe my project does need to be more complicated to be worth the effort but I was just trying to increase the protection to a reasonable level from a reasonable amount of work. I presume that the firmware has some heating protection built-in and I also assume that the main board has been designed to minimise the extremity of a failure but I don't know enough about it all and can't find the info online. My thought was to just remove an additional potential problem. If the main switch is switching a mosfet and this fails at the same time as something in the heated bed then potentially my kill relay would not stop the thing indefinitely heating itself up and catching fire? Or maybe this isn't possible?
  4. I'm trying to work out how the power switch actually works. I've had a look at the circuit diagrams but I don't know enough about what I'm looking at to answer the question. Does it control a relay/transistor which then switches the power to everything else? I'm asking because I'm trying to work out what components could potentially fail and therefore where the emergency power-off relay should go.
  5. Earlier this year I setup OctoPrint on a Pi 3b+ for the purpose of additional piece of mind during prints. I don't make a habit of leaving the printer unattended but occasionally it's necessary to be in another room. I also like the idea of many of the other features that OctoPrint adds to printers. I need to work out where to wire in a relay kill-switch - parallel with the power switch or on the main 24v supply line. My suspicion is that the power switch on the rear of the printer is actually operating a relay/transistor. My plan was to connect a Pi controlled relay in parallel to this switch however I wonder if this might not actually provide the reliable protection I am looking for. The relay is a last resort kill switch in case the printer is about to set on fire but if it's being used to control another part of the printer then could I have a double failure that would mean the relay doesn't actually turn the printer off? Could I have a failure of the temp probe in the hot end and also a failure of something else on the main board that would mean that my relay would not actually turn it all off and the printer would heat on full power indefinitely? If this is the case then I need to think about splicing in to the main 24v power cable and switching that with the relay instead but obviously this is much more complicated and also means that the full 220W will be running through the relay
  6. So in which case and as I understand it, I need 175 150 50 and it's absolutely fine that the sum of the parts do not add up to the total? Presumably the 220-175 difference is so that there is some allocation for the steppers and main board? I have also really struggled to find any decent information on this for the UM2 but you are correct about that article being very good. I have just followed through the process as described there with the cooling fans on full, nozzle almost touching the build plate and in the XY centre and with the bed set to 50 degrees. There was no material in the head however and I was only heating to 100 degrees (for speed.) After about an hour of tinkering, I ended up at a set of PID values that were disappointingly close to the default values for the 30W heater! My trial and error got me to P:13 I:0.4 D:50 and 35W default is P:12 I:0.75 D:55 and actually this looks slightly better! The autotune suggested 23 1.2 55 I will start some prints and continue to fine tune for real world use and then update this thread for anyone else needing this. I did some screen shots and copied the PID values on to some of them for reference.
  7. I have an ultimaker 2 With Tinker firmware 17.10.1 and have just fitted a 50Watt heating element. I moved the head to the middle of the bed, almost touching it and with the fans on and then ran a PID auto-tune using the firmware. This gave me p23.4 i1.2 d30.4 but I am still getting a 10 degree overshoot, 8 degree undershoot and therefore a very oscillating temperature for the first few minutes. Searching the internet and people are suggesting figures ranging quite significantly from 5.6 0.35 23 to 12 0.75 55. Is there another way of working this out or has anyone else found a solution that works? I feel like it should perform better but maybe not? I've also looked at the power budget. Default was 175W total 150W bed and 25W heater. Presumably I need to increase the heater to 50W but do I also need to increase the total or is this a fixed value based upon the 220W power brick?
  8. This worked perfectly using a £1 switch from CPC. I have actually used a DPST switch and so will double it up to also switch the power to my OctoPi (taking the supply from the main 24v input). It's also now in series with a relay controlled by the Pi so I can have some temperature driven failsafes. I'll post a pic when it's done
  9. Perfect, they were exactly my suspicions but the confirmation is ideal. Thanks for getting that information for me. Thank-you both
  10. I'd like to move the UM2 power switch from the rear to the front. I already have a Pi running on the printer which has 2 status LEDs and a reset momentary switch and so it would be really nice to have all the controls in the same place. From looking at the original switch on the mainboard, it does not 'seem' to be very significant which makes me wonder if it is actually switching the full 24V 9A power supply or if it runs through a transistor or something? Has anyone done this before? Does anyone know what specs I need for an additional switch on the front. Does it really have to be able to handle 24V 9.2A? I guess I could just move the existing switch but getting all those tabs off the board without doing any damage does not fill me with excitement! Also, it wouldn't look that great on the front. Thanks
  11. It's a UM2 and running your firmware! Yes you are probably correct in that just adding the end code as required might be the only solution - I just need to remember to remove it for large prints. I've tried to make octolapse do this but I could not see a way - hence thinking that Cura would be better. The problem really is that the bed drops all the way to the bottom and all the timelapse programs run on either time or z-movement as the trigger. It therefore needs to pause at the appropriate height in order for a photo to be generated to then make use of it in the post process. At the moment, my choices to end the timelapse are either the final layer (usually with the head in the way) or with the build plate home.
  12. ah ok that's good. So I just need a command to move down by 50mm and then if it can it will and if it can't it will just hit the end stops and stop there?
  13. I've just been searching and am amazed that this has not been covered before.......or I have missed it! I was hoping to be able to set the end code in Cura to lower the buildplate by a smaller amount rather than all the way to the bottom. This is purely for making nice time-lapse end shots in Octoprint so there might be a better way of doing this but I have not come across that either! On the face of it this seems simple enough by just using a relative command and then lowering by 50mm but this might cause a problem if I ever print anything fairly tall and the instruction will therefore tell the buildplate to try to go below the end stop. Would this be a problem on an UM2 or would it just stop when it hits the switch? If this does cause a problem then my thought was therefore some kind of query to lower by 50mm unless the Z axis is already within 50mm of the bottom. Is there any way of achieving this? I found this: prusa forum thanks
  14. Excellent. another upgrade to get on with :-) although the grub screw holding the stock one onto the motor must be the cheapest that UM could find, none of my hex keys will grab it - and no they are not knackered. An upgrade for a later time then.
  15. I've done an awful lot of fault checking, and upgrading on my UM2 recently to try and get it to print just right (the low friction spool holder, the Olsson block, door on the front for ABS, dust filter and a new filament feeder) and so have inevitably spent quite a lot of time getting to know my printer and have noticed that the feeder motor shaft is slightly eccentric! Initially I thought it looked like that simply due to the flat on the shaft but when changing the feeder I had chance to check it and it's definitely not rotating only on its own axis. Over 0.5mm ellipse, maybe up to 1mm, it's difficult to measure exactly. I have had some problems in the past with feeder motor skipping on PLA and grinding on ABS and was just wondering if this change in pressure from the motor could be the problem, or will the spring in the feeder adsorb this change in pressure from the eccentric motor? Thank all again in advance!
  16. Thank you both, and I wonder which one you would recommend Labern ;-) It was bent like that from new and I assumed that was by design since the nozzle is offset it seemed sensible that the shrouds would be different also. Having said that, when I took delivery of the printer, one of the guide rails was not clipped into the black runners so it had obviously had a knock at some point along the way. Anyway, after a little under 1.5 seconds of work, it is now just the same as everyone else's! And the next job will be print a new shroud. Thanks again.
  17. I've been doing some mods to my UM2 recently (the low friction spool holder, the Olsson block and a new filament feeder) and so have spent quite a lot of time getting to know my printer and also looking around the forum in depth and I have noticed that my fan duct seems to look different to every other one I have found online. The left duct is bent further away. I'll try and attach a photo. Is this as uncommon as it seems from looking around the web...and more importantly, is it a problem? I got the printer new in May 2015. The second part to my question may render the first part unnecessary but I was wondering what the best way was to shift the airflow to suit the use of the Olsson block as I have already noticed that the cooling is not as good now I have the Olsson block on (much less tidy Ulti-bot!). I have found a couple of custom shrouds on YM like https://www.youmagine.com/designs/um2-olsson-block-fan-mountand THIS and also a simple extension HERE. thanks
  18. Thanks for the info, I gave the rail a really good clean with a clean rag and some oil but it did not seem to make any difference. I can't feel any damage on the surface but can't help but wonder if that's what it is. It's odd how it's only that rear rail that shows any sign, all the others are OK. I have lubed it up and I suppose will continue using it and monitor to see if it changes. thanks again
  19. Thanks for all the assistance with this, I printed this and this and things seem to be going ok now. During all the experiments, it took me an embarrassing amount of time to realised that high feeder tension was actually more likely to cause the motor to skip - deforming the filament and simply making the motor work harder! Tension is probably now lower than it was with the stock feeder, Z axis motor is on standard current, the low friction spool holder is brilliant even with a 1kg roll on there. I don't need to use the guide at the bottom of the rear, it just goes directly into the feeder. I have also replaced the head with an Olsson block and the head that comes with that. So far the prints seem to be much better. I just need to experiment with temperature now, as well as try and resolve a few other minor problems (which will likely end up elsewhere on the forum!) Thanks for the assistance I will return to this thread and post any more relevant info.
  20. Hi, I've had my UM2 for about 5 months and ran about 0.7kg of material though there so far so not a massive amount of use and have noticed a slight blackening on the rear horizontal axis. It does not seem to come off just by rubbing it but I have read the these rods are coated so have been reluctant to do anything else to try and remove it. The only thing I have done to the rod is a couple of drops of light sewing machine oil just once a few days ago. In fact that was when I noticed it was starting to go a little black. The printer is used in a relatively clean office and is covered over when not in use. anyone any ideas what it might be? If it matters? And how to get rid if necessary? The photo perhaps make it look slightly worse than it is to be honest.
  21. That's great info, thanks. It's all the various solutions I have come across on the internet all rolled into one post to be honest but it makes me more confident to start tinkering with settings now knowing that it is not normal that they come shipped ready set up. My filament did look more like the fist image but I have increased the pressure now. I will pull it back out and have a look at it now and make sure it's somewhere between the 2. I've not had much ABS through this machine at all but I did do lots of cold pulls afterwards and ended up getting lovely clean plugs. I'm fairly sure it's not the drawing, it's a very simple piece that I drew up and I've never had an issue before. I think I will try everything you said over the course of the next few prints and see which one means I don't need to feed the filament by hand! Thanks for all the help.
  22. The filament is sold as 3mm but is actually 2.91mm. I have set the Ultimaker to this although I have tried it on the default 2.85mm and had the same problem. I have not tried printing the same part with the silver OEM material as it's quite a large piece. Perhaps I should? Yes I spotted that feeder and was thinking I should try it. I like the idea of the low friction spoolholder too. Both seem like a good idea but like you say, my problem seems worse than normal. I see what you mean about increasing current to the feeder. Presumably the feeder motor should ideally never skip back when things are working properly? and presumably since the UM2 comes shipped with the tension indicator right at the top, that's where is should really be?
  23. Hi, I have recently got my UM2 and have so far only printed a hand-full of small things. I have black and white PLA and ABS and the silver OEM PLA. I know a reasonable amount about 3D printing but am certainly not an expert and this is the first time I have owned my own machine. The problem I have had is with my first large ish part. (12 hr build) I am trying to print at 50mm/s 0.4mm nozzle and 0.2mm layer in black PLA from printme3d.com. All my prints up until this part were fine, even using the same material and speeds but the first attempt at this larger part was terrible with gaps all over the place. I noticed that the feeder motor was skipping quite a lot so I have messed about with cleaning the nozzle, changing temps and speeds and pressure on the feeder motor and I made it slightly better but still not good enough. Eventually I realised that the filament going IN to the feeder was causing the problem. It was simply too hard to pull it through. With the filament just loosely coiled up and being picked by the feeder the problems seem to be almost completely sorted (I noticed just a few motor skips and the odd gap in between outer wall layers). The PLA is on a 1kg roll and I have about 2/3 of it on the roll now. I have measured the diameter of the filament and set the UM accordingly. I have thoroughly cleaned the nozzle and bowden tube and once I established that the problem is the filament going in, I was able to get the speed back up to 50mm/s with a temp of 240 on 0.2mm layers with hardly any step-back on the motor. The part I am printing has very little need for retraction, 1.6mm walls and 30% fill. Oh and I increased the spring pressure on the feeder. The white markers were at the top, they are now in the middle - this seemed to be the only thing that helped the print apart from loosening the filament on the roll, no grinding yet but I'm not sure if I was correct to do this! I have tried running the filament around the little black pin on the back, bottom right and it seems to make little difference if it's round that or not. The PLA seems very reluctant to straighten out. Even if I pull some off the roll to help the feeder, it tends to wrap back up again so every 5 mins I had to tend to the spool for 12 hours to get the part done! I am just wondering what the best fix for this is? I have seen some mention online of using a different feeder, some people have said that increasing the power to the motor would be a good idea and I have also seen some alternative spool holders like ones with 4 metal rollers. I can't be the only one with this problem but then of course I could have completely misdiagnosed! I have to say that I was very reluctant to increase the temp to 240degC for PLA but I found lots of justification for this online and did not experience any stringing, hairs or bubbling. Sorry for the long post, tried to get as much useful info in there as poss!
×
×
  • Create New...