Dan

Forum Replies Created

Viewing 25 posts - 776 through 800 (of 1,021 total)
  • Author
    Posts
  • in reply to: Makelangelo software "cache" ? #11663
    Dan
    Keymaster

    We are aware of the warning, it is being ignored because it’s not relevant.
    You’d have to create a new debug configuration with name=”package makelangelo” and goals=”package”. then run that config and it will export to ./java/target/Makelangelo-[VERSION].jar

    in reply to: Makelangelo software "cache" ? #11661
    Dan
    Keymaster

    I changed settings to separate software settings and hardware settings. (example: makelangelo 5 only has one width, CanChangeWidth=false) It seems the last release has a bug in this neighborhood. I’ve got a patch but I haven’t confirmed the patch works yet. I’m not smart enough to write a unit test to guarantee it works every time. I don’t want to release a new version that’s still broken.

    Can you build the latest master branch from github and tell me if it’s better for you? the gitub branch is here:
    https://github.com/marginallyclever/makelangelo-software
    instructions to build and test are here:
    https://github.com/marginallyclever/makelangelo-software/wiki

    in reply to: The Home Position #11652
    Dan
    Keymaster

    The calibration pattern is provided in several format in the latest zip download of the makelangelo software.
    I will add a link on the product pages for convenience.

    Thanks for pointing out my oversight!

    Dan
    Keymaster

    like this?

    FWIW, this “colorful” board we would not recommend. I pulled it from the junk pile to do the endstop test. It arrived with headers missing and stepper motor behavior was less than ideal. We have better suppliers.

    in reply to: Ramps + Makelangelo, motor problem #11591
    Dan
    Keymaster

    We don’t officially support RAMPS. Some users asked us to add the pin configurations.

    I would check your pulley size, machine dimensions in software. If they’re doing something like divide by zero it could get wierd. If your pen is at the home position and you travel up 300 you’ll see the motors reverse direction because they get confused – the pen can’t actually travel there and in the math the sign of one number flips to to negative, which reverses the motor direction.

    in reply to: Feedrate #11585
    Dan
    Keymaster

    I have no experience with such low feed rates. If you set the feed rate

    G1 F5

    and then ask for the current feedrate

    M114

    Does it say feedrate=5? What is the minimum feedrate allowed in your firmware?

    in reply to: First command goes forever #11584
    Dan
    Keymaster

    what about your pulley size? if it’s zero that might cause turning forever.

    in reply to: manual driving don't stop #11490
    Dan
    Keymaster

    Look for EEPROM_VERSION

    in reply to: Generate Art Command #11449
    Dan
    Keymaster

    In running it here I get a dialog with preview pictures of each generator.
    It takes a moment to load as it searches for all the generators available.

    in reply to: manual driving don't stop #11429
    Dan
    Keymaster

    What Makelangelo hardware version are you using? 2? 3?

    I will try a test here on our machines to repeat what you are seeing.

    in reply to: Help makelangelo with ramps #11387
    Dan
    Keymaster

    You’d probably need to poke the firmware to tell it there are 4 lines instead of 2.

    While LCD panels *look* the same, the way they turn signals into pictures can be very very different. So… only testing will tell.

    in reply to: Help makelangelo with ramps #11372
    Dan
    Keymaster

    I’ve never used that controller so I doubt it is supported. As you can see, no one saved me a head of hair. Pay it forward! 🙂

    If you were to send in a pull request to add support we would include it and add you to the makelangelo “about” dialog as a contributor.

    in reply to: Troubles with understanding of MDB sniffer #11363
    Dan
    Keymaster

    you already know your method won’t work.

    You can’t drop the correct item. There is no way in MDB to say “drop item X”. you can only put or remove $X credit on the machine.

    in reply to: Wrong distances #11359
    Dan
    Keymaster

    ‘custom hardware’ is a new feature. maybe there’s a bug in the code.

    your stepper motors may be 200 step per turn instead of our 400. Also the latest firmware will report back “D10 [hardware version]”. If your hardware version is set to 2 or 3 then the software will lock down that choice. For a custom machine you want to reply to a D10 with “D10 V0”, so the software knows it is a custom machine.

    in reply to: Help makelangelo with ramps #11358
    Dan
    Keymaster

    collect2.exe: fatal error: cannot find ‘ld’

    is your real problem. I don’t know where that’s coming from. never seen it before.
    The only mention I find online says “try reinstalling arduino IDE”.

    in reply to: 200-step stepper motor speed control #11340
    Dan
    Keymaster

    makelangelo-firmware is not officially supported on mega or ramps. we use a RUMBA board which is very similar to a mega. Very likely the pin settings are slightly different.

    Dan
    Keymaster

    the third image is caused by the first image. maven doesn’t seem to be able to update your dependencies, so it can’t find jssc, so it can’t find SerialPortEventListener, so it can’t compile.

    I’m not familiar with the maven error. Maybe this will help? http://stackoverflow.com/questions/12533885/could-not-calculate-build-plan-plugin-org-apache-maven-pluginsmaven-resources

    in reply to: Inifinite first motion #11299
    Dan
    Keymaster

    Yes. Something I can’t see from here.

    in reply to: No custom papersize possible #11296
    Dan
    Keymaster

    Hi Simon,

    I know what the problem is and I’ve attempted a fix. Can you build from the nightly test version and check that it works?

    Instructions are here: https://github.com/MarginallyClever/Makelangelo-software/wiki

    Dan
    Keymaster

    My first guess is something wrong with baud rate. My second is some kind of UTF8/ANSII problem (maybe german font settings are messing with Arduino?)

    in reply to: Error with foreign languages #11274
    Dan
    Keymaster

    I have written a unit test that makes sure FR and US number formats work as expected. I won’t feel totally confident it works for you until you try it.

    in reply to: Error with foreign languages #11273
    Dan
    Keymaster

    I am trying this. Are you using a comma instead of a period?

    in reply to: No custom papersize possible #11272
    Dan
    Keymaster

    Simon, are you putting in dimensions that have a comman (,) instead of a decimal (.) ?

    in reply to: Error with foreign languages #11264
    Dan
    Keymaster

    please try

    cd script
    ./callmavenwrapper

    instead of

    cd script
    ./bootstrap

    and post your results.

    in reply to: Inifinite first motion #11262
    Dan
    Keymaster

    Yeah, I don’t see anything wrong here. 🙁

Viewing 25 posts - 776 through 800 (of 1,021 total)