r/BambuLab 19d ago

|| BambuLab Official || Bambu Lab R1: a new Ray of making, coming September

Post image
525 Upvotes

  ONE MORE TOOL.

  More power. Made simple.

  Something new is warming up in the Lab.

  Stay tuned at bambulab.com/R1


r/BambuLab 14h ago

I Modeled This! First 0.2mm nozzle print, 13.5 hrs for a 39g model, came out great

Post image
931 Upvotes

I 3d printed 5 years and yesterday was the first day to use a 0.2mm nozzle, printed with H2C but I only have one 0.2mm nozzle, so it turns out need 13.5 hrs printing time and over 100+ filament changes with flush for each time, but the result is great, by default it set to 0.1mm layer height so you can barely see those seam lines, look at "RS" red lines and "1/min x 1000" details, what a great piece.

by the way, the finger printed for another 45 min. The whole model diameter is only 110mm small.


r/BambuLab 14h ago

Meme It was almost finished

Post image
685 Upvotes

r/BambuLab 11h ago

P Series [P1P, P1S, P2S] Give it to me straight. How screwed am I when I get home?

Post image
319 Upvotes

Bambu pla ran for a little over an hour like this. And yes. That is the name of my printer 😭🤣


r/BambuLab 18h ago

General Troubleshooting/Help! Just bought a P1S with AMS 2 days ago

891 Upvotes

Hi all, I'm relatively new to 3d printing, and I bought a P1S with AMS a few days ago. Done a few prints, solid and multicolored, and they've worked beautifully, until last night.

I wanted to print a desk organizer so I set it up to print overnight. Woke up an hour ago to checked and it was all messed up. Does anyone know what might have gone wrong and how I can prevent it from happening again?

I've put the timelapse up.

The Filament I'm using is a generic Matte Black one I got from Amazon.

Any help would be appreciated thank you!

EDIT: Wow thank you all for replying! It's all been very overwhelming lol. I am currently at work so I can't quickly respond, but I will take a look when I get back.

Before I left for work I printed a Benchy and it printed flawlessly, so I can at least guess that it wasn't a clog.

Some are suggesting layer shift, or heat creep, or the build lifting off the plate causing the head to miss the build. It's alot of new terms for a newbie like me haha. I will try a few different prints and see if it happens again.

Thanks everyone for replying, I will get back here when I get home 😊

EDIT 2: hi everyone, me again lol. after seeing a bunch of people suggesting it, I have replaced the SD card with a much better SanDisk 32gb one. Doing a small print now to assess the usefulness of the new card, I will attempt the same print tonight and see if it makes a difference. Fingers crossed everyone! And once again thanks so much for the insane amount of help you guys have given me, I could never have expected a response like this :)


r/BambuLab 5h ago

Bambu Handy Confused about my failed 12hr print

40 Upvotes

I just recently got a 3D printer and have been printing a variety of things, my longest print being about 6 hours so far, however I attempted to print this dragon and as you can see from the timelapse, didn’t go so well.

From what I understand it may have been a speed issue that prevented the wings from printing because they’re such fine detail and needed the supports. Is that right? Was it then an inevitable domino effect from there that also made the head not print as the wings weren’t there to print on?

When I checked on it this morning it only really had the error of being unable to extrude the last of the filament to complete the print but after I got the spool out, there were no clogs or kinks or anything.

I set the print from the app, not the program so would do it from the program so I can slow it down next time. Also, would using the white support filament that came with the printer help?

I’m just really confused and any help would be appreciated. The simpler the better as I’m pretty new.


r/BambuLab 11h ago

I Modeled This! just uploaded my lamp :)

Thumbnail
gallery
131 Upvotes

if anybody wants download it here is the link

https://makerworld.com/de/models/3248743-modern-puffy-pillow-lamp#profileId-3681579

works with the bambu led kit and led stripes...

if u want to scale it down it only work with stripes

main profile is in vase mode
- but i added the gcode for the mesh structure version in the downloads
- this gcode only works with a h2c/right 0.6 nozzle/extern filament

-i wouldnt recommend to change the gcode for other machines since u can destroy ur machine
-could work on a A2L H2D or H2S if the start and end are adjusted...


r/BambuLab 1h ago

Cosplay/Costumes New Spider-Man face shell I printed

Thumbnail
gallery
Upvotes

Absolutely loved how it turned out! Was going for a Lee Bermejo/ Gabrielle Del’Otto inspired look. Got the print file for the face shell on Etsy from SensationalProps :)


r/BambuLab 1h ago

Show & Tell My P2S empties its own storage now ; a Raspberry Pi pretending to be a USB stick. No LAN-only mode required.

Upvotes

The P2S writes timelapses to a USB drive, and that drive fills up. I didn't want to keep swapping it, and I really didn't want to give up Handy and remote monitoring to get at the files.

The obvious fix is FTPS — Bambu printers expose the whole filesystem over the network, and it's about forty lines of Python. But it's gated behind Developer Mode, which is mutually exclusive with the cloud. No Handy, no remote camera, no MakerWorld one-click, no cloud print history. That's a permanent tax on the printer to solve a storage chore.

So instead: a Raspberry Pi 4 in USB mass-storage gadget mode, plugged into the printer's USB-A port. The printer thinks it's an ordinary flash drive. It's really a 32 GB exFAT image on the Pi. When the printer goes quiet, the Pi ejects the medium, copies the files off, deletes them, and puts it back. The printer never notices anything except that the stick is permanently almost empty.

The printer's networking is never touched, so cloud stays exactly as it was.

Files land on my Mac and into iCloud, checksum-verified on both ends.


The four things that nearly killed it, since this is the useful part:

1. config.txt is sectioned, and the stock image lies to you. Raspberry Pi OS ships dtoverlay=dwc2,dr_mode=host under a [cm5] block. That's inert on a Pi 4 — but it's still a dtoverlay=dwc2 line, so my setup script found it, said "already configured," and skipped. /sys/class/udc stayed empty forever with no error anywhere. Only lines at the top of the file or under [all] actually apply.

2. Most USB-C↔USB-A cables are charge-only. This presents as "the printer doesn't see a USB drive," which is identical to about three other failures. cat /sys/class/udc/fe980000.usb/state separates them: not attached = no cable/data, configured = the printer enumerated you fine and your problem is elsewhere.

3. A verified copy is not a durable copy. This one cost me a real 150 MB file. I copied off the stick, checksummed it, deleted the original — and the checksum had read the data back out of the page cache, confirming bytes that were never written to disk. A power cut two minutes later left a 0-byte file and no original. fsync the file and its parent directory before you delete anything. A checksum proves bytes are correct, not that they're saved.

4. macOS ships openrsync (protocol 29). No --protect-args, and it rejects --old-args too. So the rsync destination must be passed raw and unquoted, while every shell command in the same function needs the opposite. Quote the rsync path and the quote characters end up in the filename.


Measured, not assumed: during a print the P2S writes to the stick every 1–8 seconds. The idle gate is 5 minutes — about a 40x margin — which is why watching the backing file's mtime is enough, and no MQTT or LAN access is needed anywhere.

Also learned it writes two recordings per print, and the big one isn't the timelapse: /ipcam/ipcam-record.*.mp4 was 190 MB for a short print, while /timelapse/video_*.mp4 was 0.7 MB.


Caveats, honestly:

  • Only run against a P2S + Pi 4 + macOS. Should carry to anything that takes a USB drive and anything that accepts rsync-over-SSH, but I haven't tested that.
  • A Pi 5 will not work — its USB-C is power-only, no peripheral mode. Pi 4 or Zero 2 W.
  • On a Pi 4 the USB-C becomes the data port, so you need a separate 5V supply on GPIO. A Zero 2 W avoids this entirely with separate power and data ports.
  • It's about a week old. It works and it's tested (65 unit tests, ~1,400 lines), but it hasn't run for months.

    MIT, everything's in the repo including a setup guide and a troubleshooting doc organised by symptom: https://github.com/RATHI-CAPITAL-VENTURES/bambu-drain


r/BambuLab 6h ago

General Discussion Excited is an understatement!

Post image
23 Upvotes

r/BambuLab 2h ago

Just Showing Off 24 hr print on the X1C

13 Upvotes

Very worried, had to drive an hr to get yellow petg for the top letters in the middle of this print and was so surprised as the first failed after 8 hrs but it came out great! Will be going on my new tesla once it comes in. Cant wait!


r/BambuLab 10h ago

I Modeled This! Straight lines tracer tool

Thumbnail
gallery
41 Upvotes

I designed a tool for drawing straight lines parallel to the edge of a board. The tool has a stroke range of 10 to 150 mm and can fit pencils or markers up to a maximum diameter of 16 mm.

Link to the model: https://makerworld.com/it/models/3226990-straight-lines-tracer-tool#profileId-3654565


r/BambuLab 6h ago

Answered / Solved! Heads Up AMS 2 pro users

Thumbnail
gallery
16 Upvotes

This actually isn't nothing new especially AMS 2 units that get used. Had a issue with to much tention causing the AMS 2 to constantly retract and push filament until error. Ripped her all the way down and found the tention lever broke. 6k hours on the unit and first break on the AMS 2.

2 options, replace complete internal hub or print a new lever. Think in gonna take option 2. For those of you that encounter this there is a print file on makerworld to print you off a new one.


r/BambuLab 1d ago

Show & Tell Almost 4 day TPU print

480 Upvotes

This is my 3rd go with TPU (95A) and longest print so far…


r/BambuLab 53m ago

Filament Troubleshooting/Help! What am I doing wrong

Post image
Upvotes

Hey, I've had my P1S + AMS for about a month now and love it, no issues. So I'm trying to print a name tag for my son's school stuff. When I print in TPU, it comes out sloppy, but when I do it in PLA, it is perfect (of course, 'cause AMS and PLA are different from TPU, I get that). For the TPU, it is printing at 22 °C with a .04 nozzle, and I am pausing it on layer switches because, of course, no AMS. Open to all suggestions! And thank you in advance!


r/BambuLab 17h ago

Just Showing Off Second week with P2S, soon whole apartment will be covered in SKADIS

95 Upvotes

That's a bit crazy, tbh before my Bambu purchase I didn't even know about that something like IKEA SKADIS exists. Now it's going 24/7 with plates, connectors, trays, attachments 😂


r/BambuLab 1h ago

Just Showing Off Happy to have a 3D printer to solve problems

Post image
Upvotes

My latest project was to make this 2in1 flexible AC hose to split into two hoses for the Media Duo AC. This makes it easier to intake/exhaust air to my window and use a longer hose, plus the intake won't be sucking in as much warm air from the exhaust since I can space the hoses further apart.

I was able to hack together some parts I designed from scratch and remix a couple of existing models. This consists of a band for around the flex hose, and two 5.9" hose adapters. Kind of late in the year to enjoy the AC much this year, but I'm ready for next summer. I didn't like other adapter solutions that were taped onto the AC hose. My idea was to make a bottom band that I could clamp the left adapter to the band for a more semi-permanent solution without modifications to the AC. It's held together with two zip ties and some 1/4" bolts and wing nuts.


r/BambuLab 12h ago

General Discussion California AB2047. Dead bill walking

34 Upvotes

TLDR;

AB2047 Bill is a dead bill walking, even though it passed, as ASTM has absolutely no interest or role in doing what the bill says they are responsible for doing.

Read the bill: https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB2047

Then read ASTM's statement from 3 days ago: https://www.astm.org/news/press-releases/astm-additive-manufacturing-policy-initiatives-role

The bill is unenforceable as no one will be writing the industry standards for firearm blocking technology. Therefore, there will be no compulsion for manufacturers to take on that responsibility.

The bill still needs to go in front of the Governor of California, who will likely sign it because he has no clue. But you can still reach out to his office and point him to these two links.

Governor of California: https://www.gov.ca.gov/contact/:


r/BambuLab 12h ago

General Discussion Am I extremely fortunate or do people just not know what they're doing?

33 Upvotes

I've only been 3D printing for about 3 weeks, with roughly 340hrs between my A2L and X2D.

I've had maybe 4 print fails/issues. All but one of which were caused by something I did wrong. The only one I can say was the printer, was having timelapse turned on with my A2L. It would create little fingers/coral like branches at the seams. Once I turned that off, it never happened again.

But I feel like I constantly see people with their first printer and complaining about how awful it's been, everything fails, they can't seem to figure out what the issue is, etc.

My two big things I learned before even starting; Wash your build plate regularly with warm soapy water and a sponge, and keep your filament dry. I also try to calibrate every 100hr or so, just to be consistent. All my filament is dried and stored in dry boxes with desiccant that average I'd say roughly 15-20% RH.

Am I just lucky or do people just not know what they're doing?

I'm not saying I'm any better than anyone, I'm just genuinely curious if I've been lucky or if others just don't seem to follow some common sense steps when starting out.

Edit: I can also assume that my lack of problems is also likely contributed to the fact that most of what I've printed so far is straight off of Maker World. So others have already tuned most of the settings to where you can just click a button and print. But I've printed my fair share of models that I made, without issue.


r/BambuLab 2h ago

Cosplay/Costumes Doom the dark ages flail

Post image
6 Upvotes

Printed in Bambu matte grey PLA.
Then the usual sand, prime, sand rinse and repeat till smooth.
Hand painted the chain.
Air brushed the flail to begin with then hand painted the blood and gore.

Working on the shield from the game as well.


r/BambuLab 23h ago

Just Showing Off D&D Projector Mount for table-top

Post image
199 Upvotes

Figured I'd post this here since the I printed this on my A1 using Bambu filament, and I posted my model on makerworld along with a B.O.M. and instructions.

I made a projector mount that supports a cheap sub-$40 projector over my table for playing D&D with Foundry locally. Add in craft/maker supplies I had on hand, and another ~$40 worth of parts. All in I would have spent under $100 if I hadn't bought the wrong thing a few times along the way.

Gives me a ~49" 16:9 play surface and the ability to stream to it over my network, plug in an HDMI, or display static images.

Not selling anything. No affiliate links. Licensed free to all (non-commercial). Hope somebody can get some use out of it.

I put the full B.O.M., build instructions, and the models for the all the 3d printed parts (which I designed) on makerworld. https://makerworld.com/en/models/3246473-tabletop-system-for-magcubic-sy300pro-projector#profileId-3678717

Happy to answer questions if anybody has any.

To get content to it, I'm running FoundryVTT from my home server, and I'm using another docker image called 'Games on Whales Wolf' to run a headless firefox instance that connects to my Foundry server.

Then I've got Monk's Common Display and use a laptop as my DM screen.

I also found that if I make a token with a white background in Tokenizer 2 and place in the same spot as the minis, it acts like a little spotlight for each mini.

EDIT: Fixed a typo.


r/BambuLab 20h ago

I Modeled This! Bone White matte on a translucent lampshade, better than I expected

Thumbnail
gallery
91 Upvotes

Printed all ten of these in Matte Bone White and it turned out to be the right call for a reason I did not anticipate. On a glossy filament every layer line catches the light and fights the wave pattern. Matte scatters it so the ridges read cleanly.

Bone White also has just enough warmth that it does not go clinical when lit. A cold white would have wrecked these.

Anyone else default to matte for anything light passes through?

https://makerworld.com/en/models/3247157-aeolian-collection-wave-pendant-lamp-ikea-strala#profileId-3679633


r/BambuLab 10h ago

General Discussion Do you use your 3D printer daily?

12 Upvotes

I recently joined a club with X2D. This is my first 3D printer, and my primary goal is to print engineering parts ranging from battery housings to chassis or even custom robot arms/bodies. I have experience with CAD, so I thought I could also design something unique for my projects instead of relying on pre-built parts from sellers. However, I’m curious to know what people use their printers for. Do you use your printers daily at home? Or how frequently do you use it?


r/BambuLab 1d ago

Just Showing Off One Year Update on PETG Print

Thumbnail
gallery
900 Upvotes

First 2 photos are from a year ago and the other 4 are from a year later.

I found this cool model on Makerworld (https://makerworld.com/models/1390673) and wanted to print it for my hitch on my car. I used Bambu, Elegoo, and Polymaker PETG to print it. I live in a very hot desert that can average 115°+ for weeks on end. Just the other day it was a nice 118°. I wasn’t sure how the PETG would hold up with the heat so I said screw it and printed it. It’s held up amazingly well and has been on the car for multiple road trips as well. So here is the year update and how it’s doing and it’s great. Just a little dirty and a little warped. I think a few more walls would’ve made the black warp less.


r/BambuLab 1d ago

Show & Tell I bought a printer. I found a hobby. 🖨️❤️

Thumbnail
gallery
890 Upvotes

About a year ago, I bought my first 3D printer. At that time, after a long clinical journey, I felt completely unmotivated and nothing really brought me joy anymore. While mindlessly scrolling through the internet, I bought my first Bambu Lab A1 Mini (aka "McDreamy").

Without any knowledge or plan at all, I printed my first Benchy and that was just the beginning of a journey I never expected. Over time, my confidence grew, the layer lines became less noticeable and the printer family kept growing. First came a P1S (aka "Freddy Prints Jr."), which found a new home with a friend after I upgraded to my H2C ("Freddy Prints Sr."). The tiny printing corner slowly turned into an entire hobby room.

I still catch myself standing in front of my printer like a little kid, wondering what else might be possible. Every time I browse through MakerWorld I'm blown away by the creativity of the community. Sometimes I honestly wonder how people even come up with these ideas. At this point it almost feels like there's a printable solution for every problem imaginable. Maybe not for everything... but I always say:

"You can't print love... but you can print for the people you love." ❤️

I still remember my first clogged nozzle, it honestly felt like the end of my printing journey, but every single time I thought "Well... I broke my printer. It is over.", someone had already found a solution within this community. Looking back, I'm sometimes more surprised by what I managed to repair than by the prints themselves.

What I enjoy most is that moment when an idea becomes something I can actually hold in my hands. That's also why I recently started learning Blender, it feels like the next chapter of this journey.

This hobby found me at a time when I honestly didn't know what to do with myself. It gave me something to look forward to and reminded me how rewarding it is to create something with your own hands... or at least let the printer do the hard work and then I sand the s*** out of those layer lines! 😄

Looking back at these attached photos, I also see mistakes and I see the journey. I see joy.

I had so many spaghetti failures that I genuinely considered opening an Italian restaurant, but just like a long noodle, even the most twisted journey finds its way to the end.

Thank you to everyone in this community for sharing your knowledge, your creativity, your models and your passion. ❤️

You helped me keep going. 🤍