Why is PrusaSlicer adding this filament streak right in the middle of where the print will go?
Hopefully someone can help me remove this filament streak it leaves right in the middle of the plate, just as the print is about to start. (Photo of problem at bottom) The extruder heats up in the middle and then moves north a little bit, west to the edge of the plate, and then proceeds to do the proper test line. If I do nothing, it will print right on that little streak in the middle. I know you can edit the G-code in PrusaSlicer but I'm just not familiar enough to recognize what instruction is causing it to do this. It does it for every print so it must be in the "Start G-code" section. This is what it says,
- G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S150 ; set extruder temp for auto bed leveling
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
G28 ; home all
G29 ; auto bed levelling
G1 Z50 F240
G1 X2 Y10 F3000
M104 S[first_layer_temperature] ; set extruder temp
M109 S[first_layer_temperature] ; wait for extruder temp
G1 Z0.28 F240
G92 E0
G1 Y190 E15 F1500 ; intro line
G1 X2.3 F5000
G92 E0
G1 Y10 E15 F1200 ; intro line
G92 E0
After that, the print starts. Again, I like the test line on the left side of the plate, that part is fine. For reference, I'm using a Creality cr-10s pro v2 if that helps. Thank you.