Files
SoftFever eec4ae1e87 Retire the untuned re3D umbrella presets superseded by the nozzle variants
"Update re:3D profiles" (#13750) added the tuned "@0.4/@0.8 nozzle" and
"@0.8/@1.75 nozzle" variants but kept the five original un-suffixed presets,
trimming each to a stub that overrides only filament_vendor while still
claiming every printer of both nozzles. On any re3D printer the stub was
selectable alongside the ~50-key variant that actually tunes the material,
which is what forced five filament_id salt splits to keep the pair apart.

Drop the stubs. The variants already carry the products' ids, so nothing is
re-minted; renamed_from redirects each retired name to the smaller-nozzle
variant, and "re3D rPETG @0.8 nozzle" additionally takes over the
"re3D Greengate rPETG" mapping that lived on the deleted umbrella. Each
printer model's default_materials now lists the variants for its own
nozzles rather than the stub.
2026-09-07 15:45:34 +08:00

66 lines
1.1 KiB
JSON

{
"type": "filament",
"filament_id": "OFfHGM1D",
"setting_id": "i9ii0b7qFYWnkGSq",
"name": "re3D rPP @0.8 nozzle",
"from": "system",
"renamed_from": "re3D rPP",
"instantiation": "true",
"inherits": "fdm_filament_pp",
"filament_type": [
"PP"
],
"filament_vendor": [
"re3D"
],
"close_fan_the_first_x_layers": [
"2"
],
"default_filament_colour": [
"#FFFFFF"
],
"filament_density": [
"0.675"
],
"filament_max_volumetric_speed": [
"40"
],
"nozzle_temperature_initial_layer": [
"190"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_range_low": [
"180"
],
"nozzle_temperature_range_high": [
"280"
],
"hot_plate_temp_initial_layer": [
"110"
],
"hot_plate_temp": [
"110"
],
"filament_flow_ratio": [
"1.1"
],
"enable_pressure_advance": [
"0"
],
"slow_down_layer_time": [
"25"
],
"slow_down_min_speed": [
"3"
],
"filament_start_gcode": [
"; filament start gcode\nM190 S110\nM104 S190 T0\nM104 S185 T1\nM104 S170 T2\nM109 S190 T0\nM109 S185 T1\nM109 S170 T2\n"
],
"compatible_printers": [
"re3D GigabotX 2 0.8 nozzle",
"re3D GigabotX 2 XLT 0.8 nozzle",
"re3D TerabotX 2 0.8 nozzle"
]
}