-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature request: Allow setting K values per mesh #28
Comments
”if K could be adjusted in the 'ChangeAtZ' post processing plugin, one could create K towers” |
I have written a python script to do such, specifically for reprap. I changed this from one that was for marlin that i found on thingiverse. The link is included. This is a post processing script. Cura PostProcessingPluginAuthor: Dryw FiltiarnDate: March 01, 2019Description: This plugin will allow you to create calibration GCode fortesting various values for Jerk on marlin-2.0.xthis plugin should be used alongside the attached test modelas can be found on Thingiverse https://www.thingiverse.com/thing:3463159` class LinAdvanceCalibration(Script):
` |
The results from the Marlin calibration pattern don't seem to translate to real world prints, so I'd like to be able to calibrate K by printing an array of test objects, each with a different K.
Alternatively, if K could be adjusted in the 'ChangeAtZ' post processing plugin, one could create K towers similar to what Klipper provides for calibrating pressure advance. I've already made K towers for my printer by hand editing G Code, but other Marlin users might be interested in K arrays or K towers.
The text was updated successfully, but these errors were encountered: