Start code
-
Can anyone please provide the start code to use in Cura or a different slicer?
-
The link does not work: https://www.creality.com/download/69
-
If you use cura use the ender 3 pri machines start code
-
@JohnSolo Creality slicer does not support MAC temporarily, use CURA slice software, select ender-3 printer, and change the print size to CR-6 SE.
-
@jim_s Dear, I send your question to our engineer, but they are not sure for your issues, could you please send a video for the problem and send it to our support email address: kickstartersupport@creality.com
This is the email address for only CR-6 SE questions.
Thank you.
-
@admin The Creality slicer downloads shows one .msi file for Windows. Do you support Mac?
Cura is an excellent slicer. Please post details of start code the Creality creates so we can use our tools. Thank you!
-
Dear @Cotton728, we have upgraded a new slicer for CR-6 SE, please check following link:
https://www.creality.com/download/69
-
The only hint I found was a printed sheet that came in the printer box, saying to make sure the G28 line didn't have any parameters on it. I have no idea if the following is good or bad, but it's what I used in Slic3r, and nothing crashed or did bad things. (This is based on what I normally use for my Monoprice Maker Select printer.) Serious YMMV warning here, but this is what I've currently got. (Again, it would be great if someone from Creality would chime in here, and provide some guidance.)
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing…