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:39] – Wulf Rajek | 3dprinter:wanhao-duplicator-i3-mini [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 48: | Line 48: | ||
- | ====== 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 135: | 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.1682775598.txt.gz · Last modified: 2023/05/29 11:53 (external edit)