[-] [email protected] 1 points 4 hours ago

I can't tell if you're reading my entire comment or not, but ligma bawlz gottem

[-] [email protected] 28 points 5 hours ago

This reminds me of my grandpa, who gave me my first pocket knife when I must have been 6 or 7. I was really into making bows and arrows out of twigs and branches I'd found in the yard, and he gave it to me simply as a tool for a hobby I'd formed. Everyone freaked out at first, but he taught me how to use a knife safely and I don't think I ever cut myself (as a child anyways. I'm a reckless adult).

If we stop teaching kids to be afraid of stuff because of what might happen, and instead teach them about how things work and the consequences of misusing them, I think we'd have less people afraid to use the stove in their 20s.

[-] [email protected] 1 points 5 hours ago* (last edited 5 hours ago)

Now you are bringing my mother into this, calling me a juvenile and I don't appreciate it. If you don't stop these unnecessary insults I will have to report you and DScraps to this instance moderator for harassment.

Please refer to my previous comment, ligma,

[-] [email protected] 32 points 9 hours ago

I was reading this from left to right and was desperately trying to piece the story together.

[-] [email protected] 2 points 2 days ago

But this would imply that DScrubs intended me to embarrass myself. If you can ligma,

[-] [email protected] 2 points 2 days ago* (last edited 2 days ago)

No, I don't think that's what DScratch meant. That would be rude

[-] [email protected] 5 points 2 days ago

I'm sorry, I'm not familiar with the term.

MSI dragon deez, what?

[-] [email protected] 13 points 4 days ago

I really hate that Nintendo keeps putting "new" in titles. There's the New 3DS, a New Mario game, and I think there was a New Mario party? Could be wrong on that but I remember there was a "New Mario 2" 🤦🏾‍♂️

[-] [email protected] 8 points 4 days ago

I can see this being the framework of a great drinking game

[-] [email protected] 10 points 4 days ago

REALLY? IT DOESNT SOUND LIKE ANYTHING TO ME. CAN'T HEAR A WORD THEY'RE SAYING THROUGH ALL MY LUSCIOUS HAIR AND MY ROARIN' HOG!

[-] [email protected] 6 points 6 days ago

This is how my wood PLA+ prints used to look too. Your extruder is almost 100% the issue. These filaments are spongy and don't extrude well. Try toying with your extruder tension and if that fails get a BMG knockoff

17
submitted 1 month ago by [email protected] to c/[email protected]

Hi all, got a bit of a technical problem I'm trying to solve and I've got very little programming experience.

Basically, I'm trying to create a folder with a bunch of filament profile cfg files, with things like retraction distance, temperature, flow rate etc preloaded into them. That way, I can slice a model for a 0.6mm nozzle, send it to Klipper, and run it with any filament I want without having to re-slice, just change which cfg file is loaded.

This is going pretty well and I've figured out how to get most of what I want into the cfg. However, I want to limit my print speed by my maximum volumetric flow rate, a variable that Klipper does not support (and Kevin has more or less denied requests to have it added). To solve this issue, I want to limit the max speed instead, using a formula like this:

print speed = (max vol. flow) / (nozzle width) / (layer height)

(max vol. flow) and (nozzle width) would be defined manually by me for each profile. The only issue is (layer height), which of course can change from print to print. I know that my slicer puts the layer height and total number of layers in the header of the gcode, I also understand that that's where Klipper gets this info from and how it displays those numbers once you've selected a file. What I'm having trouble figuring out is how I can send that number into the above formula; I found this which seems to be almost what I need, but I can't figure out how to use the "print_stats object" in my cfg.

A potential workaround is to find my maximum layer height for each nozzle/filament combo and set the max speed assuming that later height, but if I'm printing something at say half my maximum layer height that's going to severely unnecessarily reduce my print speed.

Any advice?

81
submitted 1 month ago by [email protected] to c/[email protected]

Please I spent all my money on fentanyl

94
submitted 1 month ago by [email protected] to c/[email protected]
15
submitted 2 months ago by [email protected] to c/[email protected]

When viewing a single child comment thread (ie viewing a response to your comment that is already a few comments deep in a thread), you are given two options at the top of the comment section, one to "view full context" of the thread you're in (expected behavior: give context up to the parent comment and show only comments in that thread) and one to "view full comment section".

