Skip to content

Instantly share code, notes, and snippets.

@NeoTech
Last active April 22, 2023 01:34
Show Gist options
  • Save NeoTech/8f046b3fd65d2ec7e3550db88fc78d20 to your computer and use it in GitHub Desktop.
Save NeoTech/8f046b3fd65d2ec7e3550db88fc78d20 to your computer and use it in GitHub Desktop.
Cetus3D MK2 Cura profile

Start settings for cura std cetus mk2

;---Start GCODE CURA for CETUS MKII--
M104 S{material_print_temperature}; set the extruder temperature and go on
M109 S{material_print_temperature}; set the extruder temperature and wait
M82 ; absolute extrusion mode
M204 P3000; set acceleration
G90; sets motion in absolute mode
G92 E0 ; reset step E
G1 Z0 F2000 ;home Z
G1 Y0 F2000 ;home Y
G1 X0 F2000 ;home X
M206 X-180 ; Set offset to 0 the X coordinates;

;--------------------| WARNING CALIBRATE BEFORE SW CETUS STUDIO |---------------------------
G1   Z0 ; it moves to the height Z (VALUE HEIGHT CETUS STUDIO)
M206 Z0 ; set coordinates "0" to this height "Z"
;---------------------------------------------------------------------------------------

M92 E234 ; Set axis_steps_per_unit extruder ,allows you to set 100% flow Cura will give right length
; and filament length information. You can use 3-4mm retraction

G1 X8 Y10.00 F9000
G1 E2 F22000
G1 Y70.00 E9 F600

G92 E0; reset E
G4 P600 ; Wait 600ms

Start settings Cura - tinyfab

M104 S{material_print_temperature}; set the extruder temperature and go on
M109 S{material_print_temperature}; set the extruder temperature and wait

M17; enable stepper motors
G28 ; home all axes
M82; extruder absolute mode

G1 X130 Y50 Z10 F400; get nozzle height
; G30 Z0.75 ; Probes for 0.75
G1 Z20

G1 X175 Y1 F600 ; go to priming position

M109 S[first_layer_temperature]; wait for temperature to be reached

G92 E0 ; reset extruder position
; prime nozzle
G1 X175 Y1 Z0.4 F600
G1 E30 Y40 F250

End settings for Cura std CETUS

M109 ;switch off extruder
M191 ;switch off heated bed
G90 ;sets motion in absolute mode
G1 Z280.00 F2000 ; Return
G1 Y0 F2000
G1 X180 F2000
M2 ;end of program
M104 S0 ;turn off head heater
M106 S0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment