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

[1.1.x] Fix NO_MOTION_BEFORE_HOMING unwanted behaviour #8177

Merged
merged 4 commits into from Oct 31, 2017
Merged

[1.1.x] Fix NO_MOTION_BEFORE_HOMING unwanted behaviour #8177

merged 4 commits into from Oct 31, 2017

Conversation

GMagician
Copy link
Contributor

NO_MOTION_BEFORE_HOMING should prevent XYZ movements only when homing is not done.
E axes should be allowed

GMagician and others added 3 commits October 30, 2017 23:17
NO_MOTION_BEFORE_HOMING should prevent XYZ movements only when homing is not done.
E axes should be allowed
@thinkyhead thinkyhead merged commit 15be1cb into MarlinFirmware:bugfix-1.1.x Oct 31, 2017
Copy link
Contributor Author

@GMagician GMagician left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thinkyhead that's not the solution I intended to realize.
Option should prevent moving XYZ when they are not all homed. With your solution once one of them is homed it can be moved!

@GMagician GMagician deleted the 1.1.x-addressing-#8127 branch October 31, 2017 16:58
MoellerDi added a commit to MoellerDi/Marlin that referenced this pull request Nov 27, 2017
… into bugfix-1.1.x-HD-CR10

* 'bugfix-1.1.x' of https://github.com/MarlinFirmware/Marlin:
  Only show custom bootscreen once
  [1.1.x] Fix NO_MOTION_BEFORE_HOMING unwanted behaviour (MarlinFirmware#8177)
  Kinematic clamp_to_software_endstops
  Fix for MAX_VFAT_ENTRIES sanity check
  The plural of 'axis' is 'axes'
  Tweak to QUICK_HOME comment
  No hacks needed for SD_REPRINT_LAST_SELECTED_FILE
  Tweak for soft endstops
  Update LCD draw condition
  Cleanups for SD_REPRINT_LAST_SELECTED_FILE
  Include time scale in some planner vars
  Add a hidden 8s watchdog option for easier debugging
  Add mfup to mfpub for safety
  Provide a default SERVO0_PIN for Anet 1.0
  Followup to MarlinFirmware#8123 - to match 2.0.x changes

# Conflicts:
#	Marlin/Configuration_adv.h
mtm88001 pushed a commit to mtm88001/Marlin that referenced this pull request Dec 9, 2017
…e#8177)

* [1.1.x] Fix NO_MOTION_BEFORE_HOMING unwanted behaviour

NO_MOTION_BEFORE_HOMING should prevent XYZ movements only when homing is not done.
E axes should be allowed

* Update Marlin_main.cpp

* Update Marlin_main.cpp

* Update Marlin_main.cpp
damicreabox pushed a commit to damicreabox/Marlin that referenced this pull request Sep 14, 2018
…e#8177)

* [1.1.x] Fix NO_MOTION_BEFORE_HOMING unwanted behaviour

NO_MOTION_BEFORE_HOMING should prevent XYZ movements only when homing is not done.
E axes should be allowed

* Update Marlin_main.cpp

* Update Marlin_main.cpp

* Update Marlin_main.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants