Created
August 6, 2025 17:17
-
-
Save timw4mail/dbbf46602c43978a4d4c30c9fabadb16 to your computer and use it in GitHub Desktop.
Centauri Carbon Fixed Orcaslicer Start Gcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;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