Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps.
Download and cd to upp
git clone https://github.com/sibradzic/upp.git && cd upp
python3 setup.py build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; temperature tower: https://www.thingiverse.com/thing:2729076 | |
; appliy the following function in Klipper FW before running the temp tower: | |
TUNING_TOWER COMMAND="SET_HEATER_TEMPERATURE HEATER=extruder" PARAMETER=TARGET START=227.5 FACTOR=-.5 BAND=10 | |
; This starts at 225deg and every 10mm reduces by 5deg until the top tower hits 180deg. |