Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation update #4

Open
data-toaster opened this issue Mar 15, 2020 · 2 comments
Open

Documentation update #4

data-toaster opened this issue Mar 15, 2020 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@data-toaster
Copy link

Description

Documentation update

Additional Information

I think it's worth mentioning in the project's README that when compiling the sketch, if you don't have the TMCStepper library enabled in Arduino you will receive an error similar to TMCStepper.h missing.

Install the library via Tools -> Manage Libraries then filter by TMC, select TMCStepper and install it.

@greensky7000
Copy link

Description

Documentation update

Additional Information

I think it's worth mentioning in the project's README that when compiling the sketch, if you don't have the TMCStepper library enabled in Arduino you will receive an error similar to TMCStepper.h missing.

Install the library via Tools -> Manage Libraries then filter by TMC, select TMCStepper and install it.

Really GOOD advice!

@greensky7000
Copy link

greensky7000 commented Sep 3, 2020

Can't find the .hex file that you mentioned as

I provided three different precompiled hex files: One for no modifications on the stepper motor drivers - good for people who didn't touch anything yet, one for boards with TMC2208 installed and where the connectors have been flipped and one with TMC2208 and the connectors in original orientation.

Can't compile the project, when i follow

Download and install Arduino IDE
Clone or download this repo
Browse into the Marlin folder and run Marlin.ino
In the IDE, under Tools -> Board select Genuino Mega 2560 and ATmega2560
Open Marlin.ino in the Marlin directory of this repo
Customize if needed(e.g. motor directions and type at line 559 to 566 and line 857 to 865 in Configuration.h)
In the IDE, select Tools -> Port and select the port.
Click Upload,

Compile errors in Arduino IDE

  1. redefine Macros in pins_TRIGORILLA_14.h
    redefine HEATER_0_PIN in line 100 and 142
    redefine HEATER_BED_PIN in line 102 and 146
    so I delleted them.

  2. Can't find the right version library for TMC
    so I comment out the TMC2208 in configuration.h

  3. Compiler returns Error -1073740791 when linking.
    I tried on win10 and win8 in two different PC, same error in both.

Sorry for my poor english.
Appreciate your project very much.

@coolio986 coolio986 added the documentation Improvements or additions to documentation label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants