Hey guys, I've been trying to set up Octoprint the past week or so and after having solved connectivity issues I moved on to trying to figure out the built-in slicer to get a print going. I copied and pasted the starting and ending G-Code from the TronXY slicing software and double-checked it in Cura after initially having this problem, but everything checked out. What is happening specifically is, upon initialization and sending that starting G-Code, my printer sends back an error after Octoprint sends the print bed temp and extruder temp commands. I don't have a reference for what initialization code should look like but any help or examples would be appreciated. Here's my code as well as the returned errors:
Changing monitoring state from "Operational" to "Starting"
Send: N92 G2133
Recv: ok N:92
Send: N0 M110 N0125
Recv: ok N:0
Send: N1 G9017
Recv: ok N:1
Send: N2 M8227
Recv: ok N:2
Send: N3 M107 T0*98
Recv: ok N:3
Send: N4 M140 S{material_bed_temperature}83
Recv: //sd cmd error cnt:95 len:39 :N4 M140 S{material_bed_temperature}83
Recv:
Recv: ok
Send: N5 M104 S{material_print_temperature} T04
Recv: //sd cmd error cnt:96 len:43 :N5 M104 S{material_print_temperature} T04
Recv:
Recv: ok
Send: N6 M190 S{material_bed_temperature}*92
Recv: //sd cmd error cnt:97 len:39 :N6 M190 S{material_bed_temperature}92
Recv:
Recv: ok
[...]
Recv: Resend:4
Recv: //last:3 curr:7 rcv:N7 M10532
Send: N4 M140 S{material_bed_temperature}*83
Recv:
Recv: //callback_pf error
Recv: //sd cmd error cnt:98 len:39 :N4 M140 S{material_bed_temperature}*83