Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JA
Posts
1
Comments
22
Joined
2 yr. ago

  • I also have a DTSE9 and it's been on my keychain for at least 10 years now :D

    Recently I have just gotten 2 nvme ssd enclosures and have been very happily using them for the super quick image writes. I just checked if there's some compact 2230 enclosures and some of those even have keychain attachment points.. they definitely are a bit bulky for a keychain but I'd argue they still are an option and will look similar to a keyfob :)

  • It's a wobbly affair but it does work and Bambu does offer it as an option with a mounting bracket you can print. I.. just put my AMS to the side because my table is already kinda scuffed :D

  • I also figured out, I can adjust the max volumetric speed of the PETG filament settings and that will limit the wall speeds autumatically

    Edit: This turned out to interact weirdly with layer height changes, I ended up just reducing the max speeds.

  • It's kinda not at the start or end of the layer. The layer starts with the inner wall, which prints fine and then it does the outer wall which doesn't do fine.

    Which corresponds to the wall here

    What slicer are you using?

    Bambu Studio 1.8.4.51

  • Thanks for the input!
    So the thing I was trying to print was this: https://www.thingiverse.com/thing:6365845
    Ideally you'd just print it in PLA but I only had one colour PLA so I thought, might as well gather some PETG printing experience :D
    The part in question is red_panda_low_poly_V1_-_head_A_red.STL and I tried to print it on an odd angle to make sure that most of the outwards facing walls were on the top, because anything that needed support turned out so hideous.

    Also it seems to appear on any side of the model, where you have a slight overhanging angle, in no particular axis :)

    I'll print it in pla once my current print is done :D

  • I tried to observe it but it just goes straight over it.. It seems a bit like a cascading issue, where one layer has a bit missing and then the next one blobs onto the next because it's trying to print on nothing, idk

    It also sometimes catches itself again and you get these patches of weirdness and then it's okay again

  • 3DPrinting @lemmy.world

    Blobbing on outside walls Bambu PETG Basic, drying issue?

  • Hey, not sure how in depth your linux/docker knowledge is. Please disregard if irrelevant. I would recommend you pick a fixed mountpoint for the drive and set up a systemd service to mount the drive for you (systemd .mount file). Then you add an extra line "RequiredBy=docker.service" (look for systemd RequiredBy) This way the drive always has to be mounted by the system before docker is started and should always be visible before you start a container.

    Hope this helps :)