orcaslicer/resources/profiles/Ginger Additive/machine/ginger G1.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

10 lines
307 B
JSON

{
"type": "machine_model",
"name": "ginger G1",
"model_id": "Ginger_One",
"nozzle_diameter": "1.2;3.0;5.0;8.0",
"machine_tech": "FFF",
"family": "Ginger",
"bed_model": "Ginger_One.stl",
"default_materials": "Ginger Generic PETG;Ginger Generic PLA;Ginger Generic rPETG;Ginger Generic rPLA"
}