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

Add M428 to set home_offset logically #2001

Merged

Conversation

thinkyhead
Copy link
Member

This is the gcode equivalent of the Set Home Offsets menu command, updated to account for max endstops and to set the offsets based on the "reference point" closest to the current position. Close to a max endstop this will set offsets based on the distance. Close to 0 it will use 0 as the reference point.

  • Also fixes a compile error with mesh bed leveling

- Also move audio feedback into the command
- Added shorthand for `lcd_buzz` availability
thinkyhead added a commit that referenced this pull request Apr 30, 2015
Add M428 to set home_offset logically
@thinkyhead thinkyhead merged commit b12bcd0 into MarlinFirmware:Development Apr 30, 2015
@CONSULitAS
Copy link
Contributor

@thinkyhead nice.
shouldn't the LCD_ALERTMESSAGEPGM(...) be translatable? Perhaps later...

@thinkyhead
Copy link
Member Author

@CONSULitAS Definitely. I'll patch that (and some others) soon.

@thinkyhead thinkyhead deleted the thermal_protection_on branch May 6, 2015 23:24
hberntsen added a commit to hberntsen/Marlin that referenced this pull request Feb 24, 2024
The limits were introduced in
MarlinFirmware#2001 but are too limiting
for our printer. Add option to disable checking the limit because it it
not clear why it needs to be 20 close to the stops.
hberntsen added a commit to hberntsen/Marlin that referenced this pull request Mar 10, 2024
The limits were introduced in
MarlinFirmware#2001 but are too limiting
for our printer. Add option to disable checking the limit because it it
not clear why it needs to be 20 close to the stops.
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.

2 participants