-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feedback for V1.1.0rc1 #134
Comments
Weird behavior... I don't know if it happened under previous versions or not. Very large file. Went crazy, speed wise, first layer. It was set to 20 mm/s for first layers, but started slow, then suddenly kicked up to what looked like 150 mm/s or so, causing massive failures in bed adhesion. Tried it twice, re-processed the file twice, did it consistently. Original file prints normally. Zip archive contains both original and processed file. May take a while to upload once I post, as even the zip archive is over 128 MB https://www.dropbox.com/s/sjpxljai0zzcch2/Birdhouse%20gcode%20files.zip |
@KenLucke, can you create a separate issue for this and include the terminal output for the first layer? I'm looking at the file right now in simplify 3d, and the first layer looks like it should be printing at between 300 and 1170mm/min: It could be that some overrun happened since G2/G3 can be longer commands than G0/G1 (I have seen this before, but thought it was solved), and the max gcode length in your firmware may have kicked in. |
I can create the issue separately, but as it's in the middle of a 6 day print, the terminal output will have to wait :) |
When OctoPrint is starting up (or switching to "Operational" after a finished print), a "M115" followed by "G2" is issued (I guess this is in order to detect firmware features), resulting in an error entry:
|
Klipper doesn't support relative mode when using arcs!?? That's unexpected. What version of Klipper? |
@DBa2016, I did locate the code that is generating that message and have submitted a feature request for adding G2/G3 relative move support. I'll have to update the firmware checker to handle this error gracefully and to report the issue to the user. This is a good find, and one that needs to be handled. Thank you! |
Ok, @DBa2016, I decided to close the issue I created in the Klipper github. They are EXTREMELY strict with everything, and completely disallow all feature requests. Since this, strictly speaking, is not a bug, my post violated their submission guidelines. I read their 'first time poster' link, but didn't notice this (I can't see it anymore, so I cannot verify if I missed it, or if it wasn't there). I understand completely why they handle their issues and discord like this. I get 'flooded' with tech support 'issues' and stuff myself, and it reduces the usefulness overall. However, it does make me far less likely to dig in and actually fix this shortcoming by submitting a pull request. I did submit a question on their discord. Edits: Got a response from their dev saying I should reopen and submit a PR. Excellent. |
I remember when I tried to move by an arc in my laser cutter gcode (same printer, just a different tool mounted to the head), the arc drawn was completely unexpected. My conclusion at that time was that the step calculation within Klipper got mislead by having relative movement switched on somehow. Being a lazy person, I circumvented this by switching to absolute movement before issuing G2 commands :) |
K, thank you SO MUCH folks! New feedback thread here for V1.1.0rc2. One major bug was fixed, one minor bug, and one enhancement has been added. Were it not for the large issue, I would have promoted this release. Newlines between gcodes that were converted to arcs were causing problems. Rare issue, but not good. I'd appreciate any testing and feedback you can provide. I REALLY want to push the firmware checker out there because disabled G2/G3 is haunting my dreams, lol! |
As usual, all feedback regarding v1.1.0rc1 is welcome here! I'm interested in what you love, what you hate, what you think is missing, or any general feedback, including just a message saying it installed properly and is working as expected. The more feedback I get, and the better it is, the faster I will push out v1.1.0 for public consumption. THANK YOU so much for taking the time to stop by!
The text was updated successfully, but these errors were encountered: