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

121 lines
4.1 KiB
JSON

{
"type": "machine",
"instantiation": "false",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"bed_custom_texture": "",
"bed_exclude_area": ["0x0"],
"bed_mesh_max": "99999,99999",
"bed_mesh_min": "-99999,-99999",
"bed_mesh_probe_distance": "50,50",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"default_filament_profile": ["My Generic ABS"],
"default_print_profile": "0.20mm Standard @MyKlipper",
"deretraction_speed": ["30"],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "1",
"enable_filament_ramming": "1",
"extra_loading_move": "-2",
"extruder_clearance_height_to_lid": "140",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"extruder_colour": ["#FCE94F"],
"extruder_offset": ["0x0"],
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"from": "system",
"gcode_flavor": "klipper",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"machine_end_gcode": "PRINT_END",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
"machine_max_acceleration_travel": ["20000", "20000"],
"machine_max_acceleration_x": ["2000", "20000"],
"machine_max_acceleration_y": ["2000", "20000"],
"machine_max_acceleration_z": ["500", "200"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["5", "9"],
"machine_max_jerk_y": ["5", "9"],
"machine_max_jerk_z": ["0.2", "0.4"],
"machine_max_speed_e": ["80", "25"],
"machine_max_speed_x": ["200", "200"],
"machine_max_speed_y": ["200", "200"],
"machine_max_speed_z": ["12", "12"],
"machine_min_extruding_rate": ["0", "0"],
"machine_min_travel_rate": ["0", "0"],
"machine_pause_gcode": "PAUSE",
"machine_start_gcode": "PRINT_START MATERIAL=[filament_type]\n",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": ["2"],
"min_layer_height": ["0.1"],
"name": "fdm_machine_common",
"nozzle_diameter": ["1.0"],
"nozzle_hrc": "0",
"nozzle_type": "undefine",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"pellet_modded_printer": "1",
"preferred_orientation": "0",
"print_host": "http://10.0.1.200/",
"print_host_webui": "",
"printable_area": ["0x0", "1000x0", "1000x1000", "0x1000"],
"printable_height": "1000",
"printer_notes": "",
"printer_settings_id": "fdm_machine_common",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "1.0",
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "1",
"retract_before_wipe": ["70%"],
"retract_length_toolchange": ["2"],
"retract_lift_above": ["0"],
"retract_lift_below": ["0"],
"retract_lift_enforce": ["All Surfaces"],
"retract_restart_extra": ["0"],
"retract_restart_extra_toolchange": ["0"],
"retract_when_changing_layer": ["1"],
"retraction_length": ["0.8"],
"retraction_minimum_travel": ["1"],
"retraction_speed": ["30"],
"scan_first_layer": "0",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_multi_bed_types": "0",
"template_custom_gcode": "",
"thumbnails": ["50x50"],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"version": "1.9.0.2",
"wipe": ["1"],
"wipe_distance": ["1"],
"z_hop": ["0.4"],
"z_hop_types": ["Normal Lift"],
"z_offset": "0"
}