As of now, at least for me, both options simply give me one additional parent comment above what I can already see (in my previous example, it would show the comment I originally replied to). To get to the full comment section, I have to press the option and reload the comment section over and over until I get to the parent comment, at which point "view full comment section" actually does what it says.

22
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

Hi everyone, a week ago my printer (heavily modified Neptune 3) started randomly shutting down in the middle of prints. I come back to a print with the "Klipper reports: SHUTDOWN / Lost communication with MCU 'mcu'" error message.

The printer has been "under construction" for the last couple of weeks, but it has been in varying states of "working" for most of the time - working well enough for me to print the parts I needed to get it back to "fully operational". During this time, the printer never shut down like it is now.

Only once I started making little cosmetic changes did the problem present itself. I was running a known-good print, and I got the above error twice (first time after ~2 hours, second time after ~1 hour) before I got a successful print off of it. This was last week.

After this successful print, I continued other prints with no issues. After a day or two with no problems, an hour long print threw the error at me four consecutive times between 10-45 minutes into the print. This is when I started looking into my klippy log and found some relevant articles citing things like EMF interference, bad power supplies, faulty cables etc. I realized that one of the changes I had made rerouted the printer USB cable right around the Z-stepper, so I rerouted it to how it was originally and immediately managed a successful print. This was 5 days ago.

After moving that cable I had no issues with printing several-hour long prints... until last night. I had been printing all day, then the problem came back. After one print finished, I queued up another print with a plate full of parts, it failed after 1.5 hours. Tried the same print again, failed in 30 minutes. I re-sliced to only a handful of parts to see if I could get those to print before the error occurs, and it's failing 15 minutes into the print.

The printer power supply is the unit that came with the Neptune, and it isn't powering anything besides stock hardware (exception being the SKR mini board), so I don't think it's that. The pi is on a quality unit. The USB cable has been working for a long time so I also don't suspect that, but I'm probably going to buy a new one today just to be sure. I adjusted my enclosure setup so that the Pi and SKR are able to get cool air (at one point had a personal fan pointing at the open electronics box, still failed).

