mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "EXO65 Performance (0.8 nozzle)",
|
|
"inherits": "fdm_volumic_common",
|
|
"from": "system",
|
|
"setting_id": "GM001",
|
|
"instantiation": "true",
|
|
"printer_model": "EXO65 Performance",
|
|
"default_print_profile": "Performance 150 - 0.15mm",
|
|
"host_type": "octoprint",
|
|
"print_host": "192.168.0.60",
|
|
"nozzle_diameter": [
|
|
"0.8"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"650x0",
|
|
"650x650",
|
|
"0x650"
|
|
],
|
|
"printable_height": "650",
|
|
"nozzle_type": "undefine",
|
|
"auxiliary_fan": "0",
|
|
"gcode_flavor": "klipper",
|
|
"max_layer_height": [
|
|
"0.7"
|
|
],
|
|
"min_layer_height": [
|
|
"0.05"
|
|
],
|
|
"printer_variant": "0.8",
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"2.4"
|
|
],
|
|
"retraction_speed": [
|
|
"30"
|
|
],
|
|
"deretraction_speed": [
|
|
"30"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"4500"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"4500"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"50"
|
|
],
|
|
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
|
"before_layer_change_gcode": "G92 E0",
|
|
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
|
"machine_end_gcode": "END_PRINT"
|
|
} |