3D Druck: Unterschied zwischen den Versionen
Aus Wiki_2020
Wezi (Diskussion | Beiträge) |
Wezi (Diskussion | Beiträge) |
||
Zeile 70: | Zeile 70: | ||
Recv: ok | Recv: ok | ||
[[Datei:PID autotune 2.png| | [[Datei:PID autotune 2.png|gerahmt]] | ||
===== Firmware ===== | ===== Firmware ===== | ||
*https://github.com/harakiwi1/Anet-A6L-with-Marlin-2.0 | *https://github.com/harakiwi1/Anet-A6L-with-Marlin-2.0 |
Version vom 18. April 2024, 19:07 Uhr
3D Druck
Videos Aufbau Anet A6
- Anet A6 Aufbau: Grundrahmen und die ersten Stepper
- Anet A6 Aufbau: Achsen und Verkabelung
- Anet A6 Hot Bed Leveling und der erste Druck
G-Code
- http://gcode.ws/#tabGCode G-Code Viewer online
- https://all3dp.com/g-code-tutorial-3d-printer-gcode-commands/ G-Code Referenz
- https://www.reprap.org/wiki/G-code
Modelle
Software
- http://www.openscad.org/index.html
- https://all3dp.com/1/cura-tutorial-software-slicer-cura-3d/ Curatutorial
- https://www.simplify3d.com/software/release-notes/version-4-0-0/
- https://octoprint.org/#compatible-and-extendable
- https://service.netfabb.com/service.php Onlineservice .stl Datei reparieren
- http://www.pronterface.com/index.html
Hardware
Wissen
Kalibrierung
- https://reprap.org/wiki/Triffid_Hunter's_Calibration_Guide
- https://github.com/slic3r/Slic3r/wiki/Calibration-of-Slic3r
Einstellung
- PID optimierung
M503 gibt PID Werte aus
Recv: echo:PID settings: Recv: echo: M301 P18.12 I0.90 D91.29 Recv: echo: M304 P546.82 I87.83 D851.13
- hotend
M106 S255 Bauteillüfter ein
M303 C8 E0 S190 U PID Autotuning für Hotend 1, bei 190°C und 8 Messungen
Classic PID Recv: Kp: 18.12 Ki: 0.90 Kd: 91.29 Recv: PID Autotune finished! Put the last Kp, Ki and Kd constants from below into Configuration.h Recv: #define DEFAULT_Kp 18.12 Recv: #define DEFAULT_Ki 0.90 Recv: #define DEFAULT_Kd 91.29 Recv: ok
M301 P21.0 I1.25 D86.0 E0 M107 Bauteillüfter aus
- Hotbed
Recv: bias: 85 d: 85 min: 59.80 max: 60.04 Ku: 911.37 Tu: 12.45 Recv: Classic PID Recv: Kp: 546.82 Ki: 87.83 Kd: 851.13 Recv: PID Autotune finished! Put the last Kp, Ki and Kd constants from below into Configuration.h Recv: #define DEFAULT_bedKp 546.82 Recv: #define DEFAULT_bedKi 87.83 Recv: #define DEFAULT_bedKd 851.13 Recv: ok