Skip to content

Instantly share code, notes, and snippets.

View coltography's full-sized avatar

Colton Onushko coltography

View GitHub Profile
@coltography
coltography / README.md
Last active February 7, 2025 19:30 — forked from steveneaston/README.md
Extract thumbnail from 3mf via Bambu Lab printer FTPS

Intro

Downloads a 3MF file from a Bambu Lab printer via it's FTPS service when the printer is in LAN mode. The embedded thumbnail is then extracted from the 3MF file and renamed to cover_image.png. OVERWRITTEN EVERYTIME

This script makes little-to-no effort to validate files exist or are in the correct format and is provided as-is. I take no responsibility for any loss of data or damages caused. Use at your own risk.

Usage

Will need to be added to configuration.yaml as follows:

@coltography
coltography / README.md
Last active February 13, 2025 01:23
Bambu Lab P1S/P1P Optimized Startup GCode

Optimized startup GCode for Bambu Lab P series. Keeps all the original startup actions but changes the order in which they happen, and proceed with the startup instead of waiting for the bed to heat up. It's usually almost always ready to print by the time it's finished, unless you're printing with a bed temp above 60C it might pause before proceeding.

This changes the purge line to be similiar to the KAMP purge line.

Not tested on units with AMS.

Use at your own risk!