GithubHelp home page GithubHelp logo

Makefile of Marlin build about smartrap HOT 5 OPEN

smartfriendz avatar smartfriendz commented on July 29, 2024
Makefile of Marlin build

from smartrap.

Comments (5)

smartfriendz avatar smartfriendz commented on July 29, 2024

Hi Martin,

That sounds strange to me , as i use this directory on my computer for 3 months now ? It works very well here.
Also, I know people are getting it and compile with it and i never had a complain about it.

I'm on a mac, so maybe some files are not going to github ? I've never checked by getting all from github to a new directory and try to compile .

Thank you for your proposition. It is of course very great if i can be sure everyone has a well working version.

Serge

from smartrap.

martin-pr avatar martin-pr commented on July 29, 2024

I am on Linux, so maybe that is the difference?

It seems that the calls to $(OBJCOPY) are not in quotes, are not well escaped, and use absolute paths. Therefore, the directory name "marlin autolevel no servo" causes them to fail. Just changing the spaces to underscores "fixes" the issue.

The other problem was the line "HARDWARE_MOTHERBOARD ?= 11", which should be changed to value 33, to reflect the Configuration.h file. This file contains these lines:

#ifndef MOTHERBOARD
#define MOTHERBOARD 33
#endif

and line 336 of the Makefile contains:

CTUNING += -DMOTHERBOARD=${HARDWARE_MOTHERBOARD}

This means that the value from the Makefile will be used preferably, not the one from the Configuration.h .

The mac-specific paths are not a problem, just a small detail. I have a tendency of expecting the makefiles to work on linux as-they-are :) sorry...

Martin

from smartrap.

smartfriendz avatar smartfriendz commented on July 29, 2024

mother board=11 ? ok, i think it's really my mistake. Thank you for this feedback. I must have mixed two versions locally.
If you already did the changes, i will put them on here ? thank you very much.

Serge

from smartrap.

martin-pr avatar martin-pr commented on July 29, 2024

Yup, I'll make a pull request tonight. It is really just a few small changes.

Thanks!
Martin

from smartrap.

smartfriendz avatar smartfriendz commented on July 29, 2024

Hi Martin,

Thank you . I will check that and integrate . I'm happy you did it . I was
really late with all the production here.

Someone on the forum ( celljeff
http://forums.reprap.org/read.php?344,383028,384311#msg-384311) did a nice
implementation of XY compensation. I will try to implement it as M556 gcode
like reprappro did with the omerod and like it is written in reprap.org .

I find it a good addition.

Best regards,

Serge

2014-07-15 16:09 GMT+02:00 Martin Prazak [email protected]:

Yup, I'll make a pull request tonight. It is really just a few small
changes.

Thanks!
Martin


Reply to this email directly or view it on GitHub
#5 (comment).

Serge
Smartfriendz

Forum http://repraptalk.smartfriendz.com support
Github https://github.com/smartfriendz/smartrap sources
Thingiverse http://www.thingiverse.com/thing:177256 open repo

from smartrap.

Related Issues (9)

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.