harktech: repoint CR-PETG K2 profiles at fdm_filament_pet base

The fdm_filament_petg base template added in 7f46c652 (cherry-picked
from hamham999's PR 13581) had two bugs:
  - filament_type: ["PLA"]  (should be PETG)
  - inherits: null          (should chain to fdm_filament_common)
so OrcaSlicer still rejected our CR-PETG profiles even after the
base was installed.

The existing fdm_filament_pet base already declares filament_type:
["PETG"] and inherits fdm_filament_common, so it correctly serves as
the PETG base. Repoint all 10 K2-family CR-PETG profiles at it and
remove the buggy fdm_filament_petg.json + its Creality.json entry.

This effectively reverts the resource addition from 7f46c652 while
keeping the CR-PETG filament profile additions from 5612e120 (now
with a working inherits chain).

Verified locally: OrcaSlicer parses all 10 profiles without error and
the K2 family populates the Add Printer dialog.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
grant0013
2026-05-21 10:32:50 +00:00
parent 454165b375
commit 3add401274
12 changed files with 10 additions and 161 deletions

View File

@@ -2480,10 +2480,6 @@
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_petg",
"sub_path": "filament/fdm_filament_petg.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Plus 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Plus 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Plus 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Plus 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Pro 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -5,7 +5,7 @@
"name": "CR-PETG @Creality K2 Pro 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_petg",
"inherits": "fdm_filament_pet",
"activate_air_filtration": "0",
"activate_chamber_temp_control": "1",
"additional_cooling_fan_speed": "0",

View File

@@ -1,147 +0,0 @@
{
"type": "filament",
"name": "fdm_filament_petg",
"from": "system",
"instantiation": "false",
"filament_adhesiveness_category": [
"300"
],
"cool_plate_temp": [
"60"
],
"eng_plate_temp": [
"60"
],
"hot_plate_temp": [
"60"
],
"textured_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"overhang_fan_threshold": [
"95%"
],
"overhang_fan_speed": [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"60"
],
"filament_cost": [
"0"
],
"filament_density": [
"0"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],
"full_fan_speed_layer": [
"0"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"35"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"nozzle_temperature": [
"200"
],
"temperature_vitrification": [
"100"
]
}