3D Druck: Unterschied zwischen den Versionen
Aus Wiki_2020
Wezi (Diskussion | Beiträge) |
Wezi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 36: | Zeile 36: | ||
*https://reprap.org/wiki/Triffid_Hunter's_Calibration_Guide | *https://reprap.org/wiki/Triffid_Hunter's_Calibration_Guide | ||
*https://github.com/slic3r/Slic3r/wiki/Calibration-of-Slic3r | *https://github.com/slic3r/Slic3r/wiki/Calibration-of-Slic3r | ||
Einstellung | |||
* PID optimierung | |||
M503 gibt PID Werte aus | |||
M106 S255 Bauteillüfter ein<br> | |||
M303 C8 E0 S190 U PID Autotuning für Hotend 1, bei 190°C und 8 Messungen<br> | |||
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 | |||
===== 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, 18:54 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
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