3dprinter:wanhao-duplicator-i3-mini
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 3dprinter:wanhao-duplicator-i3-mini [2023/04/29 14:34] – ↷ Page moved from howto:wanhao-duplicator-i3-mini to 3dprinter:wanhao-duplicator-i3-mini Wulf Rajek | 3dprinter:wanhao-duplicator-i3-mini [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| - | ====== Octoprint setup ====== | ||
| - | https:// | ||
| - | |||
| - | < | ||
| - | cd ~ | ||
| - | sudo apt update | ||
| - | sudo apt install python3-pip python3-dev python3-setuptools python3-venv git libyaml-dev build-essential | ||
| - | mkdir OctoPrint && cd OctoPrint | ||
| - | python3 -m venv venv | ||
| - | source venv/ | ||
| - | </ | ||
| - | In the virtual environment do: | ||
| - | < | ||
| - | pip install pip --upgrade | ||
| - | pip install octoprint | ||
| - | </ | ||
| - | Add user to tty and dialout group to allow access to serial port: | ||
| - | < | ||
| - | sudo usermod -a -G tty $USER | ||
| - | sudo usermod -a -G dialout $USER | ||
| - | |||
| - | #reboot required for the new group to take effect. For temporary access: | ||
| - | sudo chown $USER / | ||
| - | sudo chmod a+rw / | ||
| - | </ | ||
| - | |||
| - | |||
| - | Start service: | ||
| - | < | ||
| - | ~/ | ||
| - | </ | ||
| - | Access it via http:// | ||
| - | |||
| - | Autostart service: | ||
| - | < | ||
| - | wget https:// | ||
| - | sudo mv octoprint.service / | ||
| - | sudo sed -i ' | ||
| - | sudo systemctl enable octoprint.service | ||
| - | </ | ||
| - | |||
| - | Update: | ||
| - | < | ||
| - | cd ~/OctoPrint | ||
| - | python3 -m venv venv | ||
| - | source venv/ | ||
| - | pip install pip --upgrade | ||
| - | pip install setuptools --upgrade | ||
| - | pip install octoprint --upgrade | ||
| - | </ | ||
| - | |||
| - | ====== Tuya Smart Plug ====== | ||
| - | |||
| - | https:// | ||
| - | https:// | ||
| - | |||
| - | ====== Cura installation ====== | ||
| - | |||
| - | Use cura as slicer (win/ | ||
| - | - Install Cura autorotation and octoprint plugins https:// | ||
| - | |||
| - | Plugins: CustomSupports, | ||
| - | |||
| - | {{howto: | ||
| - | |||
| - | < | ||
| - | sudo mkdir /opt/cura | ||
| - | sudo chown $USER:users /opt/cura | ||
| - | sudo chmod 775 /opt/cura | ||
| - | mv ~/ | ||
| - | chmod 775 / | ||
| - | |||
| - | #download and copy cura icon to /opt/cura | ||
| - | cat >>> | ||
| - | [Desktop Entry] | ||
| - | Name=Ultimaker Cura | ||
| - | Exec=/ | ||
| - | Comment= | ||
| - | Terminal=false | ||
| - | Icon=/ | ||
| - | Type=Application | ||
| - | EOF | ||
| - | |||
| - | </ | ||
| ====== Webcam ====== | ====== Webcam ====== | ||
| Line 192: | Line 108: | ||
| |Reminder|https:// | |Reminder|https:// | ||
| - | ====== Cura USB Printing ====== | ||
| - | |||
| - | You can disable the USB Printing part of Cura and it will no longer touch your USB ports, causing issues with Octoprint on the same system. | ||
| - |   * Go to " | ||
| - |   * Go to the " | ||
| - |   * Scroll down to "USB Printing" | ||
| - | * Uncheck the checkbox in front of it | ||
| - | * Restart Cura | ||
| - | |||
| - | ====== OctoLapse ====== | ||
| - | |||
| - | Better TimeLapse, independent of the built in timelapse. | ||
| - | |||
| - | Auto config: | ||
| - | https:// | ||
| - | |||
| - | Go to Settings -> Preferences and click Machine Settings of printer. | ||
| - | Paste at top of Start G-code: | ||
| - | < | ||
| - | ; Script based on an original created by tjjfvi (https:// | ||
| - | ; An up-to-date version of the tjjfvi' | ||
| - | ; here:  https:// | ||
| - | ; Note - This script will only work in Cura V4.2 and above! | ||
| - | ; --- Global Settings | ||
| - | ; layer_height = {layer_height} | ||
| - | ; smooth_spiralized_contours = {smooth_spiralized_contours} | ||
| - | ; magic_mesh_surface_mode = {magic_mesh_surface_mode} | ||
| - | ; machine_extruder_count = {machine_extruder_count} | ||
| - | ; --- Single Extruder Settings | ||
| - | ; speed_z_hop = {speed_z_hop} | ||
| - | ; retraction_amount = {retraction_amount} | ||
| - | ; retraction_hop = {retraction_hop} | ||
| - | ; retraction_hop_enabled = {retraction_hop_enabled} | ||
| - | ; retraction_enable = {retraction_enable} | ||
| - | ; retraction_speed = {retraction_speed} | ||
| - | ; retraction_retract_speed = {retraction_retract_speed} | ||
| - | ; retraction_prime_speed = {retraction_prime_speed} | ||
| - | ; speed_travel = {speed_travel} | ||
| - | </ | ||
| - | |||
| - | Taking photo before or at first layer: | ||
| - | https:// | ||
| - | |||
| - | Add to the bottom of the very end of the Start G-code: | ||
| - | < | ||
| - | @OCTOLAPSE TAKE-SNAPSHOT | ||
| - | SNAP | ||
| - | </ | ||
| - | or < | ||
| - | Add to very end of End G-Code: | ||
| - | < | ||
| - | G28 Z0 ;move Z to min endstops | ||
| - | </ | ||
| ====== 3D Designs ====== | ====== 3D Designs ====== | ||
3dprinter/wanhao-duplicator-i3-mini.1682775256.txt.gz · Last modified:  (external edit)