2024-09-20 20:22:49 +08:00
|
|
|
{
|
|
|
|
|
"type": "machine",
|
|
|
|
|
"setting_id": "GM001",
|
|
|
|
|
"name": "X-Plus 4 0.4 nozzle",
|
|
|
|
|
"from": "system",
|
|
|
|
|
"instantiation": "true",
|
|
|
|
|
"inherits": "fdm_machine_x_common",
|
|
|
|
|
"printer_model": "X-Plus 4",
|
|
|
|
|
"gcode_flavor": "klipper",
|
|
|
|
|
"default_print_profile": "0.20mm Standard @XPlus4",
|
|
|
|
|
"printer_settings_id": "Qidi",
|
2024-09-28 16:29:36 +08:00
|
|
|
"bed_exclude_area": ["0x305", "0x302", "35x302", "35x305", "305x305", "305x305", "305x305", "305x20", "293x20", "293x0", "305x0", "305x20", "305x305"],
|
2024-09-20 20:22:49 +08:00
|
|
|
"change_filament_gcode": "G1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]",
|
|
|
|
|
"default_filament_profile": ["QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle"],
|
|
|
|
|
"deretraction_speed": ["0"],
|
|
|
|
|
"extruder_clearance_height_to_lid": "135",
|
|
|
|
|
"extruder_clearance_height_to_rod": "32",
|
|
|
|
|
"extruder_clearance_max_radius": "72",
|
2024-11-28 15:26:22 +08:00
|
|
|
"layer_change_gcode": "{if timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 Y304 F20000\nG1 X95 F20000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 Y324 F5000\nG1 E[retraction_length] F300\nG1 X65 F5000\nG1 Y290 F20000\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}\nG92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}",
|
2024-09-20 20:22:49 +08:00
|
|
|
"machine_pause_gcode": "M0",
|
|
|
|
|
"max_layer_height": ["0.28"],
|
|
|
|
|
"min_layer_height": ["0.08"],
|
|
|
|
|
"nozzle_diameter": ["0.4"],
|
|
|
|
|
"printable_area": ["0x0","305x0","305x305","0x305"],
|
|
|
|
|
"printable_height": "280",
|
|
|
|
|
"retract_length_toolchange": ["2"],
|
|
|
|
|
"retract_lift_below":["279"],
|
|
|
|
|
"retraction_length": ["0.8"],
|
|
|
|
|
"retraction_minimum_travel": ["1"],
|
|
|
|
|
"enable_long_retraction_when_cut": "2"
|
|
|
|
|
}
|