Here is a link to my most recent klippy log (abridged to the start of the last failed print). I'm not very familiar with reading through this and finding oddities, but I do think it's strange that it seemed to load my preheat script in the middle of printing right before the EOF error. (It should be noted that this preheat script was made 1 or 2 failed prints before this most recent one, so it isn't the source of the error as prints were failing before the script was made). If there's anything I'm missing or something else I can try, please let me know!

Edit: While typing this post, I was running the same failed print without filament and both heaters turned off. It ran for about 45 minutes (most recent failure occurred at 12 minutes) so I cancelled the print and started it again with heaters turned on, still without filament. It again ran for about 45 minutes, so I again cancelled it and started the print again, this time with filament loaded. It failed in 5 minutes.

Edit 2: A test print with heaters on and no filament failed after 1h8m. So it isn't an issue with extruding filament.

Edit 3: New cable with the 5v leads taped off per @[email protected]'s advice. Ran the print without filament until completion. Reloaded the same file with filament, print ran without issue until the 1h14m mark, at which point I tapped my Klipperscreen device to wake up the screen, and as soon as it displayed the status, the printer errored out. This can't be a coincidence, can it? Whenever the print goes unmonitored for a long time, it fails as soon as I do something (load mainsail, turn on the klipperscreen) to check the status of it.

16
submitted 3 months ago by [email protected] to c/[email protected]

Hi guys, been thinking about this for a couple weeks now but can't seem to find anything online about anyone who has tried it.

I'm considering converting my printer into a voron. However, since I currently have a fully functioning printer, I wondered why I can't print the extrusions rather than purchasing them? Of course they are larger than my printer's volume, but there was this video posted here a while back about a great way to create strong permanent joints for parts just like this:

https://youtu.be/zI8OgRRF5d8

The way I would do this would be to model the extrusions as a solid piece and make cutouts in the areas that bolts are meant to be ran through.

Is this even within the realm of possibility, or is there a specific barrier that has prevented others from trying this? The obvious concern is stability/ rigidity, but if everything is printed at voron part standards or thicker with an infill pattern like gyroid, would the decrease in rigidity be too much for input shaping to compensate for?

Thanks for any ideas or input! If there aren't any major road blocks or examples of this failing I think I'll try it out once I've got the space for it.

3
submitted 3 months ago by [email protected] to c/[email protected]

Hi guys, it's The Clog Guy, thought I'd try to share something other than problems...

Shortly before my printer went kaput again, I designed and printed a bracket to move my Bowden extruder to the hotend, making my printer a direct drive variant.

This posed an issue: I now needed to feed filament from the top of the printer rather than the side, where I previously mounted my filament holder.

I also have the issue many of you probably do where I am running out of room for my many filament spools.

Enter: The Rod. Two holes on either side of the enclosure, and I can hold probably 8 or so spools within the enclosure.

The Rod slides out on one end to allow for quick spool changes:

The Rod removed

And I even had the foresight to put a clamp on one end to prevent it from getting yanked out all the way:

The Rod clamped

I canabalized the filament guide from the printer to the top of the enclosure with one screw so it would swivel, put those thumb tacks in to keep it from spinning all the way around, and the enclosure is ready to go!

Now if only my printer worked...

16
submitted 3 months ago by [email protected] to c/[email protected]

Hi guys. Please check my previous post for any background questions, I don't have it in me to go over everything again.

Long story short, I was having issues with clogging that were being caused by my hotend not reaching the reported temp. After a few days of troubleshooting and diagnosing the motherboard and Klipper settings, I gave up and decided the motherboard was faulty (even though I could not perform any tests to determine in) and bought an SKR mini. I got that all set up, and the printer has been working flawlessly since then.

Until now.

Same exact problem; one print goes perfectly fine, next print, failing to extrude by the 4th layer. I removed the clog, restarted the print, now can't even extrude the priming line. Fearing the worst, I disassemble the hotend, try hand feeding filament, and once again I am unable to push more than a few centimeters through before it gets clogged up. A probe thermometer reads ~160C while Klipper reports 200C.

What could possibly be happening here? The board is an aftermarket replacement from a completely different company, so I doubt it's a recurring manufacturer defect, but I have no idea what else can be causing this.

At this point I've spent so much time and money trying to fix this printer that I could almost buy a new one, but at this point I'm not convinced even that would solve the problem.

4
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

I couldn't find a great way to describe what I'm seeing. But if you're deep in a comment thread, or viewing a reply to your comment, and have parent comments collapsed, if there are additional comments, choosing to show them adds the number of context indicators (the little lines on the left) that it would have were the parents not hidden.

Bug

The comment from FlyingSquid was the comment hidden by "show 1 more reply".

36
submitted 4 months ago by [email protected] to c/[email protected]

OK guys, I finally found what the issue is, or at least kind of where it's coming from.

As some of you (and myself) suspected, my hot end is not reaching the reported temperature. I previously blamed the low readings on my IR thermometer on not being able to point the laser directly at the hotend, but it seems it was reporting accurate readings (around 95C when klipper reports 200C).

Now, here's where things get a little weird. At this point, I've used multiple thermistors, but swapped in a new one anyways. My board also has a pin for a second extruder thermistor, so I plugged it in to that one and changed the pin in my printer.cfg. No change.

I tried switching the bed and hot end thermistors on the board and in printer.cfg, no change.

I changed the thermistor "sensor type" from "EPCOS 100K B57560G104F" (same as the bed) to "Generic 3950", no change.

I found an article about tuning your pullup_resistance value. My cfg file did not have this value specified, so I added a line and started with the default of 4700, which made no difference (I'm assuming this value is loaded from the sensor type by default?). I toyed with the values until my thermometer read ~220C when setting the printer to that temp. However, to achieve this I had to adjust the pullup_resistance from 4700 to 13k+ (far beyond what should be needed) which makes klipper report 6C at room temp (print bed reports 27C). Unsurprisingly, I can hand-feed all the filament I want, but the temp reading is only now only accurate at 220C rather than only being accurate at room temp.

The thermistor, I feel, can be removed from the suspect list, as multiple thermistors exhibit identical properties.

I also feel the motherboard can be removed as well; there are three pins for thermistors, all three show accurate readings for the bed but identically inaccurate readings for the nozzle.

This only leaves software/ firmware, which I find incredibly odd for three reasons. For one, the printer was not even shut off in between "working" and "not working"; I successfully completed a print, and without shutting down, updating any configs, changing any settings etc., I swapped out the nozzle, and the printer hasn't worked since. Second, both the bed and nozzle thermistor are configured exactly the same, so if the nozzle is not set up properly the bed should be wrong too. Finally, Klipper is really straightforward and it's easy to configure things that commonly need configuring, it doesn't seem right that a configuration got changed and I'm completely incapable of finding what happened and fixing it.

As a Temporary Fix^TM^, I'm inclined to get a nice reliable probe thermometer, calibrate a pullup resistance value for common print temps, then updating my cfg whenever I want to change temps more than ~5c. This is obviously not even close to an ideal solution, but I don't know what else to try. Everyone else I've seen with this issue has resolved it either through hardware replacement or fixing settings, and I've tried all I can with both.

2
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

First I'd like to say thanks to everyone for looking at these posts and trying to help, and sorry to anyone who may be annoyed. Trust me, I'm not happy either.

I'm jumping back and forth between making this write up and recreating the clog by hand feeding filament into the hotend. This test was already performed earlier today and I got the same clog as I have been, so the extruder can be removed from the list of possible culprits. Anyways, here's the steps I'm following:

1. Verify temperatures are within acceptable range

This is my temp chart upon starting the printer. I used a thermal laser to test both nozzle and bed and they were within the range of accuracy of the laser. The laser is not accurate enough to get a good reading on the heat block; however, a few drops of water on the heat block boils within seconds when the temp is set to 100C, whereas at 90C it does nothing, so the nozzle is accurate at least to this temp.

2. Assemble hot end

This is what my hotend assembly looks like without the nozzle or bowden tube. It should be noted that my printer has been modified such that the bowden tube going from the extruder is fed all the way through the heat sink to the nozzle, rather than having a fixed tube inside the heat break. I understand that this modification itself could introduce the issue I'm facing, but the issue started before the mod was done, so I don't think it is the cause.

Nozzle cleaned with blow torch and wire brush.

Underside of the heat block. The picture makes the threads look a lot worse than they actually are, in the photo it looks like some sort of gunk or shavings are at the end but after inspecting the block and scrubbing it with a wire brush there isn't anything there. The nozzle also threads in without any issue.

With the heat block at 100C, I first loosely attach the nozzle, then insert the Bowden tube so its against the nozzle. Since I'm hand feeding filament, I'm only using ~10cm of tubing. For photographing purposes, I put a small notch on the tube at the top of the coupling (not visible in this photo). Then, with the coupling depressed, I finger tighten the nozzle, pushing the tube out slightly.

Here you can see that the nozzle is not getting tightened against the heat block (the small gap between the face of the nozzle and block); this verifies the nozzle is flush against the heat break.

I've circled the notch mentioned previously - this shows that the nozzle was indeed pushing the tube out of the coupling, and should verify that there is no space in between the bowden tube and the nozzle inside the heat break. With all this verified, I use a wrench to tighten the nozzle ~1/4 of a turn without depressing the tube coupling. This should ensure a tight mate between the tube and nozzle. I also put another mark on the tube at the coupling to make sure it does not move during the test, and reinstalled the fan shroud.

3. Hand feed filament

I'm quite frustrated because at the time of typing this I've repeated the above steps twice now, because when I went to hand feed the filament it instantly became clogged and I was not able to get any good data, but finally on the third attempt I've got a solid clog. I'm waiting for the hotend to cool off so I can remove it and get some pictures. Meanwhile, I'll explain that the hotend was heated to 200C and I hand fed some filament through it. As stated, the first two times it clogged instantly, but even when I was able to get filament to run on the third try it was incredibly difficult, when it has always been very easy to hand feed PLA at this temp. (When I did this test earlier, I tried increasing the temp to 240C, which made it a little easier to feed and prolonged the clogging slightly, but ultimately ended the same.) Eventually, it got to the point where I was almost breaking the filament trying to force it through, until I couldn't get any more to go at all. I'd guess this was maybe 20cm of filament.

Hotend is cooled off, I managed to removed the nozzle, clog, and bowden tube all in one piece so that is awesome. This is exactly what I've been experiencing over and over again:

A clog forming between the nozzle and bowden tube, filling the diameter of the heat break.

The Bowden tube has been pushed out of the coupling by about the thickness of the clog. It should be noted that the coupling was actually replaced a few weeks prior to the problem starting, but I've since tested both another new coupling as well as the one that was originally replaced, and all three behave the same. I can also support most of the printer's weight by pulling up on the Bowden tube. Thus, I believe the slipping coupling to be a symptom rather than the cause.

This is what my heat block looks like after I repeated the test with some gray PLA. (A different nozzle as well as a different coupling was used for this test.) I noticed when putting the nozzle back on that it was really difficult to do so, and it seems like this could be why: filament making its way into the threads during the clog. (I guess my previous statement of the block being cleaner than it looked was probably false...) During earlier testing, I've soaked and torched the heat block to make sure this buildup wasn't causing the clogging, but again it seems to be a symptom rather than the cause.

The two clogs on the left are from earlier tests using the printer's extruder, the two on the right are from tonight's hand fed tests; note the difference in thickness of the clogs, the extruder is much more capable of pushing through the clog than I am which results in the clog getting much larger before failure. It should be reinstated that this exact result is prevalent across multiple filaments and nozzles. I was not able to get such clear results of what was happening when I had the all metal heat break(s) installed, and unfortunately I don't have the time tonight to swap one in, but it was clogging with more or less the same behavior, so I'd have to assume it was clogging between the Bowden tube and heat break. Before the hotend was modified, all of the common steps were taken to verify the internal bowden tube was functioning properly, and the bowden tube installed now is probably the third one that I've cut off of a brand new Capricorn tube since this problem began. I'm considering re-modifying the hotend to work how it did stock, but again it was clogging when it was set up the original way so I don't think this is the issue. I'll probably try it out tomorrow if nothing else gets me anywhere,

I have to go to bed before I can continue any more testing, but I'll get back to any comments or advice as soon as I can tomorrow. Yesterday was the first day I managed to pull one of those perfect clogs out, now that they've been coming out consistently like that I feel I'm much closer to finding the problem than before. Please let me know if anything needs to be clarified or if I missed anything, my hope is this thread (and my suffering) might help someone with a similar issue.

1
submitted 4 months ago by [email protected] to c/[email protected]

Hi all. This is an update to this post. I don't know what else the community can do to help, but I figured I'd throw some more content up there and give something bored people to look at.

Since the last update on that post, I tried working on the printer in freezing temperatures (not really but it's cold in this house) with extremely precise practices on assembling the hot end (the same hot end I had haphazardly assembled dozens of times and printed with zero issues) and yielded zero progress. Today, I tried a brand new PTFE lined heat break, along with a brand new Capricorn Bowden tube (I already had one but I needed more tubing for the heat break). Clogging in the same exact way in roughly the same amount of time as every other attempt. It's as if I've not tried anything, literally nothing is effecting the results.

I considered ordering a fancy micro-swiss or ed3 hot end, but at this point, including the stock hardware, I've gone through 6 heat breaks, 3 heat blocks, a half dozen nozzles and a foot of Bowden tubing, none of which did anything to fix my problem (or even make it worse). I would look to the extruder, but I outlined in the previous post the testing I did to rule that out (able to run >1m of filament at high and low speeds through the Bowden tube).

I'm at the end of my wits. Perfectly good printer cranking out multiple high detail prints a day, now completely useless over something so stupid as clogging. Where the hell else can I look? Could it possibly be some sort of software/firmware issue, where Klipper isn't sending or receiving the right commands or something? I know my slicer settings are at least good enough because I've tried both prints that have completed dozens of times as well as new prints with drastically reduced retraction. Do steppers need to be tuned over time? I don't think it makes sense that after a year it'd suddenly become so uncalibrated it's unusable, and when I tried calibrating it before I was just unknowingly calibrating against mild clogs, but I don't know where else to look.

[-] [email protected] 294 points 7 months ago

Imagine being a Texan trying to brag about having your own power grid, after dozens of people froze to death because of how shitty that power grid is.

view more: next ›

papalonian

joined 11 months ago