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

Are changes needed to Start and End Gcode in CuraLE? #17

Open
b-morgan opened this issue May 8, 2020 · 1 comment
Open

Are changes needed to Start and End Gcode in CuraLE? #17

b-morgan opened this issue May 8, 2020 · 1 comment

Comments

@b-morgan
Copy link

b-morgan commented May 8, 2020

Description

Looking at the commit for v2.0.0.1rc15 I notice the #define below. CuraLE printer definitions have Start and End GCode defined. The start includes commands for wiping (on the TAZ 6 and I assume others). How is the WIPE_SEQUENCE_COMMANDS define below used? What changes should be made in the CuraLE definitions?

Additional Information

#define WIPE_SEQUENCE_COMMANDS "M117 Hot end heating...\nM104 S170\nG28 O1\nM117 Wiping nozzle\nT0\nG1 X115 Y175 Z10 F4000\nM109 R170\nG1 Z1\nM114\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 Z15\nM400\nM106 S255\nG0 X0.0 Y168.8M109 R160\nM107" // <-- changed

@marciot
Copy link
Collaborator

marciot commented May 8, 2020

I would try it with the existing start GCODE. The wipe locations might shift by a little bit, but hopefully not enough to be a problem. Let me know if you find otherwise.

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