We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
You can add a ;pen up + G0 X0 Y0 at the end.
Sorry, something went wrong.
yes, i understand but ->where<- should i write your commands? There is no "gcode file" - i work with the GUI from the extension :(
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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: