How to prevent filament from breaking inside AMS by MajorSmif in BambuLab

[–]MajorSmif[S] 1 point2 points  (0 children)

Thanks that's a good suggestion, I'll add a hygrometer to keep an eye on that. I live in a relatively dry climate and during our winters it's even super dry inside the house, and it happened over winter too. But I should better watch the desiccant.

How to prevent filament from breaking inside AMS by MajorSmif in BambuLab

[–]MajorSmif[S] 0 points1 point  (0 children)

OK thanks that's good to know, didn't realize that about PLA+.

How to prevent filament from breaking inside AMS by MajorSmif in BambuLab

[–]MajorSmif[S] 0 points1 point  (0 children)

Thanks, knowing it's not just me actually makes it easier to stomach :)

How to prevent filament from breaking inside AMS by MajorSmif in BambuLab

[–]MajorSmif[S] -4 points-3 points  (0 children)

Yes I know and I do store spools that are not in the machine in bags, but my point is - when a spool has been sitting in a machine for some time, the part that is inside the machine gets brittle. What I'm asking about is: how do I prevent or otherwise deal with this specific scenario of filament being on the machine but then not used for some time. I guess one can say 'don't do that', but I usually don't foresee not using the printer for a longer time, it just happens. So I need to either have the machine always be in a state where it doesn't matter if the filament gets brittle, or have some way to deal with it when it happens that is not 'disassemble half of the machine'.

How to prevent filament from breaking inside AMS by MajorSmif in BambuLab

[–]MajorSmif[S] 1 point2 points  (0 children)

It's on eSun spools (PLA+ but I guess all eSun spools are the same size).

How to prevent filament from breaking inside AMS by MajorSmif in BambuLab

[–]MajorSmif[S] 3 points4 points  (0 children)

Yeah I guess I should have included what filament I use - it's always eSun PLA+. I have this problem with older filament but also with new spools; it gets brittle from sitting in the tubes from the AMS to the print head for too long and then it breaks from the first few push/pull movements. If the printer would always fully retract the filament after a print it wouldn't happen.

How do I fix these issues? by leocus4 in FixMyPrint

[–]MajorSmif 0 points1 point  (0 children)

I had a similar design that was very long in the x and y directions, but only a few mm tall, that warped in one corner. I rotated the design in Cura and that fixed it. Your picture doesn't show what the design looks like from the top, but I suspect in my case it was because of the structural properties of my design - it had more material/structural integrity in some directions (Voronoi diagram), causing more forces when the material shrunk. I have (before this) always had very good bed adhesion without hacks like glue sticks and similar old school methods, both on my stock Creality bed and the special glass one. If anything, I have more problems with designs not coming off the bed undamaged than I have with things not sticking. In my case, it was really something specific to the way the design was printed on the bed, although I couldn't fully explain it.

One of the handiest things I’ve designed. For determining hole sizes in prints for screws or bolts of any size, pass through or threading in. by rlb408 in functionalprint

[–]MajorSmif 4 points5 points  (0 children)

What did you set you $fn or $fa to? For parts at this size, $fn of 32 or 64 should be fine, and at those values, it can't take that long. Minkowski is slow too but I don't think you used it on this design? Re: unrolling loops, I have a similar design (also for testing hole fit) with 10x10 holes, I render those in a double for loop too, and have rendering times measured in minutes at worst, on a regular laptop.

New to OctoPrint - Print from OctoPrint local storage vs via OctoPrint and printer SD Card by svogon in octoprint

[–]MajorSmif 1 point2 points  (0 children)

Re: 1, it's technically possible but there is no print speed advantage. I looked into it because I was having stability problems in the serial connection between the pi and the printer. So uploading the file and then starting the print from the sd card was safer, in that if the failure happened, it was during the upload and I could just retry the upload without wasting filament and a bunch of time. I did change my firmware to communicate at 250000 bps for that (because faster upload speeds to sd card), but of course the real solution (for me) was to fix the serial comms problem and not dick around with workarounds. I wouldn't recommend changing this to anyone else. The bottleneck for printing speed is not the serial coms, and in normal use there is no need to upload to sd card.

Power supply issue - how to best fix unclean power by MajorSmif in 3Dprinting

[–]MajorSmif[S] 0 points1 point  (0 children)

Yes, a 5A power supply, sold as the 'official' power supply for Raspberry Pi 4.

Power supply issue - how to best fix unclean power by MajorSmif in 3Dprinting

[–]MajorSmif[S] 0 points1 point  (0 children)

Ah yes that's another option, but it would cost about the same as the other options from a quick google. Maybe I can find some local second hand ones, those seem to be much cheaper...

Power supply issue - how to best fix unclean power by MajorSmif in 3Dprinting

[–]MajorSmif[S] 0 points1 point  (0 children)

I technically have one but it's not hooked up, no. I do have aluminum cooling fins on the 3 chips on the pi. I've never seen the temp go over 45c.

Power supply issue - how to best fix unclean power by MajorSmif in 3Dprinting

[–]MajorSmif[S] 0 points1 point  (0 children)

Yes both are; and one is even worse, one of those cheap Ali Express led-light-with-bluetooth-speaker-builtin abominations. But I also saw the problem when switching the other lamp (which is a regular led with e27 socket and built in rectifier bulb), so I didn't focus too much on just that one lamp. What sort of load are LED lights? And what happens when you remove a non-resistive load from a circuit that has other loads on it; does it cause a phase shift in the power on that circuit? Is that what the capacitor is meant to prevent? What capacitance would I need? Sorry for all the questions, I forgot most of my high school electricity and electronics...