* 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
10 lines
307 B
JSON
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"
|
|
}
|