Skip to content

Instantly share code, notes, and snippets.

@timw4mail
Created August 6, 2025 17:17
Show Gist options
  • Save timw4mail/dbbf46602c43978a4d4c30c9fabadb16 to your computer and use it in GitHub Desktop.
Save timw4mail/dbbf46602c43978a4d4c30c9fabadb16 to your computer and use it in GitHub Desktop.
Centauri Carbon Fixed Orcaslicer Start Gcode
;printer_model:[printer_model]
;initial_filament:{filament_type[initial_extruder]}
;curr_bed_type:{curr_bed_type}
M400 ; wait for buffer to clear
M220 S100 ;Set the feed speed to 100%
M221 S100 ;Set the flow rate to 100%
M104 S140
M190 S[bed_temperature_initial_layer_single]
G28
M8210 S[bed_temperature_initial_layer_single] ;Set bed_mesh_temp
BED_MESH_CALIBRATE
G90
G28 ;home
M729 ;Clean Nozzle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment