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

There is no way to change the print head auto-home Gcode #31

Open
Pilson66 opened this issue Jan 28, 2020 · 4 comments
Open

There is no way to change the print head auto-home Gcode #31

Pilson66 opened this issue Jan 28, 2020 · 4 comments

Comments

@Pilson66
Copy link

Pilson66 commented Jan 28, 2020

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.).

@Pilson66 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 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
@miblooming
Copy link
Owner

miblooming commented Feb 2, 2020 via email

@miblooming
Copy link
Owner

TIM20200202122920

@Pilson66
Copy link
Author

Pilson66 commented Feb 2, 2020

What exactly needs to be entered in the "Action" field? I tried to enter the Gcode string and GcodeID, in both cases it reporting about syntax error.
2020-02-02_14-01
2020-02-02_14-02

@miblooming
Copy link
Owner

TI20200203181042

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

No branches or pull requests

2 participants