You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
Can't find the right version library for TMC
so I comment out the TMC2208 in configuration.h
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.
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, selectTMCStepper
and install it.The text was updated successfully, but these errors were encountered: