mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
# Description This PR adds CoLiDo series 3D printers, processes for them and filaments to the slicer. Includes: Machine, Process, Filament and Model(as available from CoLiDo) Machine: CoLiDo DIY 4.0, X16, 160 V2, SR1, DIY 4.0 V2 <!-- > Please provide a summary of the changes made in this PR. Include details such as:, > * What issue does this PR address or fix? > * What new features or enhancements does this PR introduce? > * Are there any breaking changes or dependencies that need to be considered? --> # Screenshots/Recordings/Graphs  <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests Had no issue Printing with CoLiDo profiles. <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->
44 lines
876 B
JSON
44 lines
876 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFU99",
|
|
"setting_id": "GFSU99_05",
|
|
"name": "CoLiDo Generic TPU @CoLiDo X16",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_tpu",
|
|
"filament_density": [
|
|
"1.22"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"3.6"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n"
|
|
],
|
|
"filament_vendor": [
|
|
"CoLiDo"
|
|
],
|
|
"hot_plate_temp": [
|
|
"40"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"40"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"180"
|
|
],
|
|
"nozzle_temperature": [
|
|
"180"
|
|
],
|
|
"textured_plate_temp": [
|
|
"45"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"45"
|
|
],
|
|
"compatible_printers": [
|
|
"CoLiDo X16 0.4 nozzle",
|
|
"CoLiDo 160 V2 0.4 nozzle"
|
|
]
|
|
}
|