Dan

Forum Replies Created

Viewing 25 posts - 451 through 475 (of 1,021 total)
  • Author
    Posts
  • in reply to: Burning Man 2018: Black Rock City Street View #19315
    Dan
    Keymaster

    A John Deere Gator Utility vehicle might be an option. Gas powered instead of electric, much greater range.

    in reply to: Burning Man 2018: Black Rock City Street View #19314
    Dan
    Keymaster

    A RICOH THETA V camera can take 360 degree images for Google Street View. https://theta360.com/en/about/theta/v.html The specs say it can store “Approx. 4,800 photos”. 120km/10m = 12000 images. The simplest solution to take pictures without risking dust on the camera is to get three cameras and fill them to capacity with pictures.

    For privacy reasons all faces, license plates, tattoos, and genitals would be blurred before upload to Street View.

    There are two challenges with the THETA V:

    * it cannot operate at or above 40c.
    * it would require some system to auto-shoot every 10m. The simplest way would be to connect to an odometer on the vehicle.

    in reply to: Burning Man 2018: Black Rock City Street View #19313
    Dan
    Keymaster

    120km is calculated by measuring satellite images of the roads, adding trash fence perimeter, and a bit more.

    The BRC speed limit is 5mph (8kmh), so 120km can be scanned in ~15h. Call it 25h with interruptions. That’s 5h a day of taking turns driving the streets of BRC.

    An electric motorized golf cart, new, is minimum $1500 CAD. The salesperson estimated it can drive 15km on a single charge (2 rounds of golf). That would require two sets of batteries recharging every single day, or 10 sets of batteries. ugh.

    in reply to: Makelangelo, CoreXY, and AxiDraw\4xiDraw #19306
    Dan
    Keymaster

    same guy as who?

    RAMPS is a supported board. Both traditional XY and CoreXY systems are supported in the Makelangelo firmware. So in theory everything is in place, and all you need to do is put the hardware together.

    in reply to: Using an Uno with an Adafruit Motor shield V1 #15782
    Dan
    Keymaster

    Kudos for getting that far. UNO and AMS1 have not been supported for a couple of years now. There are a few threads on the forums about why. Basically, UNO is too weak.

    in reply to: Pause when drawing per SD-Card? #15760
    Dan
    Keymaster

    IIRC you can click the LCD panel and use the pause option. I’ve done this when the pen is drying out.

    You cannot connect via USB to the makelangelo while it is running. Well, you CAN but it will reboot the robot. this is a problem with ALL arduino-based devices.

    Assuming you are already connected while running the robot… I imagine an M226 (pause for user input aka click the button) would do the trick.

    in reply to: Makelangelo Firmware and Stepper Driver Selectin #15759
    Dan
    Keymaster

    Different drivers and dip switch settings would affect the microstepping, which is set in configure.h around line 80

    #define MICROSTEPS (16.0)

    for example, if you have 1/256 microstepping, set the value to 256.

    in reply to: Drawing order svg-files #15758
    Dan
    Keymaster

    Currently, the order of lines drawn from DXF/SVG files is controlled by the software that created those SVG/DXF files. I can see how there might be a way to sort each shape by starting Y value top-down…

    Also please note SVG files probably have a number of shapes that Makelangelo software can’t handle. at the moment it ignores anything that isn’t a path. rectangles, ellipses, and other types of shapes won’t be drawn.

    in reply to: SD-Card /Menu does not work #15737
    Dan
    Keymaster

    It’s hard to see in the photo, but on my boards the red stripe is on the right where it touches the RUMBA board, and also on the right where it touches the LCD.

    in reply to: SD-Card /Menu does not work #15732
    Dan
    Keymaster

    Here is a picture on the BIQU site

    BIQU Rumba For 3D printer motherboard rumba MPU RUMBA optimized version control Board with 6pcs A4988 Stepper Driver

    Still doesn’t look like your board. The CPU is missing on the left side of your board. All our units are tested before shipping. Please send me a clear photo of your board, front and back.

    in reply to: SD-Card /Menu does not work #15730
    Dan
    Keymaster

    Please send me a clear photo of the control board. So far it does not look like a RUMBA board, which is the only model we use.

    http://reprap.org/mediawiki/images/thumb/1/17/Rumba4.jpg/500px-Rumba4.jpg

    This is a rumba board. Notice the differences on the left hand side.

    in reply to: SD-Card /Menu does not work #15728
    Dan
    Keymaster

    What is that control board? Make and model, please. The circuits in that board are unknown, which means the behavior is unknown.

    Also please where did you get this machine?

    in reply to: Zarplotter 4-motor drawing machine #15723
    Dan
    Keymaster

    @vladimir My 40th birthday is coming up. For me time > money.

    in reply to: SD-Card /Menu does not work #15714
    Dan
    Keymaster

    What is that control board?! There’s the problem – it probably has a different pin configuration from the RUMBA.

    in reply to: NOT LOADED ANY FILES #15713
    Dan
    Keymaster

    Release 35 is out now. Please try it and report back.

    https://github.com/MarginallyClever/Makelangelo-software/releases/tag/7.15.5

    in reply to: NOT LOADED ANY FILES #15712
    Dan
    Keymaster

    I have found the issue. The settings panel for Boxxy style was missing. I have created a panel with a few variables and am preparing a release now.

    in reply to: Zarplotter 4-motor drawing machine #15711
    Dan
    Keymaster

    I’ve never played with this shield.

    IN THEORY I would make a new file boardName.h, probably a copy of some other board.h, then change the values inside to match the new board.

    HOWEVER UNO is not supported in the current firmware because it doesn’t have enough internal clocks to do all the work. It could do a really half-assed job of starting and stopping between commands, but your drawings would look bad, take much longer, and generally be more disappointing, for a lot of code maintenance headache. Bad return on investment.

    Having said that, it’s only because I’m one guy. If you want to maintain support for the board, please be my guest. Send me a pull request any time.

    in reply to: SD-Card /Menu does not work #15700
    Dan
    Keymaster

    Rotating the knob reboots the robot? I’ve never heard of that before! Maybe try a different power supply? The kit ships with a 12v2a supply. there is nothing wrong with getting 12v and more than 2 amps. Try a 12v3a supply, maybe that will help.

    in reply to: SD-Card /Menu does not work #15698
    Dan
    Keymaster

    First I would try a different USB cable. bad cable can often lead to mid-print disconnect.

    If you can’t access the menu at all then the button may be broken.

    First thing I’d do is replace the USB cable. Then I would make extra certain the button does/does not work. if it does not work, I would look at replacing just the screen.

    in reply to: SD-Card /Menu does not work #15687
    Dan
    Keymaster

    It looks like you are using an older version of the firmware. Please update to the latest and let me know if that helps.

    in reply to: GcodeCNCDemo (2-axis) Help #15671
    Dan
    Keymaster

    swap-1.0.9, whatever library that is, has your problem. maybe remove that library? Update it?

    in reply to: DIY Makelangelo hanging after start. #15669
    Dan
    Keymaster

    M226 is “wait for user input”. it’s waiting for you to click the button on the LCD panel. If you do not have an LCD panel you should rebuild the firmware with HAS_LCD undefined.

    in reply to: NOT LOADED ANY FILES #15668
    Dan
    Keymaster

    does it happen in the latest version, 7.15.4? https://github.com/MarginallyClever/Makelangelo-software/releases

    in reply to: Old Hardware new Software #15666
    Dan
    Keymaster

    I don’t write code support for the adafruit motor shield boards any more. If you’d like to make a pull request that adds support to Makelangelo-firmware, I will include it.

    in reply to: GcodeCNCDemo (2-axis) Help #15665
    Dan
    Keymaster

    I’ve never heard of storage.h. which library says it needs the file? what is the complete error message?

Viewing 25 posts - 451 through 475 (of 1,021 total)