Git Product home page Git Product logo

Comments (2)

giseburt avatar giseburt commented on May 27, 2024

Alas, this is a result of the default settings. See https://github.com/synthetos/g2/blob/master/TinyG2/settings/settings_default.h

The biggest problem is that the motors are mapped wrong for the gShield. X maps to motor 4, which isn't even available on the shield. It maps "X" (as on the silk screen) -> A, "Y" to Z, "Z" -> Y, "motor 4" (which isn't on the gShield) -> X, and "motor 5" (also not on the shield) -> B.

These really should be changed. These setting can all be changed in runtime, but the Due doesn't have an EEPROM so it cannot save those changes between resets.

You can also choose a different settings file at compile time with adding SETTINGS_FILE=settings.xyz.h on the make command line. I would suggest using settings_shapeoko375.h as a more reasonable default. You can copy that file and tweak the settings as well to make your own custom settings. Please note that the shapeoko can more rather fast, and the set speeds and jerk values may be too high for many machines.

-Rob

PS: I marked it as a "Question" due to the nature of the request. However, I also marked it a "Bug" since, IMO, it should not be this way, and can be marked as fixed once it's adjusted.

from g2.

giseburt avatar giseburt commented on May 27, 2024

This is fixed in the edge branch, commit e82b3e7.

-Rob

from g2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.