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

DELTA_CALIBRATION_MENU should be used DELTA_PRINTABLE_RADIUS #1869

Closed
lcfm1 opened this issue Apr 8, 2015 · 2 comments
Closed

DELTA_CALIBRATION_MENU should be used DELTA_PRINTABLE_RADIUS #1869

lcfm1 opened this issue Apr 8, 2015 · 2 comments
Labels
Needs: Work More work is needed T: Feature Request Features requested by users.

Comments

@lcfm1
Copy link
Contributor

lcfm1 commented Apr 8, 2015

i think some param need to be replaced with DELTA_PRINTABLE_RADIUS

in ultralcd.cpp

{
START_MENU();
MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28"));
MENU_ITEM(gcode, MSG_DELTA_CALIBRATE_X, PSTR("G0 F8000 X-77.94 Y-45 Z0"));
MENU_ITEM(gcode, MSG_DELTA_CALIBRATE_Y, PSTR("G0 F8000 X77.94 Y-45 Z0"));
MENU_ITEM(gcode, MSG_DELTA_CALIBRATE_Z, PSTR("G0 F8000 X0 Y90 Z0"));
MENU_ITEM(gcode, MSG_DELTA_CALIBRATE_CENTER, PSTR("G0 F8000 X0 Y0 Z0"));
END_MENU();
}

similarly
in configuration.h

#define X_MIN_POS -DELTA_PRINTABLE_RADIUS
#define Y_MIN_POS -DELTA_PRINTABLE_RADIUS
@thinkyhead thinkyhead added T: Feature Request Features requested by users. Needs: Work More work is needed labels Apr 9, 2015
@boelle boelle added this to the Feature Requests Round 7 milestone Jun 29, 2015
@thinkyhead
Copy link
Member

thinkyhead@f18d3f4

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs: Work More work is needed T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

3 participants