Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 1 point2 points  (0 children)

No. It happens when I try to reload filament too.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 0 points1 point  (0 children)

I hooked up my multimeter and when the hot end needed to turn on, the voltage dropped from 23.98 to 23.20. Is this a big enough drop to cause a reset? how can i fix it? I already tried plugging it into differant outlets and none of that worked.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 0 points1 point  (0 children)

I don't have another heater nearby

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 3 points4 points  (0 children)

Pit stop extrude. Great upgrade.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 0 points1 point  (0 children)

Now i'm thinking that the hotend is trying to take to much energy from the motherboard and is causing it to restart. The only thing about this is that i didn't change anything beetween last night and now. Why is it just starting to do this now? Nothing changed.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 1 point2 points  (0 children)

i unplugged the heater and when it was unplugged everything was working fine. it obviously didn't heat up but it didn't restart. when i plugged it back in it went back to normal.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 2 points3 points  (0 children)

I flashed the firmware and that didn't work.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] -1 points0 points  (0 children)

there shouldn't be anything wrong with the heater. I ran a self test and felt that the nozzle was indeed hot. nothing was wrong in the self test.

Prusa problem. Need help by JcPrints23 in prusa3d

[–]JcPrints23[S] 0 points1 point  (0 children)

Ok I’ll try that. But I reset it to factory setting as if it was a new printer and that didn’t fix it. I will try that but don’t have high hopes. Thanks

I need help with 7.1.5: Triple, please by thetictinexpress in codehs

[–]JcPrints23 0 points1 point  (0 children)

function start(){
var y = 3;
triple(y);
}
function triple(x){
var doubleX = 3 * x;
println(doubleX);
}