Skip to content

Instantly share code, notes, and snippets.

View jaddamo's full-sized avatar
🏠
Working from home

Joe Addamo jaddamo

🏠
Working from home
View GitHub Profile
@jaddamo
jaddamo / README.md
Created April 1, 2022 21:24 — forked from CODeRUS/README.md
Klipper + moonraker + KlipperScreen linuxdeploy android install

README

sudo apt install curl -y

curl -sL https://gist.github.com/CODeRUS/a5ec4a456f5b58186cbebb66a8542a2e/raw/klipper-install-debian.sh | bash -

@jaddamo
jaddamo / gist:d37010753b22841352c6f4221d447add
Created October 22, 2021 08:46 — forked from wess/gist:c66382198d48238787718b9bb8e9f3d9
Start/End GCodes for BLTouch Ender 3
; Ender 3 Custom Start G-code
M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature
M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature
M104 S160; start warming extruder to 160
G28 ; Home all axes
G29 ; Auto bed-level (BL-Touch)
G92 E0 ; Reset Extruder
M104 S{material_print_temperature_layer_0} ; Set Extruder temperature
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature
Creality Ender 3 Custom Start End Gcode v1 - Slic3r Prusa Edition
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3D Printer: Creality Ender 3
Slicer: Slic3r Prusa Edition (Tested with version 1.41.0-beta)
Created by: Sacha Telgenhof <me at sachatelgenhof dot com>
Date: 2018/08/21
Introduction
------------
Below you can find custom start and end G-code procedures to be used for setting up your Ender-3 in Slic3r Prusa Edition.