263 lines
7.7 KiB
JSON
263 lines
7.7 KiB
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM084",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"adaptive_bed_mesh_margin": "0",
|
|
"auxiliary_fan": "0",
|
|
"bbl_use_printhost": "0",
|
|
"bed_custom_model": "",
|
|
"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]\n\n",
|
|
"best_object_pos": "0.5,0.5",
|
|
"change_extrusion_role_gcode": "",
|
|
"change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change",
|
|
"cooling_tube_length": "5",
|
|
"cooling_tube_retraction": "91.5",
|
|
"deretraction_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"disable_m73": "0",
|
|
"emit_machine_limits_to_gcode": "1",
|
|
"enable_filament_ramming": "1",
|
|
"enable_long_retraction_when_cut": "0",
|
|
"extra_loading_move": "-2",
|
|
"extruder_clearance_height_to_lid": "140",
|
|
"extruder_clearance_height_to_rod": "36",
|
|
"extruder_clearance_radius": "65",
|
|
"extruder_colour": [
|
|
"#FCE94F",
|
|
"#FCE94F"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0",
|
|
"0x0"
|
|
],
|
|
"fan_kickstart": "0",
|
|
"fan_speedup_overhangs": "1",
|
|
"fan_speedup_time": "0",
|
|
"gcode_flavor": "klipper",
|
|
"head_wrap_detect_zone": [],
|
|
"high_current_on_filament_swap": "0",
|
|
"host_type": "octoprint",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;G92 E0 ;zero the extruded length again\n;[layer_z]",
|
|
"long_retractions_when_cut": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_end_gcode": "M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM141 S0 ; turn off chamber\nM6013 S0 ; turn off chamber (compatible)\nM107 ; turn off fan\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X0 Y0 F3000 ; home X axis\nM84 X Y E ; disable motors\nG90 ; absolute positioning\nM117 Print finished.",
|
|
"machine_load_filament_time": "0",
|
|
"machine_max_acceleration_e": [
|
|
"3000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"5000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"6000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"6000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500",
|
|
"200"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5",
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"10",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"10",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.2",
|
|
"0.4"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"40",
|
|
"25"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"180",
|
|
"200"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"180",
|
|
"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": "G28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\n\nG21 ;set units to millimeters\nG90 ;use absolute coordinates\n\n;Begin Clear Nozzle\nG92 E0 ;zero the extruded length\nM83 ;set E value is relative \nG0 F4200 X0 Y0 \n{if is_extruder_used[0]} \nT0 F400 ;activate extruder NO.0 \nG0 X10 Y0 Z0.4 ;move a bit while down the Z \nM221 T0 S200 ;set flow is 200% \nG1 F200 X30 E+8 ;extrude amont filament to clean the hotend \nM221 T0 S100 ;reset flow is 100% \n{if initial_extruder != 0}G1 F1000 Z1 E-2{endif}{endif}\n{if is_extruder_used[1]} \nT1 F400 ;activate extruder NO.1 \nG0 X40 Y0 Z0.4 ;move a bit while down the Z \nM221 T1 S200 ;set flow is 200% \nG1 F200 X90 E+8 ;extrude amont filament to clean the hotend \nM221 T1 S100 ;reset flow is 100% \n{if initial_extruder != 1}G1 F1000 Z1 E-2{endif}{endif} \n{if is_extruder_used[2]} \nT2 F400 ;activate extruder NO.2 \nG0 X70 Y0 Z0.4 ;move a bit while down the Z \nM221 T2 S200 ;set flow is 200% \nG1 F200 X120 E+8 ;extrude amont filament to clean the hotend \nM221 T2 S100 ;reset flow is 100% \n{if initial_extruder != 2}G1 F1000 Z1 E-2{endif}{endif} \nM82 ;set E value is absolute\nG92 E0 ;zero the extruded length again\n;End Clear Nozzle\n\nG0 Z15.0 F4200 ;move the platform down 15mm\n\n;Put printing message on LCD screen\nM117 Printing...",
|
|
"machine_tool_change_time": "0",
|
|
"machine_unload_filament_time": "0",
|
|
"manual_filament_change": "0",
|
|
"max_layer_height": [
|
|
"0.35",
|
|
"0.35"
|
|
],
|
|
"min_layer_height": [
|
|
"0.15",
|
|
"0.15"
|
|
],
|
|
"name": "CreatBot D1000 0.8 nozzle",
|
|
"nozzle_diameter": [
|
|
"0.8",
|
|
"0.8"
|
|
],
|
|
"nozzle_height": "2.5",
|
|
"nozzle_hrc": "0",
|
|
"nozzle_type": "undefine",
|
|
"nozzle_volume": "0",
|
|
"parking_pos_retraction": "92",
|
|
"pellet_modded_printer": "0",
|
|
"preferred_orientation": "0",
|
|
"print_host": "",
|
|
"print_host_webui": "",
|
|
"printable_area": [
|
|
"0x0",
|
|
"1000x0",
|
|
"1000x1000",
|
|
"0x1000"
|
|
],
|
|
"printable_height": "1000",
|
|
"printer_model": "CreatBot D1000",
|
|
"printer_notes": "",
|
|
"printer_settings_id": "CreatBot D1000 0.8 nozzle",
|
|
"printer_structure": "undefine",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.4",
|
|
"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%",
|
|
"70%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"2",
|
|
"2"
|
|
],
|
|
"retract_lift_above": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_lift_below": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_lift_enforce": [
|
|
"All Surfaces",
|
|
"All Surfaces"
|
|
],
|
|
"retract_on_top_layer": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retraction_distances_when_cut": [
|
|
"18",
|
|
"18"
|
|
],
|
|
"retraction_length": [
|
|
"0.8",
|
|
"0.8"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"scan_first_layer": "0",
|
|
"silent_mode": "0",
|
|
"single_extruder_multi_material": "0",
|
|
"support_air_filtration": "1",
|
|
"support_chamber_temp_control": "1",
|
|
"support_multi_bed_types": "0",
|
|
"template_custom_gcode": "",
|
|
"thumbnails": "48x48/PNG, 300x300/PNG",
|
|
"thumbnails_format": "PNG",
|
|
"time_cost": "0",
|
|
"time_lapse_gcode": "",
|
|
"travel_slope": [
|
|
"3",
|
|
"3"
|
|
],
|
|
"upward_compatible_machine": [],
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"version": "2.2.0.4",
|
|
"wipe": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0.4",
|
|
"0.4"
|
|
],
|
|
"z_hop_types": [
|
|
"Normal Lift",
|
|
"Normal Lift"
|
|
],
|
|
"z_offset": "0"
|
|
}
|