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

Homing #23

Open
BerndNeuhauser opened this issue Apr 24, 2021 · 3 comments
Open

Homing #23

BerndNeuhauser opened this issue Apr 24, 2021 · 3 comments

Comments

@BerndNeuhauser
Copy link

I want the plotter to go to its home position after each print. is thera a way to do this?

So is there an option to put the grbl command at end of each internally generated gcode?

@misan
Copy link

misan commented Apr 24, 2021

You can add a
;pen up +
G0 X0 Y0
at the end.

@BerndNeuhauser
Copy link
Author

You can add a
;pen up +
G0 X0 Y0
at the end.

yes, i understand but ->where<- should i write your commands? There is no "gcode file" - i work with the GUI from the extension :(

@misan
Copy link

misan commented May 11, 2021

You can add a line after https://github.com/bullestock/4xidraw/blob/master/inkscape%20driver/grbl_serial.py#L122

    self.write('G0 X0 Y0\r') # also within the if above

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