-
Notifications
You must be signed in to change notification settings - Fork 9
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
temps are stuck in PLA range. #15
Comments
@Nathan22211 You are supposed to use the lowest temperature for 1mm3/s Flow, and the Highest Temp for you max flow. I remain at your disposal if you need further information. Best reguards, |
I will add a calibration section later, which explains the calibration process with 3 to 5 prints, let me know if you need further information. Best reguards, |
It's just a display bug present in the current version, look at the chart curve instead. The generated G-Code is good. Salim. |
|
ok whelp, somehow the script added this into the code |
Thanks for your feedback, I would like to diagnose this case, could you send me the original and the generated G-Code. Salim. |
An update will be posted in a few hours, which will solve many of your issues. Salim |
I do just not in pascal, I'll look after class.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: BELAYEL Salim ***@***.***>
Sent: Friday, October 4, 2024 8:36:28 AM
To: sb53systems/G-Code-Flow-Temperature-Controller ***@***.***>
Cc: Nathan22211 ***@***.***>; Mention ***@***.***>
Subject: Re: [sb53systems/G-Code-Flow-Temperature-Controller] temps are stuck in PLA range. (Issue #15)
The negative temperature problem needs to be fixed, I'm trying to find its cause.
here is the section of the code that is responsible for the temperature change
image.png (view on web)<https://github.com/user-attachments/assets/4234560a-2a46-4a4d-8bae-a5fba13c1d66>
Please feel free to help me if you have any programming knowledge.
Salim.
—
Reply to this email directly, view it on GitHub<#15 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIM3Y3APHVURK3YF323SLCTZZ2KVZAVCNFSM6AAAAABPKUR5TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJTG4ZDMMJWGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
the only place I can think to look would be probably the getNextTemp math, that seems to be the only thing that can make a negitive. what I'd do is have a check in place to make sure nothing goes below the minimum temp, cus so far it seems there is no check there. |
|
yeah now I'm rather stumped. I'm not too familar with pascal syntax. |
it did only occur once so maybe it was a fluke? I hadn't had it occur again but I'll make sure to save the generated gcode next time it does |
I think I was able to fix this problem here: I was even able to avoid comments added in the same line. |
Could you send me another G-Code File ? |
Here is the new updated file : https://github.com/sb53systems/G-Code-Flow-Temperature-Controller/blob/main/bin/SB53-Systems.exe Salim. |
seems to work better. I will note that my temps can hardly keep up with the constant changes (Rapido v2 HF with CHT extension & nozzle) on my trident even at 15K accel, which is probably low considering it's 48V on the X, Y, and extruder. No clue if using Danger Klipper's MPC is making it worse or not, but it seems this script is more optimized for traditional PID on the extruder than MPC |
Did you use the recommended settings in the Slicer? send me an example of a .3mf file. How much do you rate the result on your printer? |
If the temperature can't keep up, you just need to increase the heat/cool time in the script. Nota that :
|
Also note that this script is not specifically optimized for PID or MPC, you have to experiment yourself, and find the values that suit. I think both are usable. I would be happy if people could share their experiences and settings, so that others can learn from them. I remain available to everyone if needed. Salim. |
it seems the modified gcode doesn't account for nor offset for the minimum temp set in the slicer or the post-processor. I have the range set from 245-280 C and it's going down to 196C
LMK if it's an error on my part, I may be doing something wrong within orca slicer that causes this
The text was updated successfully, but these errors were encountered: