Skip to content

Instantly share code, notes, and snippets.

View EiNSTeiN-'s full-sized avatar
:shipit:
currently relaxing

Francois Chagnon EiNSTeiN-

:shipit:
currently relaxing
View GitHub Profile
@EiNSTeiN-
EiNSTeiN- / TapChanger new extruder notes.md
Last active June 19, 2023 13:20
Steps for installing a new extruder onto a TapChanger v0.2.5

Steps for configuring a new extruder onto a TapChanger v0.2.5

Step 0. Before starting

  1. Re-tighten your carriage screws, this can be a cause of non-repeatable homing.
  2. If you use sensorless homing: make sure there is no occasional skipping while either axis are being homed! This may cause misalignment. If that is the case, lower the homing_speed in your printer's [stepper_x]/[stepper_y] configs.
  3. Check your homing routine, ensure it homes Y before X, otherwise you may accidentally bump into docked tools, or you may get interference from the Y tensionner if you home X too close to the front of the printer.

Step 1. Manually swap to new extruder

@EiNSTeiN-
EiNSTeiN- / Ubuntu 16.04 on a Surface Book.md
Last active April 20, 2017 02:08
My notes to get decent hardware support with Ubuntu 16.04 for my Surface Book
@EiNSTeiN-
EiNSTeiN- / mtrack_surface_book.md
Last active February 14, 2017 21:34
Installing mtrack touchpad driver on Surface Book

Remove synaptics driver

sudo apt autoremove xserver-xorg-input-synaptics

Install mtrack dependencies

sudo apt build-dep xserver-xorg-input-mtrack

Clone mtrack source code