The saga continues…
I have now updated to a raspberry pi 4b not that I thought this could be the problem but my old 2 just wasn’t fast enough.
I’ve started from scratch with octopi even downloading the image again.
Installation went well without any problems.
Installed these plugins…
Creality-2x-temperature-reporting-fix (0.0.4)
Dashboard (1.16.3)
Detailed Progress (0.2.6)
DisplayLayerProgress Plugin (1.24.0)
Floating Navbar (0.3.4)
Installed Creality Slicer 4.2 and setup my Creality CR-6 SE
![Capture](https://community.octoprint.org/uploads/default/original/2X/d/d6e83d2c776a2b033e6f5573925c9c5cdcd29bf2.png)
As you can’t read the start and end G-code there here it is.
Start G-code
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 Flowrate
G28 ;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 up
End G-code
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 positionning
G1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M84 X Y E ;Disable all steppers but Z
![Capture1](https://community.octoprint.org/uploads/default/original/2X/6/65ab2d3edefc99ec5810e054184d13f89cc21a32.png)
I’ve pretty much left all other setting in Creality Slicer alone for the time being, well until I understand things a little better and know what I’m doing.
I then load this STL file:
infill_25mm_cube.stl (684 Bytes)
And save it back as a gcode file to my HD, then upload it to the raspberry pi so Octoprint can do its thing.
CCR6_infill_25mm_cube.gcode (254.5 KB)
Hit the Upload button (not the upload to SD) and transfer this file to the raspberry pi.
I then get this error which wasn’t happening before so its new
Object doesn't fit print volume
Object in CCR6_infill_25mm_cube.gcode exceeds the print volume of the currently selected printer profile, be careful when printing this
Hit the gcode viewer and the model is dead centre on the bed.
I start the print the extruder moves to the centre touches the bed, draws two lines down the left hand side of the bed (I think its 2) then moves the bed as far back as it will go moves the extruder over to the left making a horrible grinding noise and starts printing in the bottom left hand corner again just as it did before.
What am I doing wrong, this is a new raspberry pi, new power supply and a new USB cable with a new install of Octopi downloaded fresh from octoprint.org/download/
If its something I’ve done then I have made the same mistake twice and I was very careful while setting this up for the second time.
Heres all the logs from this print
octoprint.log (156.7 KB)
plugin_pluginmanager_console.log (57.8 KB)
plugin_softwareupdate_console.log (20.5 KB)
serial.log (217.7 KB)
Thanks in advance for any help.