Files
OrcaSlicer/resources/profiles/BBL/machine/Bambu Lab P2S 0.4 nozzle template wrapping_detection_gcode.json
T
2026-09-24 13:15:04 +08:00

7 lines
819 B
JSON

{
"type": "machine",
"name": "Bambu Lab P2S 0.4 nozzle template wrapping_detection_gcode",
"instantiation": "false",
"wrapping_detection_gcode": ";======== P2S 20250822 clumping ========\n{if !spiral_mode}\n M622.1 S0 ; for previous firmware, default turn off\n M1002 set_flag g39_forced_detection_flag=1\n M1002 judge_flag g39_forced_detection_flag\n M622 J1\n {if layer_num == 3 || layer_num == 10 || layer_num == 19}\n M993 A2 B2 C2 ; nozzle cam detection allow status save.\n M993 A0 B0 C0 ; nozzle cam detection not allowed.\n\n M400 P100\n\n G39\n\n G90\n G1 Y247 F30000\n G1 Y217 F18000\n \n M993 A3 B3 C3 ; nozzle cam detection allow status restore.\n {endif}\n M623\n{endif}"
}