-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compile error on AZTEEG X5 GT- interrupt pins #27
Comments
This is not specific for this Marlin Fork default accelaration should be enabled
|
@kAdonis thanks! your advise worked. However I now have a new error: see below. I don't knwo where to configure Chopper timing or how to disable. I do not remember activating any stealth chop in my settings.... ` Compiling .pioenvs\LPC1768\src\src\module\tool_change.o ^~~~~~~~~~~~~~ |
You also disabled in your Configuration_adv.h: carefully check your configs with a diff-tool against the default configs you are probably wrong in this experimental fork of marlin |
I got it to complie, you were right, my conf advance file did not have the //#define CHOPPER_TIMING { 4, -2, 1}
However, the MARLIN https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x does not have it either.
The only fork that actually has the Chopper Timing in the conf_adv it is the Teemuatlut MASTER https://github.com/teemuatlut/Marlin
Thanks for your help!
Sincerely,
Andres On Thursday, October 25, 2018, 8:03:28 AM EDT, kAdonis <[email protected]> wrote:
You also disabled in your Configuration_adv.h:
//#define CHOPPER_TIMING { 4, -2, 1}
carefully check your configs with a diff-tool against the default configs
you are probably wrong in this experimental fork of marlin
your hardware is supported in main marlin https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I get this compile error. attached are
Marlin.zip
my config file are attached. please advise and help.
Compiling .pioenvs\LPC1768\src\src\module\endstops.o
In file included from Marlin\src\module\endstops.cpp:36:0:
Marlin\src\module../HAL/HAL_LPC1768/endstop_interrupts.h:54:8: error: #error "X_MIN_PIN is not an INTERRUPT capable pin."
#error "X_MIN_PIN is not an INTERRUPT capable pin."
^~~~~
Marlin\src\module../HAL/HAL_LPC1768/endstop_interrupts.h:66:8: error: #error "Y_MIN_PIN is not an INTERRUPT capable pin."
#error "Y_MIN_PIN is not an INTERRUPT capable pin."
^~~~~
Marlin\src\module../HAL/HAL_LPC1768/endstop_interrupts.h:78:8: error: #error "Z_MIN_PIN is not an INTERRUPT capable pin."
#error "Z_MIN_PIN is not an INTERRUPT capable pin."
^~~~~
Marlin\src\module\configuration_store.cpp: In static member function 'static void MarlinSettings::reset(int8_t)':
Marlin\src\module\configuration_store.cpp:1812:26: error: 'DEFAULT_ACCELERATION' was not declared in this scope
planner.acceleration = DEFAULT_ACCELERATION;
^~~~~~~~~~~~~~~~~~~~
Marlin\src\module\configuration_store.cpp:1812:26: note: suggested alternative: 'DEFAULT_MAX_ACCELERATION'
planner.acceleration = DEFAULT_ACCELERATION;
^~~~~~~~~~~~~~~~~~~~
DEFAULT_MAX_ACCELERATION
*** [.pioenvs\LPC1768\src\src\module\configuration_store.o] Error 1
*** [.pioenvs\LPC1768\src\src\module\endstops.o] Error 1
[ERROR] Took 283.60 seconds
Environment LPC1768 [ERROR]
[ERROR] Took 283.61 seconds
The text was updated successfully, but these errors were encountered: