Skip to content

Instantly share code, notes, and snippets.

@ChipCE
ChipCE / readme.md
Last active August 20, 2024 00:59
Klipper bed mesh on print area only macro install guide

READ THIS FIRST

Adaptive bed mesh is merged into klipper master branch. You can use this feature without this custom macro. Official klipper adaptive bed mesh

Klipper mesh on print area only install guide

What this macro do

  • This macro will dynamically changing the bed mesh area based on the size of the parts will be printed. The fw will only probe on the area that the part will be printed (plus mesh_area_offset value)
@Sofronio
Sofronio / ytb.sh
Last active January 16, 2019 21:24
ytb: Download YouTube video and upload to Baiduyun automaticly.
#!/bin/sh
#youtube-dl download and Baiduyun bypy auto upload
#Written by Sofronio
echo -n "youtube-dl start. Please input the youtube id\n"
read youtubeid
#set path as youtube-dl downlaod path
cd /root/y/
@cnbeining
cnbeining / yt.sh
Created August 20, 2014 18:20
ytdl: Quick download best DASH video and audio with Youtube and mux.
#!/bin/bash
#Youtube-DL DASH Video and Audio merging script
#Written by QuidsUp
#Edited by Christoph Korn
#Edited by Beining
File1New=video.m4v
File2New=audio.m4a