Close



Results 1 to 5 of 5
  1. #1
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162

    Test of Marlin 2.0.x - Good Results

    I have a Kossel printer that uses a Re-ARM board with RAMPS and a Viki 2 display. Although Smoothieware performed well in all of my prints I didn't like the lack of LCD menu options. I started investigating the status of Marlin 2.0 and it seemed that Re-ARM was functional and the Viki2 pinouts were correct.

    Sure enough, after two days of figuring out Atoms PlatformIO for compiling and getting my configuration files dialed in I was able to compile a Firmware.bin and successfully flash to my Re-ARM board. Marlin 2.0 booted right up and my Viki2 display was working. The only thing I had to change was the contrast ratio of the display. Luckily there's a menu option for contrast and it was a quick fix.

    I tested G33 Delta calibration which worked great. I tested G33 P2 which also worked perfect. I did not get a chance to test UBL...at least yet. I did have an issue saving to EEPROM from the LCD. It seemed to corrupt my EEPROM, but saving from a terminal with M500 worked fine. I haven't characterized this much so I can't comment.

    My only complaint was the learning curve of PlatformIO. I learned that the PlatformIO.ini file is your "Project" and that you need to edit the file to set the platform your compiling for, and that your Fimware.bin file gets spit out into a folder called .pinoenvs under your corresponding platform folder (mine is /.pinoenvs/LPC1768).
    Last edited by LuckyImperial; 03-13-2018 at 11:35 AM.

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Yeah... PlatformIO is not user friendly! Be sure to turn auto update off. I've had it update and make itself sick a bunch of times.

  3. #3
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    Hey Roxy,

    I downloaded Marlin 2.0 again recently to see if UBL had improved and unfortunately I was unable to replicate my success with G33 auto calibration. It homes, travels down to the bed at a fast speed (never hits the probe speed I set) and then just stops with a motor hum. If I manually toggle my Z probe it jumps to the next probe point, but it does not seem to want to probe on it's own.

    If I increase my Z height it simply slams into the bed without ever toggling the probe.

    I will upload my config.h once I get home.

  4. #4
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Are you saying UBL isn't working? Or are you having problems with G33 ?

  5. #5
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    Currently I'm only testing G33, which is having trouble. See my attached .zip file for my configs. I may have missed something.Marlin.zip

Tags for this Thread

Posting Permissions

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