* Adding Co print profiles * remove filament_z_hop_types --------- Co-authored-by: Youssef Mohamed / Yusuf Kaya <38719545+yousefabohend@users.noreply.github.com>
136 lines
No EOL
2.6 KiB
JSON
136 lines
No EOL
2.6 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_coprint_common",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_machine_common",
|
|
"default_print_profile": "0.20mm Standard @Co Print ChromaSet 0.4",
|
|
"printer_variant": "0.4",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"retract_before_wipe": [
|
|
"70%"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"350x0",
|
|
"350x350",
|
|
"0x350"
|
|
],
|
|
"printable_height": "345",
|
|
"gcode_flavor": "klipper",
|
|
"retraction_length": [
|
|
"1"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"100"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"20"
|
|
],
|
|
"machine_max_acceleration_e": [
|
|
"2500"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"2500"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"40000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"10"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"10"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.2"
|
|
],
|
|
"z_hop": [
|
|
"0.2"
|
|
],
|
|
"retraction_speed": [
|
|
"50"
|
|
],
|
|
"deretraction_speed": [
|
|
"50"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"2"
|
|
],
|
|
"wipe_distance": [
|
|
"2"
|
|
],
|
|
"thumbnails": [
|
|
"300x300",
|
|
"400x300",
|
|
"32x32"
|
|
],
|
|
"retract_lift_below": [
|
|
"343"
|
|
],
|
|
"thumbnails_format": "PNG",
|
|
"before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",
|
|
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
|
|
"machine_end_gcode": "end_print",
|
|
"default_filament_profile": [
|
|
"Co Print PLA"
|
|
],
|
|
"extruder_clearance_radius": [
|
|
"65"
|
|
],
|
|
"extruder_clearance_height_to_rod": [
|
|
"36"
|
|
],
|
|
"extruder_clearance_height_to_lid": [
|
|
"36"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08"
|
|
],
|
|
"max_layer_height": [
|
|
"0.32"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"cooling_tube_retraction": [
|
|
"0"
|
|
],
|
|
"cooling_tube_length": [
|
|
"0"
|
|
],
|
|
"parking_pos_retraction": [
|
|
"10"
|
|
],
|
|
"extra_loading_move": [
|
|
"0"
|
|
]
|
|
|
|
|
|
} |