Makelangelo firmware 1.0.1

Shop Forum Makelangelo Polargraph Art Robot Makelangelo firmware 1.0.1

  • This topic is empty.
Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #6152
    Anonymous
    Inactive

    https://github.com/MarginallyClever/Makelangelo-firmware/releases/latest
    This should fix the “I can connect and then nothing” issue.

    Please post your feedback in this thread.

    #7248
    Anonymous
    Inactive

    I was only running makelangelo v.6.0 because V.7 never launched successfully under my windows 8.1 boot (crashing after language choice). Even with adding java path, and so on. So i decided to use the ams firmware with gcode computed from inkscape and streamed through grbl controller to my bot.
    I just launched this version successfully with all the features. So i am happy πŸ˜€

    @hugobiwan

    #7249
    Anonymous
    Inactive

    Rumba file is compiling fine, my rumba still wont respond, might be my rumba. Can’t wait for my 3.2 to arrive, it’s shipped πŸ˜€ πŸ˜€

    Now for my motor shield V1 version the firmware ams it is not compiling don’t know if I have library in wrong place. here is error

    Arduino: 1.6.5 (Windows 7), Board: “Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)”

    In file included from firmware_ams.ino:149:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotor/AFMotor.h:143:7: error: redefinition of ‘class AFMotorController’
    class AFMotorController
    ^
    In file included from firmware_ams.ino:126:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotorDrawbotOld/AFMotorDrawbot.h:40:7: error: previous definition of ‘class AFMotorController’
    class AFMotorController {
    ^
    In file included from firmware_ams.ino:149:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotor/AFMotor.h:164:7: error: redefinition of ‘class AF_Stepper’
    class AF_Stepper {
    ^
    In file included from firmware_ams.ino:126:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotorDrawbotOld/AFMotorDrawbot.h:49:7: error: previous definition of ‘class AF_Stepper’
    class AF_Stepper {
    ^
    Error compiling.

    This report would have more information with
    “Show verbose output during compilation”
    enabled in File > Preferences.

    Thanks

    #7250
    Anonymous
    Inactive

    The download includes a folder called AFMotorDrawbot. that entire folder should be copied to your arduino library folder.

    https://www.arduino.cc/en/Guide/Libraries#toc2

    #7251
    Anonymous
    Inactive

    I am using a V1 shield
    Having only the AFDrawBot folder and all its contents I receive this error

    Arduino: 1.6.5 (Windows 7), Board: “Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)”

    firmware_ams.ino:149:21: fatal error: AFMotor.h: No such file or directory
    compilation terminated.
    Error compiling.

    This report would have more information with
    “Show verbose output during compilation”
    enabled in File > Preferences.

    So then I also put a folder AFMotor and its contents in library ( so i hae a AFMotor folder and an AFDrawBot folder in library)and receive this error

    Arduino: 1.6.5 (Windows 7), Board: “Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)”

    In file included from firmware_ams.ino:149:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotor/AFMotor.h:143:7: error: redefinition of ‘class AFMotorController’
    class AFMotorController
    ^
    In file included from firmware_ams.ino:126:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotorDrawbot/AFMotorDrawbot.h:40:7: error: previous definition of ‘class AFMotorController’
    class AFMotorController {
    ^
    In file included from firmware_ams.ino:149:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotor/AFMotor.h:164:7: error: redefinition of ‘class AF_Stepper’
    class AF_Stepper {
    ^
    In file included from firmware_ams.ino:126:0:
    C:UsersDadsLapTopDocumentsArduinolibrariesAFMotorDrawbot/AFMotorDrawbot.h:49:7: error: previous definition of ‘class AF_Stepper’
    class AF_Stepper {
    ^
    Error compiling.

    This report would have more information with
    “Show verbose output during compilation”
    enabled in File > Preferences.

    #7252
    Anonymous
    Inactive

    Your Arduino is a Mega, or an UNO? My default the kit should use an UNO.

    Do you have the AFMotor library also installed? It looks like both libraries have similar names.

    firmware_ams.ino should *not* be trying to load AFMotor.h for any reason.

    #7253
    Anonymous
    Inactive

    Just pushed an update. You’ll need to

    – download the latest from http://github.com/marginallyclever/makelangelo-firmware
    – update your AFMotorDrawbot library with the one in the download
    – recompile and upload

    I have tested that it compiles without error, but I’m not in the lab to test end-to-end.

    #7254
    Anonymous
    Inactive

    Tried with the new AFMotorDrawbot still have error won’t compile states missing AFmotor file
    also tried with AFMotor folder back in library still have error

    I have UNO R3 board with V1 motor shield and have line 12 without // and line 13 with //

    #7255
    Anonymous
    Inactive

    I’m not sure you’re getting the right file. There are no mentions of AFMotor.h anywhere in the current version.

    http://github.com/marginallyclever/makelangelo-firmware ?

    #7256
    Anonymous
    Inactive

    Line 149 ? Firmware_ams

    #7257
    Anonymous
    Inactive

    What! I swear I took that line out of the code three times now.

    I just checked in another version that definitely completely totally and certainly removes that line.

    #7258
    Anonymous
    Inactive

    An update has just been pushed that fixes the compile error.

    #7259
    EdmondsLibrarian
    Participant

    Hooray! The firmware_ams ino ran and compiled without error. (Win 7)
    Screenshot
    https://drive.google.com/file/d/0Bzmn5pYsAKsWQUtoUlRUWlhVQTA/view?usp=sharing
    This is AWESOME progress. I can only guess how much time this took, and is way out of my current programming level.

    My Makelangelo didn’t open as expected, but I think this is the end of this thread in my case, and I’ll post at the other thread.
    Hope that it works for all users! Makelangelo power on!

    #7260
    Anonymous
    Inactive

    A 2nd Hooray 1.0.1 AMS compiles

    Nice work. Next job that stupid Java script πŸ˜† πŸ™„

    #7261
    Anonymous
    Inactive

    Tried a table top hook up with UNO, V1 shield and my 400 step steppers and looks great. Every thing seems to be nice and smooth. As soon as the bugs are worked out on 7.2 with the paper set up this will be super great. πŸ˜€

    #7262
    EdmondsLibrarian
    Participant

    May I ask which version of the Makelangelo code you are running?

    #7263
    Anonymous
    Inactive

    I’m running the latest dev branch, all the time.

    It seems that the problem with the latest software has to do with 3rd party libraries.

    #7264
    Anonymous
    Inactive

    The one that works for me except I can’t adjust machine is 7.1.1. I would like to run v6 but can’t find link

    #7265
    Anonymous
    Inactive

    This is an out of date version, but it might be what you’re looking for:

    https://www.marginallyclever.com/other/Makelangelo.zip (windows)
    https://www.marginallyclever.com/other/Makelangelo.dmg (osx)

    #7266
    EdmondsLibrarian
    Participant

    Just a heads up that a new release of Arduino came out today 1.6.6
    It doesn’t play nicely with the hard work put into the compatibility of 1.6.5 Compiling issues with firmware_ams ino file

    #7267
    Anonymous
    Inactive

    What issues, specifically?

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.