Makelangelo firmware 1.0.1
Shop › Forum › Makelangelo Polargraph Art Robot › Makelangelo firmware 1.0.1
- This topic is empty.
-
AuthorPosts
-
2015-10-29 at 23:05 #6152AnonymousInactive
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.
2015-10-30 at 06:27 #7248AnonymousInactiveI 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
2015-10-30 at 16:55 #7249AnonymousInactiveRumba 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
2015-10-30 at 17:59 #7250AnonymousInactiveThe download includes a folder called AFMotorDrawbot. that entire folder should be copied to your arduino library folder.
2015-10-30 at 20:27 #7251AnonymousInactiveI am using a V1 shield
Having only the AFDrawBot folder and all its contents I receive this errorArduino: 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.2015-10-30 at 22:07 #7252AnonymousInactiveYour 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.
2015-10-30 at 23:31 #7253AnonymousInactiveJust 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 uploadI have tested that it compiles without error, but I’m not in the lab to test end-to-end.
2015-10-31 at 02:49 #7254AnonymousInactiveTried with the new AFMotorDrawbot still have error won’t compile states missing AFmotor file
also tried with AFMotor folder back in library still have errorI have UNO R3 board with V1 motor shield and have line 12 without // and line 13 with //
2015-10-31 at 18:59 #7255AnonymousInactiveI’m not sure you’re getting the right file. There are no mentions of AFMotor.h anywhere in the current version.
2015-10-31 at 20:00 #7256AnonymousInactiveLine 149 ? Firmware_ams
2015-10-31 at 21:59 #7257AnonymousInactiveWhat! 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.
2015-11-01 at 18:18 #7258AnonymousInactiveAn update has just been pushed that fixes the compile error.
2015-11-01 at 19:15 #7259EdmondsLibrarianParticipantHooray! 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!2015-11-01 at 23:35 #7260AnonymousInactiveA 2nd Hooray 1.0.1 AMS compiles
Nice work. Next job that stupid Java script π π
2015-11-02 at 19:23 #7261AnonymousInactiveTried 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. π
2015-11-02 at 19:48 #7262EdmondsLibrarianParticipantMay I ask which version of the Makelangelo code you are running?
2015-11-02 at 19:52 #7263AnonymousInactiveI’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.
2015-11-02 at 20:29 #7264AnonymousInactiveThe 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
2015-11-02 at 21:43 #7265AnonymousInactiveThis 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)2015-11-04 at 18:16 #7266EdmondsLibrarianParticipantJust 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 file2015-11-04 at 19:29 #7267AnonymousInactiveWhat issues, specifically?
-
AuthorPosts
- You must be logged in to reply to this topic.