Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New printer profile : TwoTrees SK1 #3982

Merged
merged 11 commits into from
Feb 10, 2024
72 changes: 68 additions & 4 deletions resources/profiles/TwoTrees.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"name": "TwoTrees SP-5 Klipper",
"sub_path": "machine/TwoTrees SP-5 Klipper.json"
},
{
"name": "TwoTrees SK1",
"sub_path": "machine/TwoTrees SK1.json"
}
],
"process_list": [
Expand Down Expand Up @@ -37,6 +41,38 @@
{
"name": "0.28mm Extra Draft @TwoTrees",
"sub_path": "process/0.28mm Extra Draft @TwoTrees.json"
},
{
"name": "0.08mm Extra Fine @SK1",
"sub_path": "process/0.08mm Extra Fine @SK1.json"
},
{
"name": "0.12mm Fine @SK1",
"sub_path": "process/0.12mm Fine @SK1.json"
},
{
"name": "0.16mm Optimal @SK1",
"sub_path": "process/0.16mm Optimal @SK1.json"
},
{
"name": "0.20mm Quality @SK1",
"sub_path": "process/0.20mm Quality @SK1.json"
},
{
"name": "0.20mm Standard @SK1",
"sub_path": "process/0.20mm Standard @SK1.json"
},
{
"name": "0.24mm Draft @SK1",
"sub_path": "process/0.24mm Draft @SK1.json"
},
{
"name": "0.24mm HSpeed @SK1",
"sub_path": "process/0.24mm HSpeed @SK1.json"
},
{
"name": "0.28mm Extra Draft @SK1",
"sub_path": "process/0.28mm Extra Draft @SK1.json"
}
],
"filament_list": [
Expand Down Expand Up @@ -76,7 +112,7 @@
"name": "fdm_filament_pa",
"sub_path": "filament/fdm_filament_pa.json"
},
{
{
"name": "TwoTrees Generic PLA",
"sub_path": "filament/TwoTrees Generic PLA.json"
},
Expand Down Expand Up @@ -115,20 +151,48 @@
{
"name": "TwoTrees Generic PA-CF",
"sub_path": "filament/TwoTrees Generic PA-CF.json"
},
{
"name": "TwoTrees Generic 95A TPU @SK1",
"sub_path": "filament/TwoTrees Generic 95A TPU @SK1.json"
},
{
"name": "TwoTrees Generic HS PLA @SK1",
"sub_path": "filament/TwoTrees Generic HS PLA @SK1.json"
},
{
"name": "TwoTrees Generic PETG @SK1",
"sub_path": "filament/TwoTrees Generic PETG @SK1.json"
},
{
"name": "TwoTrees Generic PLA @SK1",
"sub_path": "filament/TwoTrees Generic PLA @SK1.json"
},
{
"name": "TwoTrees Generic PLA-CF @SK1",
"sub_path": "filament/TwoTrees Generic PLA-CF @SK1.json"
},
{
"name": "TwoTrees Generic PLA Silk @SK1",
"sub_path": "filament/TwoTrees Generic PLA Silk @SK1.json"
}
],
"machine_list": [
{
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
{
"name": "fdm_klipper_common",
"sub_path": "machine/fdm_klipper_common.json"
},
{
"name": "TwoTrees SP-5 Klipper 0.4 nozzle",
"sub_path": "machine/TwoTrees SP-5 Klipper 0.4 nozzle.json"
},
{
"name": "TwoTrees SK1 0.4 nozzle",
"sub_path": "machine/TwoTrees SK1 0.4 nozzle.json"
}
]
}
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "filament",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_id": "GFU99",
"setting_id": "GFSU99",
"name": "TwoTrees Generic 95A TPU @SK1",
"from": "system",
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
],
"fan_cooling_layer_time": "60",
"fan_max_speed": "100",
"fan_min_speed": "35",
"filament_max_volumetric_speed": "15",
"filament_minimal_purge_on_wipe_tower": "15",
"full_fan_speed_layer": "0",
"nozzle_temperature": "235",
"nozzle_temperature_initial_layer": "235",
"reduce_fan_stop_start_freq": "0",
"slow_down_layer_time": "5",
"slow_down_min_speed": "10"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"type": "filament",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_id": "GFL100",
"setting_id": "GFSL100",
"name": "TwoTrees Generic HS PLA @SK1",
"from": "system",
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
],
"cool_plate_temp": "60",
"cool_plate_temp_initial_layer": "60",
"hot_plate_temp": "60",
"hot_plate_temp_initial_layer": "60",
"eng_plate_temp": "60",
"eng_plate_temp_initial_layer": "60",
"textured_plate_temp": "60",
"textured_plate_temp_initial_layer": "60",
"fan_min_speed": "35",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": "25",
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"filament_minimal_purge_on_wipe_tower": "15",
"full_fan_speed_layer": "0",
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_low": [
"210"
],
"reduce_fan_stop_start_freq": "0",
"slow_down_layer_time": "5",
"slow_down_min_speed": "50"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99",
"name": "TwoTrees Generic PETG @SK1",
"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": [
"9"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
],
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"type": "filament",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_id": "GFL99",
"setting_id": "GFSL99",
"name": "TwoTrees Generic PLA @SK1",
"from": "system",
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
],
"cool_plate_temp": "60",
"cool_plate_temp_initial_layer": "60",
"hot_plate_temp": "60",
"hot_plate_temp_initial_layer": "60",
"eng_plate_temp": "60",
"eng_plate_temp_initial_layer": "60",
"textured_plate_temp": "60",
"textured_plate_temp_initial_layer": "60",
"fan_cooling_layer_time": "60",
"fan_max_speed": "100",
"fan_min_speed": "35",
"filament_flow_ratio": [
"0.98"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"filament_max_volumetric_speed": "15",
"filament_minimal_purge_on_wipe_tower": "15",
"full_fan_speed_layer": "0",
"nozzle_temperature": "220",
"nozzle_temperature_initial_layer": "220",
"reduce_fan_stop_start_freq": "0",
"slow_down_for_layer_cooling": "1",
"slow_down_layer_time": "5",
"slow_down_min_speed": "10"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "filament",
"instantiation": "true",
"inherits": "TwoTrees Generic PLA @SK1",
"filament_id": "GFL99",
"setting_id": "GFSL99",
"name": "TwoTrees Generic PLA Silk @SK1",
"from": "system",
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"type": "filament",
"instantiation": "true",
"inherits": "TwoTrees Generic PLA @SK1",
"filament_id": "GFL99",
"setting_id": "GFSL99",
"name": "TwoTrees Generic PLA-CF @SK1",
"from": "system",
"required_nozzle_HRC": [
"40"
],
"filament_type": [
"PLA-CF"
],
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
],
"temperature_vitrification": [
"55"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"240"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
]
}
Loading