Close



Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 42

Hybrid View

  1. #1
    Technologist
    Join Date
    Apr 2015
    Location
    Lakeport, CA.
    Posts
    174
    This exact behaviour was observed by others when building with Arduino 1.0.6. The problem "magically" goes away when building with later versions of the Arduino IDE. I installed 1.6.8, and voila, printing from SD now works.

    For reference: https://github.com/MarlinFirmware/Marlin/issues/3229

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by lakester View Post
    This exact behaviour was observed by others when building with Arduino 1.0.6. The problem "magically" goes away when building with later versions of the Arduino IDE. I installed 1.6.8, and voila, printing from SD now works.

    For reference: https://github.com/MarlinFirmware/Marlin/issues/3229
    Oh Geeeze! I forgot to mention that. It is in the Release Notes for RCBugFix to use Arduino v1.6.8 but people don't seem to be paying attention.

  3. #3
    Technologist
    Join Date
    Apr 2015
    Location
    Lakeport, CA.
    Posts
    174
    No problemo..., ya pointed me in the right direction for sure.

    I notice there's a recent commit that sets Arduino 1.6 as the lower limit..., heh..., if only I had waited a day!

    One "final" question: heh..., where ARE the release notes?

    Thx again -- John

    Quote Originally Posted by Roxy View Post
    Oh Geeeze! I forgot to mention that. It is in the Release Notes for RCBugFix to use Arduino v1.6.8 but people don't seem to be paying attention.

  4. #4
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Robocop - Are you printing with the bed heated? What hot end are you using, and how is the thermistor attached to it? How is the wiring to the hot end bundled and routed? I'll bet that what is happening is the cabling to the hot end is shifting as you print higher up, this causes the thermistor on the hot end to shift a bit, and the thermistor is no longer monitoring the hot end temperature properly.

    Thermal runaway has nothing to do with motor temperature, driver temperature, or the temperature of your RUMBA board. Unless the new Marlin changed things, thermal runaway means either a hot end heater or the bed heater couldn't be kept at the set temperature for unusually long time. The suspicion here is that the heater is actually on constantly or close to it and there's a problem measuring the temperature correctly. If so, the heater could be in a thermal runaway situation where it is overheating. The printer shuts down as a safety precaution.

    If a thermistor doesn't maintain good thermal connection to what it is measuring, it starts reading lower temperatures than it should, and the heater will have a tougher time maintaining the set temperature....
    Last edited by printbus; 09-24-2016 at 06:53 PM. Reason: fixed some thermal runaway inacuracies

  5. #5
    Does anyone have config files for Makerfarm I3V 12" with Marlin RC6 mesh and Rumba they can post ?

  6. #6
    Technologist
    Join Date
    Apr 2015
    Location
    Lakeport, CA.
    Posts
    174
    I can share my current Configuration.h.

    It is compatible with the RCBugFix branch of Marlin as of this writing, though you should review the diffs before applying them to your system.

    It is configured for the following:

    • Makerfarm I3V 12"
    • RUMBA
    • Hexagon HE (w/ associated thermistor)
    • Standard LCD (i.e., not the "graphical"/big display)
    • Manual Mesh Leveling is enabled.
    • SD Card support is enabled.


    It also includes optimizations based on the work of printbus:



    The entire thread is worth reviewing.

    Keep in mind you may need/want to tweak your slicer settings to align with the printbus changes.

    I also made some minor tweaks regarding some dimensional settings, to allow for clips..., etc. I will probably revisit some of those changes in the future, but for now, they work for me.

    I've attached the file..., hopefully it arrives intact.

    Good luck! -- John

    Configuration.h


    Quote Originally Posted by ROBOCOP View Post
    Does anyone have config files for Makerfarm I3V 12" with Marlin RC6 mesh and Rumba they can post ?
    Last edited by lakester; 04-28-2016 at 07:34 PM.

  7. #7
    Does anything need to be changed in config.adv ? How does mesh work with the fixed Z endstop on the i3v? Im having trouble understanding that. With the robo the xaxis lifts of the z rods which triggers the endstops so it basically z homes below the bed .With the makerfarm the fixed z endstop would be above the bed so how do you do the leveling process?

  8. #8
    Technologist
    Join Date
    Apr 2015
    Location
    Lakeport, CA.
    Posts
    174
    I don't recall changing anything in config.adv.

    The process is to first go through the regular mechanical leveling, setting the z-stop in the xy home position, and making sure that the other three corners are set to the same gap.

    From that point, you go through the manual mesh leveling process, which allows for both positive and negative z-corrections..., wherein corrected/effective z can actually dip below the end-stop limited Z (but only by a very limited amount). So..., the bed has to be mechanically level within this z tolerance, and then you use mesh leveling.

    Don't forget to store results in EEPROM when done.

    FWIW, the steps I follow after burning new firmware are:

    • from the control panel...
    • reset to "factory" config (these are the settings you set in Configuration.h)
    • store to EEPROM
    • do manual mesh leveling.
    • store to EEPROM


    It's not clear to me what the compatibility is in EEPROM from build to build, so I go with better safe than sorry and redo it whenever I update the firmware.

    Also, FWIW..., I have to do the full mechanical leveling very rarely these days, so maybe do the mesh leveling every couple of weeks or so. I have a fairly consistent heating "protocol", so things settle down pretty repeatably. Will be switching to a metal Y-plate when I have some tinkering time, which I assume will improve stability over time even further.

    Quote Originally Posted by ROBOCOP View Post
    Does anything need to be changed in config.adv ? How does mesh work with the fixed Z endstop on the i3v? Im having trouble understanding that. With the robo the xaxis lifts of the z rods which triggers the endstops so it basically z homes below the bed .With the makerfarm the fixed z endstop would be above the bed so how do you do the leveling process?

  9. #9
    Thanks . I apriciate it. I should be able to make any needed changes from here. My slicer is simplify3d

  10. #10
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Here are two threads that talk about having thermal runaway problems on a MakerFarm printer -

    http://3dprintboard.com/showthread.p...-ambient-temps - Here the problem was a bit too much print cooling fan airflow in at a cold ambient temperature tripping the hot end thermal runaway.

    http://3dprintboard.com/showthread.php?10166-Thermal-Runaway-Protection-(Dual-Extruders) - Here the problem was the heated bed, but the OP didn't come back and say what he did to fix the problem. Like here, the thermal runaway problem showed up as soon as he enabled detection for it.

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •