-
Notifications
You must be signed in to change notification settings - Fork 37
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
There is no way to change the print head auto-home Gcode #31
Comments
Pilson66
changed the title
There is no way to change the print head auto-parking code
There is no way to change the print head auto-home code
Jan 28, 2020
Pilson66
changed the title
There is no way to change the print head auto-home code
There is no way to change the print head auto-home Gcode
Jan 28, 2020
1.MOTION
The order of Home of XYZ can be set in marlin.
https://github.com/MarlinFirmware/Marlin/blob/e6a37ba2a05131873b4b1d1f2b6b2697c388f944/Marlin/Configuration_adv.h
LINE 593: //#define HOME_Y_BEFORE_X
2.MOTION "Pause/Stop/Resume"
Please try it on UIEditor: UI -> Custom Button -> Event Trigger
Best Regards
LoomingXu
…------------------ 原始邮件 ------------------
发件人: "Vadym Pylypenko"<[email protected]>;
发送时间: 2020年1月28日(星期二) 晚上10:53
收件人: "miblooming/JZ-TS24-2"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [miblooming/JZ-TS24-2] There is no way to change the print head auto-parking code (#31)
I found that there is no way to change the print head auto-parking code.
I tried to do this this in "GCODE" page, GcodeID = 8031, and I changed the line to mine (I need this workaround for some reason):
Before:
G28 X0 Y0 Z0
After:
G28 X0
G28 Y0
G28 Z0
And after assembling the firmware, I found out that this code is not being called. Instead, the old code is called.
After that, Ive go to page "MOTION", and found that the block of movements along the axes, and the auto-home button do not have their own separate elements, and are made as one large picture, without the possibility of modifying each of these elements separately.
Can this bug be fixed? Or at least add out the GcodeID, in which can edit the Gcode for autohome?
Also, where can I edit the "Pause/Stop/Resume" Gcode ? It also need for some reason, related to the sad "feature" of my printer. (It need to disable stealthchop during print, and enable stealthchop at pause/stop/resume, before the display sends an auto-home command to the printer.).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that there is no way to change the print head auto-parking code.
I tried to do this this in "GCODE" page, GcodeID = 8031, and I changed the line to mine (I need this workaround for some reason):
Before:
G28 X0 Y0 Z0
After:
G28 X0
G28 Y0
G28 Z0
And after assembling the firmware, I found out that this code is not being called. Instead, the old code is called.
After that, I`ve go to page "MOTION", and found that the block of movements along the axes, and the auto-home button do not have their own separate elements, and are made as one large picture, without the possibility of modifying each of these elements separately.
Can this issue be fixed? Or at least add out the GcodeID, in which can edit the Gcode for auto-home?
Also, where can I edit the "Pause/Stop/Resume" Gcode ? It also need for some reason, related to the sad "feature" of my printer. (It need to disable stealthchop during print, and enable stealthchop at pause/stop/resume, before the display sends an auto-home command to the printer.).
The text was updated successfully, but these errors were encountered: