mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 21:36:57 +00:00
feature add filament for profile.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Snapmaker",
|
"name": "Snapmaker",
|
||||||
"version": "02.02.43.02",
|
"version": "02.02.44.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Snapmaker configurations",
|
"description": "Snapmaker configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
@@ -1322,8 +1322,32 @@
|
|||||||
{
|
{
|
||||||
"name": "Snapmaker TPU 95A @U1 base",
|
"name": "Snapmaker TPU 95A @U1 base",
|
||||||
"sub_path":"filament/Snapmaker TPU 95A @U1 base.json"
|
"sub_path":"filament/Snapmaker TPU 95A @U1 base.json"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_common_poly",
|
||||||
|
"sub_path": "filament/fdm_filament_common_poly.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pla_poly",
|
||||||
|
"sub_path": "filament/fdm_filament_pla_poly.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Polymaker PLA @U1 base",
|
||||||
|
"sub_path": "filament/Polymaker PLA @U1 base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Polymaker General PLA Family @U1",
|
||||||
|
"sub_path": "filament/Polymaker General PLA Family @U1.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Polymaker Silk PLA Family @U1",
|
||||||
|
"sub_path": "filament/Polymaker Silk PLA Family @U1.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Polymaker Tough PLA Family @U1",
|
||||||
|
"sub_path": "filament/Polymaker Tough PLA Family @U1.json"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"machine_list": [
|
"machine_list": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"setting_id": "POLY_GENERAL_PLA_U1_001",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Snapmaker U1 (0.4 nozzle)"
|
||||||
|
],
|
||||||
|
"enable_pressure_advance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Polymaker General PLA Family @U1"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Polymaker"
|
||||||
|
],
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Polymaker PLA @U1 base",
|
||||||
|
"name": "Polymaker General PLA Family @U1",
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"62"
|
||||||
|
],
|
||||||
|
"textured_plate_temp": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer": [
|
||||||
|
"65"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "Polymaker PLA @U1 base",
|
||||||
|
"inherits": "fdm_filament_pla_poly",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "OGFSA04",
|
||||||
|
"instantiation": "false",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Snapmaker U1 (0.4 nozzle)"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"setting_id": "POLY_SILK_PLA_U1_001",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Snapmaker U1 (0.4 nozzle)"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.34"
|
||||||
|
],
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Polymaker Silk PLA Family @U1"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Polymaker"
|
||||||
|
],
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Polymaker PLA @U1 base",
|
||||||
|
"name": "Polymaker Silk PLA Family @U1",
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"textured_plate_temp": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer": [
|
||||||
|
"65"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"setting_id": "POLY_TOUGH_PLA_U1_001",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Snapmaker U1 (0.4 nozzle)"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.23"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.96"
|
||||||
|
],
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Polymaker Tough PLA Family @U1"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Polymaker"
|
||||||
|
],
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Polymaker PLA @U1 base",
|
||||||
|
"name": "Polymaker Tough PLA Family @U1",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"6"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"textured_plate_temp": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer": [
|
||||||
|
"65"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,187 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_common_poly",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"activate_air_filtration": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"chamber_temperatures": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"complete_print_exhaust_fan_speed": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"cool_plate_temp": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"during_print_exhaust_fan_speed": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"eng_plate_temp": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_deretraction_speed": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_is_support": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_long_retractions_when_cut": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_minimal_purge_on_wipe_tower": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_retract_before_wipe": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retract_restart_extra": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retract_when_changing_layer": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_distances_when_cut": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_minimum_travel": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_speed": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_settings_id": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"filament_soluble": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PLA"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Generic"
|
||||||
|
],
|
||||||
|
"filament_wipe": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_wipe_distance": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_z_hop": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_z_hop_types": [
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_scarf_seam_type": [
|
||||||
|
"none"
|
||||||
|
],
|
||||||
|
"filament_scarf_height": [
|
||||||
|
"10%"
|
||||||
|
],
|
||||||
|
"filament_scarf_gap": [
|
||||||
|
"0%"
|
||||||
|
],
|
||||||
|
"filament_scarf_length": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"filament_shrink": [
|
||||||
|
"100%"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"95%"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"required_nozzle_HRC": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"supertack_plate_temp": [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"supertack_plate_temp_initial_layer": [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"textured_plate_temp": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; Filament gcode\n"
|
||||||
|
],
|
||||||
|
"filament_end_gcode": [
|
||||||
|
"; filament end gcode\n"
|
||||||
|
],
|
||||||
|
"compatible_printers": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,89 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_pla_poly",
|
||||||
|
"inherits": "fdm_filament_common_poly",
|
||||||
|
"from": "system",
|
||||||
|
"filament_id": "OGFL99",
|
||||||
|
"instantiation": "false",
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"cool_plate_temp": [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer": [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"eng_plate_temp": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.24"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"filament_scarf_seam_type": [
|
||||||
|
"none"
|
||||||
|
],
|
||||||
|
"filament_scarf_gap": [
|
||||||
|
"15%"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"190"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"50%"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"textured_plate_temp": [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer": [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.98"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user