orcaslicer/resources/profiles/Ginger Additive/filament/fdm_filament_pla.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

20 lines
557 B
JSON

{
"type": "filament",
"filament_type": ["PLA"],
"close_fan_the_first_x_layers": ["4"],
"fan_cooling_layer_time": ["100"],
"fan_max_speed": ["50"],
"fan_min_speed": ["5"],
"filament_diameter": ["2.4"],
"filament_settings_id": ["PLA"],
"filament_vendor": ["Generic"],
"from": "system",
"hot_plate_temp": ["50"],
"hot_plate_temp_initial_layer": ["50"],
"inherits": "fdm_filament_common",
"name": "fdm_filament_pla",
"pressure_advance": ["0"],
"slow_down_layer_time": ["25"],
"version": "1.7.0.2",
"instantiation": "false"
}