Several new materials were added and the parameters were optimized

This commit is contained in:
QIDI TECH
2024-09-20 09:44:58 +08:00
parent 73e8cede50
commit 9195b9818d
93 changed files with 1326 additions and 27 deletions

View File

@@ -25,11 +25,10 @@
"printable_area": ["0x0","245x0","245x245","0x245"],
"printable_height": "240",
"retract_before_wipe": ["0%"],
"retract_length_toolchange": ["10"],
"retract_length_toolchange": ["2"],
"retract_lift_below":["239"],
"retraction_length": ["0.8"],
"retraction_minimum_travel": ["1"],
"single_extruder_multi_material": "0",
"thumbnail_size": ["160x160/PNG","112x112/PNG"],
"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 X97 Y235 F20000\nG1 Y254 F2000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 E[retraction_length] F300\nG1 X85 F2000\nG1 X97 F2000\nG1 Y220 F2000\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}\nG92 E0",
"wipe_distance": ["2"]