Bambu Lab Magnetic Poop Container October 13, 2023
Antre du Tryphon
Search

Bambu Lab Magnetic Poop Container

October 13, 2023 · claude 3D Printing object
This is another Bambu Lab Magnetic Poop Container. It fits the P1P, P1S and the X1 series. Magnet up to 12 mm in diameter can be used. Their thickness can be 2 mm, 3 mm and/or 4 mm. Up to 4 magnets of each size can be used. Usually 2 of them is enough.

Parametric Foot

October 6, 2023 · claude 3D Printing object
This openSCAD script create feet for projects. It was designed for aluminum extrusion, but can be used for other purposes. The thickness of the sides will have an impact on vibration dampening. TPU is recommended. The given example is for 20 x 20 mm extrusion using a M5 bolt.

Arbitrarily Compartmented Box With Overlapped Lid

September 29, 2023 · claude 3D Printing object
This is a parametric compartmented box with overlapped lib. The example is a box that contains electronic boards in small bags.

Spools compatible with the Bambu Lab AMS

September 28, 2023 · claude 3D Printing
This post lists the spools compatible with the Bambu Lab AMS. I've used them.

Parametric Device Holder

September 23, 2023 · claude 3D Printing object
This is a parametric device holder for square devices. Options are provided for screw mounting holes. By adjusting the parameters will make it fit any square devices. Three practical examples are given.

Bambu Lab P1P/P1S Screen Removal Tool

September 16, 2023 · claude 3D Printing object
This is a simple tool that helps to remove the screen of a Bambu Lab P1P or P1S. Removing the screen after it was installed is a bit difficult. This tool prevents you from pushing on the screen itself. Use this tool to push the base of the screen to the right. This tool can be easily adapted for another purpose, since it is parametric.

Mount a BitLocker partition on a Linux system

September 10, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
This post explains how to mount a BitLocker partition on a Linux system. You'll need the BitLocker recovery key to do so, along with the device file (/dev/sd?) of the BitLocker encrypted partition. The post http://www.ctheroux.com/mount-a-partition-from-a-full-disk-image-file-on-linux/ shows how to create one if the partition is within a full disk image file.

Mount a partition from a full disk image file on Linux

September 9, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
This post explains how to mount a partition from a disk image file on a Linux system. Such a file may have been created using the dd command. The disk image file in this example is named windowsws.img. This is the image of a disk that contains a Windows system. Let's say we want to mount the partition that contains the OS and the user's file.

Linux whole data disk encryption

September 4, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
This post give the main steps to achieve full data disk encryption. The disk password will be required during boot time. You will need the device name of the disk to perform this procedure. MAKE SURE YOU HAVE THE RIGHT DEVICE NAME. OTHERWISE, YOU WILL LOSE DATA!!! We will use the device /dev/sdz below. This procedure is valid only for data disk.

How to create an encrypted file and open it

September 3, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
You'll find in this post the basic steps to create an encrypted luks file and open it. You'll need to perform the following steps to create it: