Dan
Forum Replies Created
-
AuthorPosts
-
DanKeymaster
on a makelangelo 5 there should be a “find home” and no “set home” button.
– pressing find home, wait for the robot to complete
– press the Border button, which should drive the pen around the border of the paper. Now you know where to put the paper, or confirm the paper is in the right spot before starting a drawing.Your PC saves details about the machine which it uses to create instructions for drawings. All Makelangelo 5s are the same size. Have you also used an earlier model on the same PC? If yes, check that the machine number matches your Makelangelo 5’s unique number when you generate pictures to save to the SD card. Creating pictures for a big M3 machine and running them on an M5 might produce the kind of results you’re seeing.
Having said that, an image of what you expect and what you are getting might give more hints about the issue.
DanKeymasterthe firmware_rumba has unofficial RAMPS support provided by the community. We don’t officially support RAMPS.
DanKeymasterThis is a known problem with the newest versions of OSX. We don’t know anyone that’s solved it yet. I don’t have the latest version of OSX because my laptop is 5 years old (and still going strong!)
DanKeymasterWe don’t have the man power to run a live chat. We’ve worked hard to improve our guides and would love your ideas how to make it even better. Please email us directly and we’ll try to help.
DanKeymasterThe picture at the link is correct. Notice that the 5v and GND wires switch order.
There are many reasons a servo could die – wear, hitting something and breaking internally, incorrect voltage… none of these things should be a problem for a new servo from us.
DanKeymasterYes, the A4988 drivers are what we use in the RUMBAS for the Stewart Platform.
DanKeymasterWhat do you mean, “does not stop moving”? Are you using a continuous servo instead of a 180 degree servo?
DanKeymasterFirmware can be downloaded from this site, here: https://www.marginallyclever.com/product/makelangelo-firmware/
The firmware_ams folder contains the UNO version of the Makelangelo code.
DanKeymasterPost a picture of your setup?
DanKeymasterFWIW, I’m connecting random RUMBA boards from my inventory.
In Windows 10 every unit is showing a COM* port and I’m able to upload firmware.
In OSX every unit is showing a /dev/tty.usbmodem* port and I’m able to upload firmware.
Can you tell me your order #? I want to find out when your order was assembled and by whom to narrow down what could be causing the issue, if it’s on our end at all. I suspect it’s a problem with OSX Sierra. Evidence here:
https://forum.arduino.cc/index.php?topic=428134.0
https://forum.arduino.cc/index.php?topic=428349.0
https://forum.arduino.cc/index.php?topic=442698.0DanKeymasterThere is no obvious way to connect a laser driver to the L293d motor shield. Also…that sounds really dangerous. I do not recommend this.
DanKeymasterNo, I don’t. I can’t guarantee that UniversalGcodeSender works with GRBL.
DanKeymasterYes. Run the software, open settings, and set your machine type to 2.5. You will then have options to change the machine size (3×4) and the paper size. 11×17 sounds like US legal, maybe? Should be fine.
DanKeymasterI understand a bit better now. uncomment
#define MOTHERBOARD BOARD_RAMPS
and make sure other MOTHERBOARD lines are commented (lines must start with //)
Note that RAMPS is not officially supported and I have not tested it, ever. Please report back with your success.
2017-03-28 at 22:52 in reply to: Can't open the .dxf file in Adobe Illustrator, not enough memory (RAM) error. #12759DanKeymasterI’ve added SVG to the developer version of Makelangelo. Spiral drawings saved as SVG make nopaste, imgur, and several other online sites choke. Inkscape eventually loads the SVG. Other formats seem to be OK.
DanKeymasterIn a perfect world you’d make a pull request from github with the changes. that way
– your name would show up in the credits if future employers look for your name; and
– you know the code works right because you tested it before making the pull request.…but I can do it if you give me the details, and we’ll cross our fingers that it works.
As far as I know there’s no way to load bad Arduino code onto a board such that the USB does not load. I mean, the USB has to load so you can send the code to the Arduino!
Are you flashing the bootloader? That should not be necessary at all.
2017-03-28 at 20:46 in reply to: Can't open the .dxf file in Adobe Illustrator, not enough memory (RAM) error. #12753DanKeymasterSVG export might be doable. I guess I start here? https://www.w3.org/TR/SVG/intro.html
DanKeymasterIf the wires are plugged in backward, the screen will not light up or will display garbage. I don’t recall any beeping before. Picture of your setup?
2017-03-27 at 13:20 in reply to: Can't open the .dxf file in Adobe Illustrator, not enough memory (RAM) error. #12743DanKeymasterI normally use Inkscape and I tested the DXF files against Inkscape. Is there any more detail about the Adobe Illustrator problem? Any error message, log file, anything?
The DXF file format is quite extensive. I did the minimum require to make it load in Inkscape, I admit that. Presumably as a workaround you can load in inkscape, save it again to illustrator (or even back to DXF!) and then Illustrator should be able to load it OK.
DanKeymasterTwo people means it can’t be just user error.
I doubted you and that was my mistake.
I’m sorry I didn’t help you faster.DanKeymasterOk, I’ve asked the original equipment manufacturers. I’m getting to the bottom of this. Thank you for your patience and understanding.
DanKeymasterOk, now that’s weird. I need to find a copy of newer OSX to test this for myself.
I wonder if this is related: Sierra doesn’t seem to support some USB drivers very well:
https://forums.developer.apple.com/thread/61472
“The use of a Fresh Roast SR700 Coffee Roaster also crashes Sierra because of this CH340 chip usb/serial driver incompatibilty too.”
CH340 is used in several arduino clones. RUMBA is merely arduino-compatible, it may be victim to a similar issue.
DanKeymasterDid you dig into the code at all? If you try “G0 F100” and then “M114” does it report that the feed rate changed to 100?
DanKeymasterMaybe.
Perhaps you should reconsider why you are building a CNC machine when you can buy one for less effort.
DanKeymasterYou will have more success asking the developers of GRBL.
-
AuthorPosts