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

33 lines
1.3 KiB
JSON

{
"type": "machine",
"deretraction_speed": ["250"],
"extruder_clearance_height_to_lid": "200",
"extruder_clearance_height_to_rod": "200",
"extruder_clearance_radius": "180",
"from": "system",
"inherits": "ginger_one_common",
"is_custom_defined": "0",
"machine_max_speed_e": ["300", "25"],
"machine_max_speed_x": ["250", "200"],
"machine_max_speed_y": ["250", "200"],
"machine_max_speed_z": ["12", "12"],
"machine_start_gcode": "START_PRINT BED_TEMPERATURE=[bed_temperature_initial_layer] MATERIAL=[filament_type] KAMP_LEVELING=1 PURGE_LAYER_HEIGHT=2 PURGE_PARKING_SPEED=10000 PURGE_LENGHT=300 PURGE_SPEED=500 PURGE_MATERIAL_QUANTITY=3000 EXTRUDER_TEMPERATURE=[nozzle_temperature] EXTRUDER_TEMPERATURE_INITIAL_LAYER=[nozzle_temperature_initial_layer]",
"max_layer_height": ["2.2"],
"nozzle_diameter": ["3.0"],
"printer_variant": "3.0",
"printer_model": "ginger G1",
"name": "ginger G1 3.0 nozzle",
"print_host": "192.168.1.39",
"printer_settings_id": "ginger G1 3.0 nozzle",
"retract_before_wipe": ["20%"],
"retract_restart_extra": ["5"],
"retraction_length": ["15"],
"retraction_speed": ["250"],
"support_air_filtration": "0",
"support_chamber_temp_control": "0",
"version": "0.1.0.0",
"wipe_distance": ["15"],
"z_hop": ["1.2"],
"z_hop_types": ["Normal Lift"],
"instantiation": "true"
}