orcaslicer/resources/profiles/Volumic/machine/VS20MK2 (0.4 nozzle).json

42 lines
1.5 KiB
JSON
Raw Normal View History

2024-11-26 12:40:04 +00:00
{
"type": "machine",
"setting_id": "GM001",
"name": "VS20MK2 (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_volumic_common",
"printer_model": "VS20MK2",
"default_print_profile": "Compatible speed - 0.15mm",
"nozzle_diameter": ["0.4"],
"printable_area": ["0x0","200x0","200x200","0x200"],
"printable_height": "220",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"gcode_flavor": "marlin",
"max_layer_height": ["0.275"],
"min_layer_height": ["0.05"],
"printer_variant": "0.4",
"retraction_minimum_travel": ["1"],
"retraction_length": ["2"],
"retraction_speed": ["25"],
"deretraction_speed": ["25"],
"machine_max_acceleration_e": ["0"],
"machine_max_acceleration_extruding": ["0"],
"machine_max_acceleration_retracting": ["0"],
"machine_max_acceleration_x": ["0"],
"machine_max_acceleration_y": ["0"],
"machine_max_acceleration_z": ["0"],
"machine_max_speed_e": ["0"],
"machine_max_speed_x": ["0"],
"machine_max_speed_y": ["0"],
"machine_max_speed_z": ["0"],
"machine_max_jerk_e": ["0"],
"machine_max_jerk_x": ["0"],
"machine_max_jerk_y": ["0"],
"machine_max_jerk_z": ["0"],
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
"before_layer_change_gcode": "G92 E0",
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300"
}