mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
Add X-Plus 4 and update to 1.9.5.51
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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",
|
||||
"bed_exclude_area": ["0x305", "0x300", "50x300", "50x305", "305x305", "305x305", "305x305", "305x10", "293x10", "293x0", "305x0", "305x10", "305x305"],
|
||||
"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",
|
||||
"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 X95 Y310 F20000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 Y324 F200\nG1 X124 F200\nG1 Y290 F2000\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}",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user