Wiki-Quellcode von Elektro - SolderPasteDispenser
Version 26.1 von mbecker am 2022/11/17 12:42
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 | |||
38 | * Druckluft Dispenser kaufen ODER DIY was Motorgetriebenes ??? | ||
39 | ** Motorized Dispenser [[https:~~/~~/github.com/koendv/paste_dispenser>>url:https://github.com/koendv/paste_dispenser||shape="rect"]] | ||
40 | *** 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. | ||
41 | *** ((( | ||
42 | {{embed url="https://www.youtube.com/watch?v=BFOmYFK7eTA"/}} | ||
43 | ))) | ||
44 | |||
45 | \\ | ||
46 | |||
47 | = {{id name="Elektro-SolderPasteDispenser-Referenzen"/}}Referenzen = | ||
48 | |||
49 | * ct 5/2022 liegt vor ({{mention reference="XWiki.mbecker" style="FULL_NAME" anchor="XWiki-mbecker-ommAs"/}} bzw. im Makerspace Regal) Kopie im Anhang... | ||
50 | * 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"]] | ||
51 | * 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"]] | ||
52 | * G-Code [[https:~~/~~/reprap.org/wiki/G-code>>url:https://reprap.org/wiki/G-code||shape="rect"]] | ||
53 | * Marlin GCode: [[https:~~/~~/marlinfw.org/docs/gcode/G000-G001.html>>url:https://marlinfw.org/docs/gcode/G000-G001.html||shape="rect"]] | ||
54 | |||
55 | \\ | ||
56 | |||
57 | (% class="wrapped relative-table" style="width: 71.1907%;" %) | ||
58 | |(% style="width: 16.4164%;" %)((( | ||
59 | (% class="content-wrapper" %) | ||
60 | ((( | ||
61 | ct'make | ||
62 | ))) | ||
63 | )))|(% style="width: 26.7659%;" %)((( | ||
64 | (% class="content-wrapper" %) | ||
65 | ((( | ||
66 | [[image:attach:IMG_0216.JPEG||thumbnail="true" height="150"]] | ||
67 | ))) | ||
68 | )))|(% style="width: 27.9555%;" %)((( | ||
69 | (% class="content-wrapper" %) | ||
70 | ((( | ||
71 | [[image:attach:IMG_0217.JPEG||thumbnail="true" height="150"]] | ||
72 | ))) | ||
73 | )))|(% style="width: 28.9118%;" %)((( | ||
74 | (% class="content-wrapper" %) | ||
75 | ((( | ||
76 | [[image:attach:IMG_0218.JPEG||thumbnail="true" height="150"]] | ||
77 | ))) | ||
78 | ))) | ||
79 | |(% style="width: 16.4164%;" %)((( | ||
80 | \\ | ||
81 | )))|(% style="width: 26.7659%;" %)((( | ||
82 | \\ | ||
83 | )))|(% style="width: 27.9555%;" %)((( | ||
84 | \\ | ||
85 | )))|(% style="width: 28.9118%;" %)((( | ||
86 | \\ | ||
87 | ))) | ||
88 | |(% style="width: 16.4164%;" %)((( | ||
89 | (% class="content-wrapper" %) | ||
90 | ((( | ||
91 | 3D Drucker | ||
92 | |||
93 | Marlin Alu2 | ||
94 | ))) | ||
95 | |||
96 | Controller RAMPS? | ||
97 | )))|(% style="width: 26.7659%;" %)((( | ||
98 | (% class="content-wrapper" %) | ||
99 | ((( | ||
100 | [[image:attach:IMG_0211.JPEG||thumbnail="true" height="150"]] | ||
101 | ))) | ||
102 | )))|(% style="width: 27.9555%;" %)((( | ||
103 | (% class="content-wrapper" %) | ||
104 | ((( | ||
105 | [[image:attach:image2022-11-7_12-25-13.png||thumbnail="true" height="150"]] | ||
106 | ))) | ||
107 | )))|(% style="width: 28.9118%;" %)((( | ||
108 | Sieht aus wie ein RAMPS 1.6plus, vergl. Aliexpress. | ||
109 | |||
110 | [[https:~~/~~/reprap.org/wiki/RAMPS_1.6>>url:https://reprap.org/wiki/RAMPS_1.6||shape="rect"]] | ||
111 | |||
112 | \\ | ||
113 | ))) | ||
114 | |(% style="width: 16.4164%;" %)((( | ||
115 | (% class="content-wrapper" %) | ||
116 | ((( | ||
117 | Beispiele fuer verwendbare Spritzen. | ||
118 | ))) | ||
119 | |||
120 | am Besten die mit Stoessel+Gummi+Presskappe innen. | ||
121 | |||
122 | Unser "Presser" ersetzt den Stoessel, der Rest bleibt. | ||
123 | )))|(% style="width: 26.7659%;" %)((( | ||
124 | (% class="content-wrapper" %) | ||
125 | ((( | ||
126 | [[image:attach:image2022-11-13_20-10-14.png||height="250"]] | ||
127 | ))) | ||
128 | )))|(% style="width: 27.9555%;" %)((( | ||
129 | (% class="content-wrapper" %) | ||
130 | ((( | ||
131 | \\ | ||
132 | ))) | ||
133 | )))|(% style="width: 28.9118%;" %)((( | ||
134 | Anforderung Extruder | ||
135 | |||
136 | * Schnell die Spritze wechseln koennen | ||
137 | * Stabile Spritzenhalterung, darf nicht wackeln, wegen Genauigkeit | ||
138 | * Verschiedene Spritzengroessen via Adapter oder Einstellung. | ||
139 | ))) | ||
140 | |||
141 | \\ | ||
142 | |||
143 | \\ |