@Kenny_Rogers_13 I thought the same thing, until I discovered the drawer in the printer itself on the right side front. Really should show that in the manual.
djanitor
@djanitor
Best posts made by djanitor
-
RE: No USB or SD Card......
Latest posts made by djanitor
-
RE: What are some of the the best temp and speed settings so far?
@jim_s This are the settings I am using in Cura 4.7, I pulled the gcode out of what they had for the cr6 in 4.2.1 that came on the SD card. (please note that Printhead X min and Y min have some strange behavior for me. In 4.2.1 they are listed as positive numbers, but you can't seem to use positive numbers in 4.7?) Also of note; the auto bed level seems to have more in common with manual mesh bedleveling than it does with traditional sensor based bed leveling. The bed level can only be run from the touch pad from what I can tell, so it doesn't run it at the beginning of every print, even with the gcode telling it to probe.
START
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset FlowrateG28 ;Home
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis upEND
G91 ;Relative positionning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positionningG1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bedM84 X Y E ;Disable all steppers but Z
PRINTER SETTINGS
235
235
250
Rectangular
Origin at center UNCHECKED
Heated bed CHECKED
Heated build volume UNCHECKED
G-code flavor MarlinPRINTHEAD SETTINGS
-26
-32
32
34
25
1 -
RE: What are some of the the best temp and speed settings so far?
@jim_s I am having reasonable luck with the ender 3 profiles. I create an ender 3 in Cura, and then replace the machine settings with the cr6 start/end gcode and then have the the 4 default print profiles from the ender 3 available.
-
RE: Creality CR-6 SE stuck in auto-leveling
For what it's worth, my auto level is being finicky on one of mine as well. I noticed it was stuck at 119 degrees. I rebooted the printer. Did a preheat PLA, and then ran an autolevel and it worked, it seems like it didn't actually hit 120 degrees was the problem for me.
-
Creality Slicer missing profiles.
I cannot for the life of me get the creality slicer (cura 4.2.1) to show any printing profiles. I had 4.7 on all my machines and they seem to conflict. Is there anyone willing to export the print profiles and host them somewhere? I am using ender profiles with the cr6 start and end gcode.
-
RE: No USB or SD Card......
@Kenny_Rogers_13 I thought the same thing, until I discovered the drawer in the printer itself on the right side front. Really should show that in the manual.