Add printer profiles for Vivedino Troodon 2.0 (#1041)

* Added profiles for Vivedino Troodon 2.0

* Added printer images for Vivedino Troodon 2.0

* Delete Troodon 2.0 - Klipper_cover.png

* Delete Troodon 2.0 - RRF_cover.png

* Move printer images to vendor folder
This commit is contained in:
YGK3D 2023-05-12 11:31:24 -04:00 committed by GitHub
parent 7bf453ab0f
commit 951293c642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 2070 additions and 0 deletions

View file

@ -0,0 +1,49 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "Troodon Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"compatible_printers": [
"Troodon 2.0 Klipper 0.4 nozzle",
"Troodon 2.0 RRF 0.4 nozzle"
]
}