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

[3.6.0] Corrupted output when using Extruder Start G-code / dual extruder #5094

Open
BigE2 opened this issue Jan 2, 2019 · 0 comments
Open

Comments

@BigE2
Copy link

BigE2 commented Jan 2, 2019

Application Version
3.6.0

Platform
Windows 7

Printer
Vertex K8400 Dual (used as base for FFCP)

Steps to Reproduce
Add the following code as "Extruder Start G-code" to one of the Extruders. I used Extruder 1. Add a file, prepare and slice as normal. For this, I'm using Extruder 1 as the main extruder, and Extruder 2 for support interface material

Example Code
;Extruder 1 Start G-Code***
M104 S180 T1; Cool T1 to intermediate temperature

Actual Results
3�xtruder 1 Start G-Code
M104 S180 T1; Cool T1 to intermediate temperature

Note the first 2 characters turned to garbage. Sometimes it's the first 3 characters, and sometimes an entire line is missing.

Expected results
The code should read
;Extruder 1 Start G-Code
M104 S180 T1; Cool T1 to intermediate temperature

Additional Information
File to produce issue: Whalebone.zip

image
image

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

1 participant