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
2.2.0
Windows
Windows 11
No response
Creality K2 Plus
Open the Creality K2 plus printer profile Machine G-code Scroll down to "Change Filament G-code"
The change Filament G-code is blank for this printer, this results in a filament clog when trying to print a sliced object with color changes present.
Adding the following G code resolves the issue, this is taken from Creality's own slicer
"G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift G1 X0 Y245 F30000 G1 Z{z_after_toolchange} F600"
If the filament G-Code is not present it will result in a filament clog when trying to print an object with color changes present.
The Filament G-code would be present in the default profile available for the printer.
N/A for this issue is it is present in the default profile for the Creality K2 plus.
no.
The text was updated successfully, but these errors were encountered:
PR addressing this has been created at #7713
Sorry, something went wrong.
This should be resolved now that the PR has been merged. going to close it out.
No branches or pull requests
Is there an existing issue for this problem?
OrcaSlicer Version
2.2.0
Operating System (OS)
Windows
OS Version
Windows 11
Additional system information
No response
Printer
Creality K2 Plus
How to reproduce
Open the Creality K2 plus printer profile
Machine G-code
Scroll down to "Change Filament G-code"
The change Filament G-code is blank for this printer, this results in a filament clog when trying to print a sliced object with color changes present.
Adding the following G code resolves the issue, this is taken from Creality's own slicer
"G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift
G1 X0 Y245 F30000
G1 Z{z_after_toolchange} F600"
Actual results
If the filament G-Code is not present it will result in a filament clog when trying to print an object with color changes present.
Expected results
The Filament G-code would be present in the default profile available for the printer.
Project file & Debug log uploads
N/A for this issue is it is present in the default profile for the Creality K2 plus.
Checklist of files to include
Anything else?
no.
The text was updated successfully, but these errors were encountered: