I've just had one of those "D'oh!" moments... I decided that I wanted to make a small object in nice yellow PLA, so I grabbed the reel and mounted it on my CoreXY printer (my goto printer for most jobs). Set up the model - and it just wouldn't print. The first layer kept getting unstuck from the bed, no matter what I did with it (cleaned it, resprayed with hairspray, and so on), After wastingby David J - General
I will do! Thanks for the help.by David J - OpenSCAD
Well, enif's code works very nicely - here's what I did with it: Desk cable organiser Enif - have a look at what I did with your code, and let me know if you're happy with what I've done. Also, if you want a more detailed credit in the code and on Thingiverse then please PM me with your details. Many thanks to all, Davidby David J - OpenSCAD
Wow, that's tough to read! Clever though... I think. I'll have to get studying. Quoteenif Interesting problem... Here my approach, which is a bit different. Instead of subtracting cylinders to get the chamfer, I construct the cylinder in slices: -- snip for brevity ---by David J - OpenSCAD
Quotefrankvdh QuoteDavid J Right - I tried using minkowski... life is too short... and all of my dimensions were screwed up (as expected); it would be a PITA to make size adjustments to compensate. So, good idea, but too painful. Right... I'd forgotten that Minkowski with a sphere moves the surface by the radius of the sphere. For sphere of radius 1, you need to subtract 1 from each of your widby David J - OpenSCAD
QuoteDust My code is freeware! do with it what you wish, no strings attached. Thank you! If I do create a library then you will be credited in the header...by David J - OpenSCAD
Right - I tried using minkowski... life is too short... and all of my dimensions were screwed up (as expected); it would be a PITA to make size adjustments to compensate. So, good idea, but too painful. I've been trying to develop my own idea, and here's how far I've got: UPDATE 1: I've just look at the code written by 'Dust' - mine follows a similar technique. I didn't copy yours, honest!by David J - OpenSCAD
Hmm - I need to study your answers! Especially that code example... I hadn't thought about using minkowski when the object has the slots - in the real project I had applied it to the body prior to 'cutting' the slots. I shall have to try that out. However it means re-arranging my code as I have included screw holes in the same part as the slots (not a major crisis). My other random thought laby David J - OpenSCAD
This is a simplified extract from something I'm designing: bodyWidth = 25; bodyHeight = 15; slotWidth = 6; slotHeight = 10; $fn = 50; module slot() { rotate( [-90, -90, 0] ) union() { cylinder(d = slotWidth, h = bodyWidth + 2); translate( [0, -slotWidth/2, 0] ) cube( ); translate( ) cylinder(d = slotWidth, h = bodyWidth + 2)by David J - OpenSCAD
QuoteOhmarinus This option can now be found in the 'Machine' settings when you go to the Cura 4 settings (On a Mac it's under Menu > Preferences > Printer > Machine settings). I think they want you to just specify the filament size you approx. use and then create different profiles from there. I personally tweak the E-steps/mm instead of tweaking the filament size since this both inflby David J - General
I used Cura quite a lot, up to the latest version, 4.0 - but now it seems incredibly difficult to set the filament diameter when slicing a part. Nearly all of my filaments are slightly different sizes, so every time I plan to print a part with a specific filament I need to set its diameter. In the past I would just change the diameter in the 'materials' part of the setup, but that option seemby David J - General
I use hairspray on my printers' beds all the time. Most times the part will come off without a struggle, but occasionally extra effort is required. On those occasions I try (1) just letting the bed cool down - often there's a loud 'click' and the part is freed, or (2) put the bed's glass sheet in the freezer for 10 minutes - has worked 100% so far.by David J - Printing
Also, did you switch the printer off before you unplugged the stepper connector? If you unplug it when the power's on there's a fair chance that a back-EMF spike (a pulse of high voltage) could fry something. If you know this already, just ignore this post!by David J - Prusa i3 and variants
Here's a range of SSRs from a reputable British supplier - not Fotec, but perfectly suited for our needs. Rapidby David J - Reprappers
QuoteSupraGuy No 'magic smoke' involved in my forgetfulness. I am not the type to indulge in such, and I can't see that changing even with the imminent legalization of such here in Canada. I can't even blame the vodka in which I do occasionally indulge. "Magic smoke" in this instance means the substance that flows through electrical circuits to make them work - the circuits won't work if you letby David J - General
Are you sure you're printing at the right temperature? It seems a bit high for PETG in my admittedly limited experience (my reel says 195C - 220C nozzle, 35C - 50C bed).by David J - Prusa i3 and variants
Bad joints have resistance, and will heat up a huge amount when a lot of current is drawn - probably enough to melt solder. As said above - buy or borrow a big, high-powered soldering iron and make a good-quality joint. I put aside my normal electronics iron and got out my old 40 watt Weller with a great big bit on the end, and made good connections in just a few seconds.by David J - General
QuoteSupraGuy I'm not a fan of the wire that these things typically use. The same wire that manages the ~40W heater for the hot end is not adequate for the ~150W heated bed. I use 16AWG copper wire for mine (Or 14AWG if the wire run is going to be longer than 30cm.) Mine is wired using the silicone-covered wire used by radio control enthusiasts to wire up their motors and batteries. Very flexibby David J - General
Right - I'll start with an apology regarding this flurry of posts! This is the start of the gcode file generated by my stand-alone slic3r: ; generated by Slic3r 1.2.9 on 2018-08-27 at 16:43:05 ; external perimeters extrusion width = 0.40mm ; perimeters extrusion width = 0.67mm ; infill extrusion width = 0.67mm ; solid infill extrusion width = 0.67mm ; top infill extrusion width = 0.67mm M107by David J - General
Minor update: I'm starting to think it's something to do with Repetier-Host - I have had a few updates lately. Alternatively, it might be the way I'm using it... If I slice the STL file with my stand-alone version of Slic3r and feed it through Pronterface, the error doesn't appear on the printer's screen. It does appear on the Pronterface log, but that software doesn't consider that it's importby David J - General
OK - I've been suffering from some confusion, I think. Disregard anything I've said earlier and base any comments on what's written below. I've just started to attack this problem by running the machine without filament so that I can do G28 & G29 with no complications. Now that I've done that (again) I have come up with the following conclusions: The IR sensor is initialising correctly (by David J - General
I'm surprised that your nozzle temp is so high - my PETG spool says 195C to 220C nozzle, and 35C - 60C bed. I'm using PETG as I type this, with a nozzle temp of 200C and the bed at 60C. In other words, much like PLA, but I've found that I need to reduce the print speed a bit. UPDATE: Here's what I was printing while I typed: Black HobbyKing PETG so not the finest material, and I chose too sby David J - Printing
I've been having a bit of trouble with my 2 printers lately. I have an issue with my Prusa clone (being discussed in another thread) and prints on my CoreXY lift off the glass in the first few layers. So I had a really good check of the CoreXY - print height, bed levelling, glass surface treatment and so on - and everything seemed to be spot on. As my Prusa wasn't behaving I thought I'd give thby David J - General
Quoteaflactheastronaut Oh my god I feel so dumb right now. It was set to 220V and I switched it to 110V (I live in the US) and it worked perfectly. 11.7V supplied to the heater and bed, and they both heated up 10x faster than I've ever seen. Thanks a ton for the help jinx! I think I finally have a fully functioning printer! Well done! You won't be the first nor the last to make that mistake. Iby David J - General
Many years ago - 1998 - I got this little article published in Model Engineer (a UK magazine). I even got paid for it! -----------------------------------------------------------%<------------------------------------------------------------------------------------------------- I think we've got a demon in our house. He is not your usual "horns, tail, teeth, wreaking horrible damage" type deby David J - General
QuoteTrakyan Also, can you describe in some more detail how it is failing? Is it pausing in the middle of the bed leveling sequence when it hits a troublesome spot? Is it crashing into the bed then throwing an error? Or is the bed leveling completing seemingly "as normal" just with an error being thrown up instead of it working. I didn't quite get the "failure mode" from your OP. The third one -by David J - General
Power supply, I reckon. Have you tried disconnecting the power supply and measuring its output? What sort of power supply are you using?by David J - General
QuoteTrakyan So the first pass always fails but subsequent passes work? Could it be the default state of the z end stop is wrong and it's being reset to what it should be after it fails or something of that nature? This sounds a bit too specific and consistent to me for a hardware bug (if that makes sense?). That makes sense, and matches what I was thinking. QuoteHave you tried changing the suby David J - General
Time to bring this back up once more... I've tried everything - the bed is level, it's a flat glass plate (I've checked it, and swapped it 'just in case'), the bed glass has been cleaned, and the zero height has been checked and adjusted. I'm confused, because the IR probe IS the Z end-stop - the bed levelling action takes the head and its probe down to the bed in 9 places, each probe seems finby David J - General
Thanks Robin, I'll give that try next time I wheel the printer out.by David J - General