Hi Klonan,
this is a very similar issue with https://mods.factorio.com/mod/Repair_Turret/discussion/5e2c029527e828000c2d74c4
it was trains in the previous issue but now it is Spidertron. you check entities listed in a file. if you add below line (should be line 37)
["construction-robot"] = true,
["logistic-robot"] = true,
["spider-vehicle"] = true -- << this is the line
}
into file
script\repair_turret.lua
(around line 35+)
then repair turrets shall also repair spidertrons moving in and out of the repair turret construction zone area.
if anyone has same problem, then the above should fix.
Regards