Add re:3D printer profiles (#12935)

# Description

* Add re:3D printer profiles.

# Screenshots/Recordings/Graphs

<img width="404" height="275" alt="image" src="https://github.com/user-attachments/assets/b7a747a8-4d1a-440f-a214-4a98619e6723" />


## Tests

* Tested build on Linux Ubuntu.
* Ran profile validation script:

<img width="439" height="74" alt="image" src="https://github.com/user-attachments/assets/ad10e0a0-de9b-45c6-a40e-6cacb6e7b779" />
This commit is contained in:
Mitchell Mashburn
2026-03-29 05:17:36 -05:00
committed by GitHub
parent f72de427cb
commit ebcefdf037
51 changed files with 1912 additions and 12 deletions

View File

@@ -0,0 +1,94 @@
{
"type": "filament",
"name": "fdm_filament_pc",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"pressure_advance":[
"0.096"
],
"cool_plate_temp" : [
"115"
],
"eng_plate_temp" : [
"115"
],
"hot_plate_temp" : [
"115"
],
"textured_plate_temp" : [
"115"
],
"cool_plate_temp_initial_layer" : [
"113"
],
"eng_plate_temp_initial_layer" : [
"113"
],
"hot_plate_temp_initial_layer" : [
"113"
],
"textured_plate_temp_initial_layer" : [
"113"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"slow_down_layer_time":[
"2"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PC"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"0"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"10"
],
"overhang_fan_speed": [
"60"
],
"overhang_fan_threshold":[
"25%"
],
"support_material_interface_fan_speed":[
"100"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"120"
],
"nozzle_temperature_range_low": [
"260"
],
"nozzle_temperature_range_high": [
"280"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}