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
* Tension X,Y,Z axis: https://www.youtube.com/watch?v=MV-rbU5Fpfc | |
* Check that the extruder screw has the right tension: https://www.youtube.com/watch?v=8bACUeH6WDs | |
* Check that all screws are tightened | |
* Level the X axis, use two glue sticks on both sides of print bed to determine if the X axis is leveled: https://www.youtube.com/watch?v=Cmwq9r5tePk | |
* Use the "paper test" to set the Z offset (run G1 Z0 F300 on the printer to position the hotend to the lowest position on the print bed) | |
* Use fine tuning to find the right Z offset | |
* Print the modified spool holder for added stability: https://www.thingiverse.com/thing:6631744 | |
* Print the Z axis gantry support for added stability: https://www.thingiverse.com/thing:6516352 | |
* Lubricate X,Y,Z axis with lithium grease | |
* Print first layer test. |
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
How to use TP-Link Tapo C100 camera OR any camera that provides RTSP stream with Mainsail | |
1. Download go2rtc: | |
wget https://github.com/AlexxIT/go2rtc/releases/download/v1.9.4/go2rtc_linux_mipsel | |
2. Make it executable | |
chmod +x ./go2rtc_linux_mipsel |