Search models, users, collections, and posts

Fast-benchy-gcode

Remixed by

Print Profile(1)

All
X1 Carbon
X1
X2D
H2D Pro
A2L
A1 mini
H2D
P2S
P1P
P1S
H2C
H2S
X1E
A1

0.2mm layer, 2 walls, 10% infill
0.2mm layer, 2 walls, 10% infill
Designer
1 h
1 plate

Open in Bambu Studio
Boost
0
0
1
0
0
0
Released 

Description

Content has been automatically translated.
Show original

startup g-code for 7s startup

;===== BAMBU LAB P2S EXTREME START v2 =====
; Assumes the correct filament is ALREADY LOADED in the nozzle.
; No AMS loading/switching, nozzle cleaning, bed leveling,
; flow calibration, plate detection, vibration test or sensor checks.
; Expected startup is mainly limited by bed/nozzle heating.
; Test under supervision. Keep the original profile as backup.

;--- heat bed and nozzle in parallel ---
M140 S[bed_temperature_initial_layer_single]
M104 S{nozzle_temperature_initial_layer[initial_no_support_filament_id]}

;--- reset basic print state ---
M17
M620 M
G389
M220 S100
M221 S100
M204 S10000
G90
M83
G29.1 Z{+0.0}

;--- small safe Z release ---
G91
G380 S2 Z8 F1200
G90

;--- minimum homing ---
G28 X T300
G90
G1 X128 Y128 F30000
G28 Z P0 T400
M400

;--- reuse stored bed mesh ---
G29.2 S1

;--- wait only for required temperatures ---
M190 S[bed_temperature_initial_layer_single]
M109 S{nozzle_temperature_initial_layer[initial_no_support_filament_id]}

;--- P2S plate Z compensation ---
{if bed_temperature_initial_layer_single > 89}
   {if curr_bed_type=="Textured PEI Plate"}
   G29.1 Z{-0.02}
   {else}
   G29.1 Z{0.0}
   {endif}
{else}
   {if curr_bed_type=="Textured PEI Plate"}
   G29.1 Z{0.01}
   {else}
   G29.1 Z{0.03}
   {endif}
{endif}

;--- tiny purge line ---
G90
M83
G1 X100 Y1 Z0.6 F24000
G1 X125 E5 F900
G1 Z1 F1200
M400

;--- start print ---
M1002 gcode_claim_action : 0
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Disclaimer

Use at your own risk!

This start G-code modifies the standard startup sequence of the Bambu Lab P2S to significantly shorten print preparation. Various safety, cleaning, and calibration procedures are reduced or skipped.

By using this G-code, you agree that its use is entirely at your own risk.

I assume no liability for damages or consequential damages of any kind, especially to:

  • the printer,
  • the nozzle,
  • the hotend,
  • the print plate,
  • the AMS,
  • the printed object,
  • or other components.

Likewise, I assume no responsibility for failed prints, quality issues, data loss, or any other direct or indirect damages arising from the use of this G-code.

Every user is responsible for checking the G-code before use and ensuring that it is suitable for their own printer and specific configuration.

The use of this G-code is solely at your own risk.

Comment & Rating (1)

(0/1000)