Hey guys, im new here but not new to 3d printing. I built a prusia I3 from a kit and it worked perfectly for about a year. Skip to a week ago and I got an ssd drive for my computer and did a fresh install to the new drive. Now for some reason my printer prints the same thing every time i try to print any model.

I believe this is caused by me loosing my custom settings on cura and pronterface. It tries to print a square and tried to do the bottom layer but it just keeps going over the same spot and builds up diagonally.

Here is my start gcode:
;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G92 X0 Y0 Z0 E0
G90; set absolute coordinates
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...

This is what it prints no matter what i do.



Any help would be really appreciated!