-
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
Problem Autogenerating PrinterConfig #20
Comments
For some printers running a Klipper firmware limited by the manufacturer, the configuration cannot be retrieved via IP. Attached is the modified file based on your printer's configuration. Let me know if you need more information. Best regards, |
Thankyou, you got it working for me. I'm getting some crazy overhang and detail performance on small features while retaining fast print speeds Damn good job man!!! Update: after some more dialing in I'm getting substantially quicker print times and substantially improved quality all-round (as I can afford to set lower minimum layer times before slowing print speed due to the adaptive print temps) |
Congratulations, don't forget to give a star to the Github project. Happy Smart 3D Printing. |
just one extra query. |
This is normal because the script adjusts the temperature based on the average flow rate (the blue curve), even if some moves can reach the maximum flow. However, due to acceleration variations, the average would be lower. Let me know if you need further. |
Ok, so its because the printer's start and end of each layer is at 0mm/s/ and that the printer has to spend time accelerating from this point? |
Not exactly, this is caused during acceleration for each line. |
Printer: QIDI X-MAX 3 (klipper based)
Slicer: OrcaSlicer
Issue: I load my printer config file from my printer using its IP address, and a message pops up saying file is saved however the contents of the config to JSON file do not update, and the date modified of the file also indicates that no changes actually saved.
I have manually looked through the config file of my printer (search "[printer]" within the provided .txt) and some terms listed within the json file are labelled differently within my printer config file. is this possibly the issue? I attempted to manually edit the terms and associated values within the json file which I probably did wrong however this didn't appear to help.
printer.txt
Please advise me on how to solve this issue.
The text was updated successfully, but these errors were encountered: