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

Extend ABORT_ON_ENDSTOP_HIT to USB-printing #11

Closed
wants to merge 1 commit into from

Conversation

AnHardt
Copy link
Owner

@AnHardt AnHardt commented Nov 27, 2015

Added configurable option ABORT_ON_ENDSTOP_HIT_INIT to activate the feature at boot time.
Changes some descriptive text.
Cleaned up the use of enable_endstops() in homeaxis().
Changed the initialisation of abort_on_endstop_hit to relate on ABORT_ON_ENDSTOP_HIT_INIT.
Changed checkHitEndstops() to
throw an ERROR instead of an ECHO when ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED.
Send "X=" instead of "X:" also for Y,Z and probe to make the output not readable by Repetier Host.

Abort all printing when ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED. Therefor the already existent feature for sd-printing was extended.

To come out of the look send M999.

@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch 3 times, most recently from 8defb0e to 83629da Compare December 1, 2015 18:00
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch from 83629da to dcc190b Compare December 8, 2015 23:39
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch from dcc190b to 2b307a2 Compare March 10, 2016 16:05
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch 2 times, most recently from 0996c40 to 16e35d9 Compare March 24, 2016 15:37
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch 6 times, most recently from fa81e54 to 0ef1cd6 Compare May 24, 2016 21:39
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch 3 times, most recently from 60df7eb to ececdf4 Compare June 3, 2016 22:21
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch from ececdf4 to 251fd85 Compare June 7, 2016 01:45
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch 4 times, most recently from 7d2e097 to e4b83e3 Compare June 22, 2016 07:51
@AnHardt AnHardt force-pushed the lock-after-h-endstop-hit branch 2 times, most recently from 1279d41 to 8113cac Compare July 8, 2016 15:45
Added configurable option DEFAULT_ABORT_ON_ENDSTOP_HIT to activate the feature at boot time.
Changes some descriptive text.
Cleaned up the use of endstops.enable() in homeaxis(). Switching off for moving away isn't needed.
Changed the initialisation of abort_on_endstop_hit to relate on DEFAUL_ABORT_ON_ENDSTOP_HIT.
Changed checkHitEndstops() to
throw an ERROR instead of an ECHO when ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED.
Send "X=" instead of "X:" also for Y,Z and probe to make the output uninterpretable for RepetierHost.

Abort all printing when ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED. Therefor the already existent feature for sd-printing was extended.

To come out of the look send M999.

# Conflicts:
#	Marlin/endstops.cpp
@AnHardt AnHardt closed this Nov 1, 2017
@AnHardt AnHardt deleted the lock-after-h-endstop-hit branch November 1, 2017 23:32
AnHardt pushed a commit that referenced this pull request Aug 25, 2019
# 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
AnHardt pushed a commit that referenced this pull request Aug 25, 2019
* # 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

Successfully merging this pull request may close these issues.

1 participant