Skip to content

Instantly share code, notes, and snippets.

View MrQuallzin's full-sized avatar

Dallin DeFord MrQuallzin

View GitHub Profile
@MrQuallzin
MrQuallzin / LoadCellCalibration.md
Last active May 5, 2026 18:01
Cosmos Load Cell Calibration and Manual Full Calibration

Cosmos Calibration Troubleshooting Guide

Printer: Centauri Carbon (CC1) running Cosmos firmware (Kalico fork: OpenCentauri/kalico)

Goal: Manually run the equivalent of FULL_CALIBRATION with checkpoints, capturing state before and after each phase to identify exactly where (and why) calibration fails.


How to use this guide

@MrQuallzin
MrQuallzin / README.md
Last active July 10, 2026 02:03
Cosmos timelapse with external camera (via gphoto2)

Cosmos timelapse with an external USB camera

Trigger a USB-tethered camera for Cosmos timelapses instead of using the printer's built-in camera. Rendering is offloaded to a Linux desktop so the printer's R528 SoC doesn't have to do video encoding.

How it works

The printer fires a small HTTP call per layer to a Flask shim running on a Linux desktop. The shim calls gphoto2 to capture from the camera and saves the JPEG locally. At print end, ffmpeg renders the frames into an MP4.

printer (layer change) ──HTTP──▶ Flask shim ──▶ gphoto2 ──▶ camera (USB)