Skip to content

Instantly share code, notes, and snippets.

View actiasCreative's full-sized avatar

Kaylee Dawn actiasCreative

  • Actias Creative
  • TX, USA
  • 00:35 (UTC -05:00)
View GitHub Profile
@codeincontext
codeincontext / Change filament gcode 0.2 nozzle
Last active November 5, 2024 15:11
Faster bambu lab filament change gcode
M620 S[next_extruder]A
M204 S9000 ; set printing and travel acceleration to 9000mm/min^2
{if toolchange_count > 1 && (z_hop_types[current_extruder] == 0 || z_hop_types[current_extruder] == 3)}
G17 ; select xy plane
G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift
{endif}
G1 Z{max_layer_z + 3.0} F1200 ; raise the nozzle 3mm above what has already been printed ** only requiered when printing by object ?! otherwise going + 0.5mm should be enought
M106 P1 S0 ; turn part cooling fan off
M106 P2 S0 ; turn Aux fan off