-
Notifications
You must be signed in to change notification settings - Fork 11
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
incorrectly set temperatures for T0 and T1 #253
Comments
I have no experience with multi-extruder printers but if you provide a simple project file that shows the problem, I will investigate. |
Hello. I made a mistake. I was trying to create a post proccessing script for conditional dual purge lines for my dual extruder printer yesterday and I must have accidently switched to another version of Cura while testing. The behaviour described is not present in your version. Sorry =). It seems to me that in order to make such a post proccesing script work in your fork, one would need a few more data points in the generated gcode. Cura 5.7 presents those data points but unfortunately has the described behaviour above =D I'm reffering to these: Would it be possible to add that functionality? |
Sounds easy enough. Can you provide me with an example of gcode that shows exactly what you are expecting to see. Just a few lines is sufficient. Thanks. |
Sure! Cura 5.7 does not present the standby temp unfortunately, but it does present the printing temperature and other data like this: ;Header Start In your fork, the temperatures are presented at the bottom, but there is nothing that specifies wich extruder is wich.. Best regards |
I can't find where the above data is generated in the UM source. Could it be being generated by a plugin? |
I found where that data is coming from, it's the snapmaker plugin. |
Ah I see, sorry about that =) After deleting the plugin, there is less data in generated gcode. The remaining data looks like this: ;FLAVOR:Marlin So at least there is one "normal setting" left (layer height). =) |
I've started working on getting the temperatures output, here's an example (single extruder used)...
Do you need the lines in a particular place or require any header or footer around them? |
It looks good as it is. I (chat gpt) can adapt to the situation. The only potential problem I can think of is that if the printer has 2 extruders but only 1 is used. What will be outputted? Preferably in such scenario, only the used extruder setting should be outputted.. I don't do much coding myself, but I have found that chat GPT, if given well explained descriptions of intended functionality, parameters, suggested logic and attempts can do wonders. =D |
A datapoint such as "extruders used: 1,2" would solve that problem if it arises.. |
Application version
4.20.21
Platform
WIndows 11
Printer
Custom printer, Snapmaker J1
Reproduction steps
Screenshot(s)
(Image showing the problem, perhaps before/after images.)
Actual results
(What happens after the above steps have been followed.)
Expected results
(What should happen after the above steps have been followed.)
Project file
(For slicing bugs, provide a project which clearly shows the bug, by going to File->Save. For big files you may need to use WeTransfer or similar file sharing sites.)
Log file
(See https://github.com/Ultimaker/Cura#logging-issues to find the log file to upload, or copy a relevant snippet from it.)
Additional information
(Extra information relevant to the issue.)
The text was updated successfully, but these errors were encountered: