AndyB

About

Username
AndyB
Joined
Visits
17
Last Active
Roles
Member

Comments

  • I think I was using PDM. After making this change, I printed a 35 hour print with no issues.
  • Switched to HEATER_PWM_SPEED 3, and the issue seems resolved.
  • What is HEATER_PWM_SPEED designed to do? I'm guessing that the impulse spikes for a fast PWM are probably triggering over current protection on the power supply.
  • I switched the BED to bang bang mode and it no longer resets.  So, does this imply some type of PWM noise that is causing my power supply to trip a safety?  I'm still confused as to why it works on 0.91 just fine.
  • Ok, testing M281 caused the printer to reset.  I compiled the code with FEATURE_WATCHDOG 0, and it still dies after reaching temperature. Yes, the log does not show a restart.  Right, after reaching temperature on the hot end, it dies within a few …
  • I noticed that the WDT routine in HAL.h was changed for ATMega 2560 boards from version 0.91 to the latest version. Why was that, and would the watchdog triggering have the effect that I'm seeing?
  • Modified the Printer::kill function to call UI_STATUS_UPD(UI_TEXT_KILLED); followed by HAL::delayMilliseconds(5000); and watched the screen to see if the kill function was being called. I don't see that happening. Not sure what other functions coul…
  • But I have to ask, how are you using this firmware if you can't compile it and upload it to your controller?
  • I can't help you there...
  • Made the change and uploaded the new version.  It's still happening, all I do is connect and send pre-heats.  After the extruder reaches the set temperature, and the bed is approaching the pre-heat, it happens.  Attached is the log file, and EEPROM …
  • Upped the value to 120 seconds for decouple test period. Didn't make a difference. I hear some high frequency noises, like two moves of the servos, without seeing any motion, just prior to the shutdown. The shutdown happens sooner if the bed heat…
  • Wondering if this is a symptom of too low of a value for decouple test period, which seems to be set at 12...
  • When you download the Arduino development kit, and download the Repetier firmware, you can access and edit the Configuration.h file -- you can also edit the Configuration.h file by answering the nice wizard pages on the Repetier firmware page. Then…
  • I saw the same issue on 0.922.  In addition, my RAMBO board (Rostock Max V2) will turn off, and the only way to get it back on is to power cycle.  Any ideas what is causing these two issues?