mini temperature tower
di Maxinoha
File stampabili (2)
Descrizione
[EN] Temperature tower from 220 ° to 180 °.
Preparing the G-code of a simple thermal tower is surprisingly simple.
1.) Download the STL file and set Slic3r in the filament setting to 220 ° C (first and other layers)
2.) in Slic3r in printer setup / Custom G-code, add the following code to the G-code before changing the layer:
; LAYER: [layer_num], FROM HEIGHT: [layer_z]
3.) Slice and go to the layers preview and type the appropriate layers or heights where you want to change the temperature.
4.) Export the G-code and open the file in a text editor (eg PSpad).
5.) Sequentially search for the lines of code containing "LAYER" with the appropriate layer / height and enter a new line of code behind this line, for example:
M109 S215
(Sets the burst temperature to 215 degrees, waits until the temperature reaches the guest, and then sends another command)
Now you have the G-code ready for a simple thermal tower.
[CZ] Teplotní věž od 220° do 180°.
Příprava G-code jednoduché teplotní věže je překvapivě jednoduchá.
1.) stáhněte STL soubor a v Slic3r nastavte v nastavení filamentu teplotu extruderu na 220° C (první i ostatní vrstvy)
2.) v Slic3r v nastavení tiskárny/Vlastní G-code přidejte do G-code před změnou vrstvy následující kód:
; LAYER: [layer_num], Z HEIGHT: [layer_z]
3.) Slicujte a přejděte na náhled vrstev a opište si příslušné vrstvy nebo výšky kde chcete změnit teplotu.
4.) Exportujte G-code a soubor otevřete v textovém editoru (např. PSpad).
5.) Postupně vyhledávejte řádky kódu obsahující "LAYER" s příslušnou vrstvou/výškou a za tento řádek vložte nový řádek kódu s příkazem např.:
M109 S215
(Nastaví teplotu hotendu na 215 stupňů, čeká se než dosáhne teploty, až po dosažení předá řízení hostu a ten může zaslat další příkaz)
Nyní máte připravený G-code jednoduché teplotní věže.