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

Compilation error in e_homing branch #4

Closed
nosleduc opened this issue Jun 9, 2019 · 1 comment
Closed

Compilation error in e_homing branch #4

nosleduc opened this issue Jun 9, 2019 · 1 comment

Comments

@nosleduc
Copy link

nosleduc commented Jun 9, 2019

I'm using e_homing branch and when I'm compiling I get the following error
sketch/src/module/../inc/../HAL/HAL_AVR/fastio_AVR.h:81:35: error: 'DIOE_STOP_PIN_DDR' was not declared in this scope

I have enabled E_AXIS_HOMING USE_EMIN_PLUG in configuration.h and E_MIN_PIN in pins_RAMPS.H

Do you have an idea ?

@nosleduc
Copy link
Author

nosleduc commented Jun 9, 2019

I succeeded to solve my problem.

For information you have the following errors by default

WHEN E_AXIS_HOMING is not enabled you have the following error:
sketch/src/module/motion.cpp:1042:27: error: 'ee' was not declared in this scope
if (xx || yy || zz || ee) {
^
When E_AXIS_HOMING is enabled, you have the following errors:

sketch/src/module/motion.cpp:175:53: error: expected ';' before ')' token
SERIAL_ECHOPAIR(" E:", current_position[E_AXIS]));

in the endstops.cpp file, you need to add a semicolon

 #if ENABLED(E_AXIS_HOMING)
      ENDSTOP_HIT_TEST(E,'E')
 #endif
                     
```                                ^

@nosleduc nosleduc closed this as completed Jun 9, 2019
DerAndere1 pushed a commit that referenced this issue Jan 14, 2020
# This is the 1st commit message:

Add Support for ADIMLab Granty

# The commit message #2 will be skipped:

# Update Configuration.h

# The commit message #3 will be skipped:

# Add files via upload
#
# Add Support for ADIMLab Granty

# The commit message #4 will be skipped:

# Create Configuration.h

# The commit message #5 will be skipped:

# Delete Configuration.h

# The commit message #6 will be skipped:

# Create Test.h

# The commit message #7 will be skipped:

# Add files via upload

# The commit message #8 will be skipped:

# Delete Test.h

# The commit message #9 will be skipped:

# Delete Configuration.h

# The commit message #10 will be skipped:

# Delete Configuration_adv.h

# The commit message #11 will be skipped:

# Add files via upload
#
# Add ADIMLab Pins

# The commit message #12 will be skipped:

# Add files via upload
#
# Add Bootscreen

# The commit message #13 will be skipped:

# Update Configuration.h
#
# Add Bootscreen

# The commit message #14 will be skipped:

# Update pins.h
#
# Add ADIMLab Board

# The commit message #15 will be skipped:

# Update boards.h
#
# Add ADIMLab Granty

# The commit message #16 will be skipped:

# Update Makefile
#
# Add ADIMLab Granty

# The commit message #17 will be skipped:

# Update boards.h

# The commit message #18 will be skipped:

# Update Makefile
DerAndere1 pushed a commit that referenced this issue Jan 14, 2020
* # This is a combination of 18 commits.
# This is the 1st commit message:

Add Support for ADIMLab Granty

# The commit message #2 will be skipped:

# Update Configuration.h

# The commit message #3 will be skipped:

# Add files via upload
#
# Add Support for ADIMLab Granty

# The commit message #4 will be skipped:

# Create Configuration.h

# The commit message #5 will be skipped:

# Delete Configuration.h

# The commit message #6 will be skipped:

# Create Test.h

# The commit message #7 will be skipped:

# Add files via upload

# The commit message #8 will be skipped:

# Delete Test.h

# The commit message #9 will be skipped:

# Delete Configuration.h

# The commit message #10 will be skipped:

# Delete Configuration_adv.h

# The commit message #11 will be skipped:

# Add files via upload
#
# Add ADIMLab Pins

# The commit message #12 will be skipped:

# Add files via upload
#
# Add Bootscreen

# The commit message #13 will be skipped:

# Update Configuration.h
#
# Add Bootscreen

# The commit message #14 will be skipped:

# Update pins.h
#
# Add ADIMLab Board

# The commit message #15 will be skipped:

# Update boards.h
#
# Add ADIMLab Granty

# The commit message #16 will be skipped:

# Update Makefile
#
# Add ADIMLab Granty

# The commit message #17 will be skipped:

# Update boards.h

# The commit message #18 will be skipped:

# Update Makefile

* Add Support for ADIMLab Granty

* Optimize bootscreen

* Update Makefile

Updated Description

* Update boards.h

Updated Description

* Update pins_HJC2560C_REV2.h

Updated Description

* Update Configuration.h

Added Author + Custom_Machine_Name

* Create _Bootscreen.h

Add Bootscreen

* Add files via upload

Add ADIMLab Granty v1

* Update boards.h

Add ADIMLab Granty v1

* Update Makefile

Add ADIMLab Granty v1

* Update pins_HJC2560C_REV2.h

* Consolidate Granty configs

* config updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant