Wiki-Quellcode von Elektro - SolderPasteDispenser
Version 27.1 von mbecker am 2022/11/17 12:54
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | Wir bauen eine Loetpastenspucker... so aehnlich wie in der ct'make 5/2022 | ||
2 | |||
3 | \\ | ||
4 | |||
5 | = {{id name="Elektro-SolderPasteDispenser-Plan"/}}Plan = | ||
6 | |||
7 | * Alten 3D Drucker umbauen (Marlin Alu2 steht im Lager - den duerfen wir benutzen) | ||
8 | ** Der hat ne stabile Z Achse also kann der bissel Druck nach unten aushalten | ||
9 | * ... | ||
10 | |||
11 | = {{id name="Elektro-SolderPasteDispenser-ToBeChecked"/}}ToBeChecked = | ||
12 | |||
13 | * Steuerung am 3D Drucker ist so was RAMPS maessiges mit nem Arduino Mega\\ | ||
14 | ** Steuerung brauchbar ??? Seriele Konsole ? Serial G-Code ? Kann der das ? Also die ct Software schickt g-Code ueber den Serial Port. Der Drucker läuft mit 250000baud und Firmware Marlin 1.1.9. | ||
15 | ** [[image:attach:image2022-11-13_14-20-16.png||thumbnail="true" height="150"]] | ||
16 | ** Endschalter? Die ct Software will Zeroing oder so. | ||
17 | ** **Task**: Das Exe mal runterladen und versuchen damit den 3D Drucker zu bewegen. | ||
18 | * Software | ||
19 | ** Komisches ct'Delphi gedoehns... [[https:~~/~~/github.com/MakeMagazinDE/Solder-Paste-Dispenser>>url:https://github.com/MakeMagazinDE/Solder-Paste-Dispenser||shape="rect"]] | ||
20 | *** [[https:~~/~~/www.embarcadero.com/products/delphi/starter/free-download>>url:https://www.embarcadero.com/products/delphi/starter/free-download||shape="rect"]] Ja super mit registrieren und scheiss. 🙄🙄🙄 Und dann fehlen auch noch irgendwelche Referenzen 😞️ | ||
21 | *** Die benutzen M3,M5 Spidle On/Off Commands um den Dispenser zu triggern - wird der Printer nicht verstehen !? | ||
22 | **** M106/M107 - Fan On/Off | ||
23 | **** (% class="language-plaintext highlighter-rouge" %){{code language="none"}}G28{{/code}}(%%) - Home, run into enstops and set 0 | ||
24 | **** (% class="language-gcode" %){{code language="none"}}G10{{/code}}(%%) - Retract - pull back Fillament | ||
25 | **** G11 - Recover - pull in Fillament - Vielleicht kann man damit den Tropfen absetzen ? | ||
26 | **** M302 - Cold Extrude - Parameter um kalte Extrusion zu erlauben, bzw Temp einzustellen | ||
27 | **** M575 B115200 - Change Baud Rate !!! | ||
28 | **** M701 - Load Filament - da kann man Laenge und Z-Move angeben | ||
29 | **** M702 - Unload Filament | ||
30 | **** Besser Extruder ansteuern... | ||
31 | ** Cooler waere das in den KiCAD html BOM viewer einzubauen. [[https:~~/~~/developer.chrome.com/docs/apps/app_serial/>>url:https://developer.chrome.com/docs/apps/app_serial/||shape="rect"]] | ||
32 | *** Bauteile auswaehlen, "Print Paste", gib ihm. | ||
33 | ** Oder was selber basteln mit Python und UI ? Oder Node/JS/Electron ? | ||
34 | *** Electron Python Artikel.. bissel experimentell! [[https:~~/~~/medium.com/@abulka/electron-python-4e8c807bfa5e>>url:https://medium.com/@abulka/electron-python-4e8c807bfa5e||shape="rect"]] | ||
35 | *** Nodejs [[https:~~/~~/serialport.io/>>url:https://serialport.io/||shape="rect"]] | ||
36 | *** Am einfachsten waere Chrome-WebSerialAPI [[https:~~/~~/codelabs.developers.google.com/codelabs/web-serial/#1>>url:https://codelabs.developers.google.com/codelabs/web-serial/#1||shape="rect"]] | ||
37 | **** [[https:~~/~~/googlechromelabs.github.io/serial-terminal/>>url:https://googlechromelabs.github.io/serial-terminal/||shape="rect"]] | ||
38 | |||
39 | * Druckluft Dispenser kaufen ODER DIY was Motorgetriebenes ??? | ||
40 | ** Motorized Dispenser [[https:~~/~~/github.com/koendv/paste_dispenser>>url:https://github.com/koendv/paste_dispenser||shape="rect"]] | ||
41 | *** Das Teil Adaptieren an den vorhandenen Extruder Motor !? Da versteh ich nicht wie man mal schnell die Spritze wechseln kann. Und es sieht wackelig aus - zu wenig Fuehrung fuer die Spritze. | ||
42 | *** ((( | ||
43 | {{embed url="https://www.youtube.com/watch?v=BFOmYFK7eTA"/}} | ||
44 | ))) | ||
45 | |||
46 | \\ | ||
47 | |||
48 | = {{id name="Elektro-SolderPasteDispenser-Referenzen"/}}Referenzen = | ||
49 | |||
50 | * ct 5/2022 liegt vor ({{mention reference="XWiki.mbecker" style="FULL_NAME" anchor="XWiki-mbecker-taHaN"/}} bzw. im Makerspace Regal) Kopie im Anhang... | ||
51 | * ct Links [[https:~~/~~/www.heise.de/select/make/2022/5/softlinks/xwmq?wt_mc=pred.red.make.make052022.102.softlink.softlink>>url:https://www.heise.de/select/make/2022/5/softlinks/xwmq?wt_mc=pred.red.make.make052022.102.softlink.softlink||shape="rect"]] | ||
52 | * Was mit RAMPS und Endschalter Config: [[https:~~/~~/www.instructables.com/Configuring-Endstops-on-Ramps-14-with-Marlin-firmw/>>url:https://www.instructables.com/Configuring-Endstops-on-Ramps-14-with-Marlin-firmw/||shape="rect"]] | ||
53 | * G-Code [[https:~~/~~/reprap.org/wiki/G-code>>url:https://reprap.org/wiki/G-code||shape="rect"]] | ||
54 | * Marlin GCode: [[https:~~/~~/marlinfw.org/docs/gcode/G000-G001.html>>url:https://marlinfw.org/docs/gcode/G000-G001.html||shape="rect"]] | ||
55 | |||
56 | \\ | ||
57 | |||
58 | (% class="wrapped relative-table" style="width: 71.1907%;" %) | ||
59 | |(% style="width: 16.4164%;" %)((( | ||
60 | (% class="content-wrapper" %) | ||
61 | ((( | ||
62 | ct'make | ||
63 | ))) | ||
64 | )))|(% style="width: 26.7659%;" %)((( | ||
65 | (% class="content-wrapper" %) | ||
66 | ((( | ||
67 | [[image:attach:IMG_0216.JPEG||thumbnail="true" height="150"]] | ||
68 | ))) | ||
69 | )))|(% style="width: 27.9555%;" %)((( | ||
70 | (% class="content-wrapper" %) | ||
71 | ((( | ||
72 | [[image:attach:IMG_0217.JPEG||thumbnail="true" height="150"]] | ||
73 | ))) | ||
74 | )))|(% style="width: 28.9118%;" %)((( | ||
75 | (% class="content-wrapper" %) | ||
76 | ((( | ||
77 | [[image:attach:IMG_0218.JPEG||thumbnail="true" height="150"]] | ||
78 | ))) | ||
79 | ))) | ||
80 | |(% style="width: 16.4164%;" %)((( | ||
81 | \\ | ||
82 | )))|(% style="width: 26.7659%;" %)((( | ||
83 | \\ | ||
84 | )))|(% style="width: 27.9555%;" %)((( | ||
85 | \\ | ||
86 | )))|(% style="width: 28.9118%;" %)((( | ||
87 | \\ | ||
88 | ))) | ||
89 | |(% style="width: 16.4164%;" %)((( | ||
90 | (% class="content-wrapper" %) | ||
91 | ((( | ||
92 | 3D Drucker | ||
93 | |||
94 | Marlin Alu2 | ||
95 | ))) | ||
96 | |||
97 | Controller RAMPS? | ||
98 | )))|(% style="width: 26.7659%;" %)((( | ||
99 | (% class="content-wrapper" %) | ||
100 | ((( | ||
101 | [[image:attach:IMG_0211.JPEG||thumbnail="true" height="150"]] | ||
102 | ))) | ||
103 | )))|(% style="width: 27.9555%;" %)((( | ||
104 | (% class="content-wrapper" %) | ||
105 | ((( | ||
106 | [[image:attach:image2022-11-7_12-25-13.png||thumbnail="true" height="150"]] | ||
107 | ))) | ||
108 | )))|(% style="width: 28.9118%;" %)((( | ||
109 | Sieht aus wie ein RAMPS 1.6plus, vergl. Aliexpress. | ||
110 | |||
111 | [[https:~~/~~/reprap.org/wiki/RAMPS_1.6>>url:https://reprap.org/wiki/RAMPS_1.6||shape="rect"]] | ||
112 | |||
113 | \\ | ||
114 | ))) | ||
115 | |(% style="width: 16.4164%;" %)((( | ||
116 | (% class="content-wrapper" %) | ||
117 | ((( | ||
118 | Beispiele fuer verwendbare Spritzen. | ||
119 | ))) | ||
120 | |||
121 | am Besten die mit Stoessel+Gummi+Presskappe innen. | ||
122 | |||
123 | Unser "Presser" ersetzt den Stoessel, der Rest bleibt. | ||
124 | )))|(% style="width: 26.7659%;" %)((( | ||
125 | (% class="content-wrapper" %) | ||
126 | ((( | ||
127 | [[image:attach:image2022-11-13_20-10-14.png||height="250"]] | ||
128 | ))) | ||
129 | )))|(% style="width: 27.9555%;" %)((( | ||
130 | (% class="content-wrapper" %) | ||
131 | ((( | ||
132 | \\ | ||
133 | ))) | ||
134 | )))|(% style="width: 28.9118%;" %)((( | ||
135 | Anforderung Extruder | ||
136 | |||
137 | * Schnell die Spritze wechseln koennen | ||
138 | * Stabile Spritzenhalterung, darf nicht wackeln, wegen Genauigkeit | ||
139 | * Verschiedene Spritzengroessen via Adapter oder Einstellung. | ||
140 | ))) | ||
141 | |||
142 | \\ | ||
143 | |||
144 | \\ |