Download Typis 2.0 Printer Profile
IMPORTANT NOTE BEFORE BEGINNING
This printer profile was created for the Typis 2.0 and contains all the necessary settings to begin printing upon upload with PLA, PETG, ABS and TPU. Do NOT alter any advanced settings in Cura unless you are very familiar with their impact and how the printer interacts with G-Code.
Using Slicer Software with Typis 2.0
Because the Typis 2.0 is a new 3D printer on the market, it is not a pre-configured 3D printer available from the list of printers in your slicer program of choice. This printer profile was designed by the software engineering team to create perfect prints with all the presets the Typis 2.0 requires.
Download the Configuration
Download the printer profile for the Typis 2.0 by clicking the button above.
Import the File into Slicer Software
Using the file downloaded above, import this profile into Ultimaker Cura.
This can be done by selecting Help->Show Configuration Folder. From here, open the ‘machine_instances’ folder. Close Cura. Drag and drop the downloaded file into this folder. Then, open Cura. The Typis 2.0 printer profile should appear in the preset printer’s pane.
Cura is temporarily the only slicer software supported by Typis printers. Averionics engineers are currently working on a new slicer software specifically designed to fit the needs of Typis printers.
Typis 2.0 Start G-Code
M82 ;absolute extrusion mode
M104 S{material_print_temperature} ;start heating extruder
M140 S{material_bed_temperature} ;start heating bed
M109 S{material_print_temperature} ;wait for extruder to reach temp
M190 S{material_bed_temperature} ;wait for bed to reach temp
G28 ;home
G29 ;auto bed leveling
G92 E0 ;prime the extruder
G1 E3
G92 E0
G1 X65 Y25 F15000
G1 F240 Z0.4 ;lower z
G92 E0.0
G1 X160.0 E20 F1500.0 ;intro line
G92 E0.0
Typis 2.0 End G-Code
M104 S0
M140 S0
M500 ;store to eeprom
G1 F3000 X0
G1 F3000 Y250 ;present print
M84