Skip to content

Instantly share code, notes, and snippets.

@joe714
Created June 12, 2022 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joe714/2cb74558e9fb8feb496edc97162f56b8 to your computer and use it in GitHub Desktop.
Save joe714/2cb74558e9fb8feb496edc97162f56b8 to your computer and use it in GitHub Desktop.
Kobra Max Gcode
M104 S0
M140 S0
;Retract the filament
G92 E1
G1 E-1 F300
G91 ; Relative Mode
G0 F100 Z3 ; Move Z up
G90 ; Absolute Mode
G0 F1000 X20 Y399 ; Bring bed forward
M18 ; Disable Steppers
G28 ;Home
M210 S1 ; Enable leveling
G1 Z15.0 F1200 ;Move the platform down 15mm
;Prime the extruder
G92 E0
G1 F200 E3
G92 E0
; disable motors
M84
;disable all heaters
{% snippet 'disable_hotends' %}
{% snippet 'disable_bed' %}
;disable fan
M106 S0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment