update resource

This commit is contained in:
wjyLearn
2026-02-05 10:11:22 +08:00
parent a5bd114f00
commit 126fca3520
17 changed files with 386 additions and 84 deletions

View File

@@ -18,7 +18,7 @@
"extruder_clearance_height_to_rod": "32",
"extruder_clearance_max_radius": "72",
"is_support_timelapse": "1",
"is_support_multi_box": "1",
"is_support_multi_box": "0",
"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}",
"machine_load_filament_time": "35",
"machine_pause_gcode": "M0",