orcaslicer/resources/profiles/Ratrig/filament/RatRig Generic ABS.json
erebus04 2266aa4d98
Added RatRig Printer Profiles (#71)
* ADD RatRig V-Core 500 Printer Profile

* ADD Other RatRig Printers

ADD V-Core 200/300/400
ADD V-Minion

* Add Printers to Filament

* Update Ratrig.json

* V-Minion correct PNG

* Correct Bed File for Printers

* Update fdm_process_ratrig_common.json

* Filament Settings Update/ Disable Z-Hop /Activate PA with Parameter

* Remove Bed Modell

The bed model was removed due to a known z bug
2022-12-29 20:13:03 +08:00

55 lines
1.1 KiB
JSON

{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSB99_RATRIG_00",
"name": "RatRig Generic ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.980"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_z_hop": [
"0"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.03"
],
"hot_plate_temp_initial_layer" : [
"108"
],
"nozzle_temperature_initial_layer": [
"248"
],
"nozzle_temperature": [
"243"
],
"close_fan_the_first_x_layers": [
"2"
],
"fan_cooling_layer_time": [
"10"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"overhang_fan_speed": [
"30"
],
"compatible_printers": [
"RatRig V-Core 3 200 0.4 nozzle",
"RatRig V-Core 3 300 0.4 nozzle",
"RatRig V-Core 3 400 0.4 nozzle",
"RatRig V-Core 3 500 0.4 nozzle",
"RatRig V-Minion 0.4 nozzle"
]
}