mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
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
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"fan_cooling_layer_time": ["60"],
|
||||
"fan_max_speed": ["60"],
|
||||
"fan_min_speed": ["20"],
|
||||
"filament_cost": ["6"],
|
||||
"filament_diameter": ["1.12838"],
|
||||
"filament_max_volumetric_speed": ["250"],
|
||||
"filament_settings_id": ["PLA"],
|
||||
"filament_vendor": ["Generic"],
|
||||
"from": "system",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Ginger Generic PLA",
|
||||
"nozzle_temperature": ["210"],
|
||||
"nozzle_temperature_initial_layer": ["210"],
|
||||
"nozzle_temperature_range_high": ["220"],
|
||||
"pellet_flow_coefficient": ["1"],
|
||||
"required_nozzle_HRC": ["0"],
|
||||
"slow_down_layer_time": ["20"],
|
||||
"slow_down_min_speed": ["3"],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user