mpl

About

Username
mpl
Joined
Visits
29
Last Active
Roles
Member

Comments

  • Got the same issue today. I think I was uploading new .gcode while printing and the upload just hanged and never finished. Once printer finished printing its UI got stuck on 99.9% (printer runs Repetier firmware so it has custom UI when printing via…
  • The code above was indent to do similar thing, only it was expressed in terms of PID_MAX_* values, because that's what I saw in Configuration.h, so I was trying to follow that. The idea was to add shared PID_MAX constant for both extruder and heati…
  • It turned out that I was already using PDM_FOR_EXTRUDER=1 SKIP_M190_IF_WITHIN=0 helps because when it's non zero the printer moves on to the next task while heating bed is still drawing quite a lot of power. In my case the next task is "move to Z=0…
  • Repetier, thanks for the answer! Ok, I think there are few more things I should have mentioned. The printer is not exactly RAPMS. It's Overlord Pro printer with Atmega2560 custom PCB (it ships with marlin firmware). Extruder heater is 40W, and hea…
  • I think Repetier was right when he said about "same power as old driver". The motors should be driven with a proper amount of current, otherwise there will not enough torque and they will miss steps. There is usually a potentiometer on the driver'…