orcaslicer/resources/profiles/Ginger Additive/filament/Ginger Generic rPLA.json
analysis230 8ccf0edbc2
Adding pellet printer suppor to OrcaSlicer (#4836)
* creating settings for printer and some UI changes work

* related filament diameter and pellet flow changes to each other

* UI name change to turn Filament to Material

* updated the flow coefficient to filament diameter formula

* updated the preset for the configuration wizard

* configuration changes for the final release

* config changes and preset bundle sync removed

* start gcode change for ginger machines

* added explanation of relationship between pellet_flow_coefficient and filament_diameter

* Added tooltip. Fixed Ginger machine configuration, Added docs
2024-06-29 22:45:06 +08:00

22 lines
558 B
JSON

{
"type": "filament",
"fan_max_speed": ["0"],
"fan_min_speed": ["0"],
"filament_diameter": ["1.12838"],
"filament_settings_id": ["rPLA"],
"filament_type": ["rPLA"],
"filament_vendor": ["Generic"],
"from": "system",
"inherits": "fdm_filament_rpla",
"is_custom_defined": "0",
"name": "Ginger Generic rPLA",
"pellet_flow_coefficient": ["1"],
"version": "0.1.0.0",
"compatible_printers": [
"ginger G1 1.2 nozzle",
"ginger G1 3.0 nozzle",
"ginger G1 5.0 nozzle",
"ginger G1 8.0 nozzle"
],
"instantiation": "true"
}