118 lines
No EOL
2.9 KiB
JSON
118 lines
No EOL
2.9 KiB
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM001",
|
|
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_machine_common",
|
|
"printer_model": "Anycubic i3 Mega S",
|
|
"default_print_profile": "0.20mm Standard @Anycubic i3MegaS",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"210x0",
|
|
"210x210",
|
|
"0x210"
|
|
],
|
|
"printable_height": "205",
|
|
"nozzle_type": "undefine",
|
|
"auxiliary_fan": "0",
|
|
"machine_max_acceleration_e": [
|
|
"10000",
|
|
"10000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"1250",
|
|
"1250"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1250",
|
|
"1250"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"1000",
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"3000",
|
|
"3000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"2000",
|
|
"2000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"60",
|
|
"60"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"8",
|
|
"8"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"5",
|
|
"5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.4",
|
|
"0.4"
|
|
],
|
|
"max_layer_height": [
|
|
"0.36"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08"
|
|
],
|
|
"printer_settings_id": "Anycubic",
|
|
"retraction_minimum_travel": [
|
|
"1.5"
|
|
],
|
|
"retract_before_wipe": [
|
|
"60%"
|
|
],
|
|
"retraction_length": [
|
|
"6"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"40"
|
|
],
|
|
"deretraction_speed": [
|
|
"50"
|
|
],
|
|
"single_extruder_multi_material": "1",
|
|
"change_filament_gcode": "M600",
|
|
"machine_pause_gcode": "M25",
|
|
"default_filament_profile": [
|
|
"Anycubic Generic PLA"
|
|
],
|
|
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
|
|
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"scan_first_layer": "0"
|
|
} |