I hooked my first octoprint to qq-s pro, After i choose to start a print the bed and hotend heat up but once it reaches temp and goes to start i get Printer keeps requesting line (random number here) over and over then octopi disconnects
Reinstalled octopi. Reinstalled qq-s pro firmware
octoprint.log (292.2 KB)
| Send: N15 M190 S{material_bed_temperature_layer_0}*61
| Recv: ok 15
| Send: N16 M109 S{material_print_temperature_layer_0} T0*104
| Recv: Unknown command:N15 M0 T0 Y0.00 E0.0000 S0 P0 I0.00 R0.00
| Recv: skip 0
| Recv: ok
| Send: N17 G28*37
| Recv: Error:expected line 16 got 17
Looks like you have an issue with your slicer, it should be replacing those sections in brackets {}
with actual values, and instead the printer is getting very confused when it sees them.
1 Like
Ok i will try it with another slicer. This was done with Simplify3d
It's not the wrong slicer. It's the wrong token in the slicer start gcode script:
You may use this one:
[bed0_temperature]
And this for the extruder:
[extruder0_temperature]
More to this here:
Ok, sorry as i am new to gcode. Does this look correct?
G21
G90
M82
M107 T0
M190 S[bed0_temperature]
M109 S[extruder0_temperature] T0
G28
G92 E0
G0 E3 F200
G92 E0