filament_pressure.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Pressure Advance Calibration</title>
  6. </head>
  7. <body>
  8. <table width="100%">
  9. <tbody>
  10. <tr>
  11. <td style="text-align: center;">
  12. <h1>Pressure/Linear Advance</h1>
  13. </td>
  14. </tr>
  15. <tr>
  16. <td style="text-align: right;"><strong>
  17. <table><tr><td>Needs:</td>
  18. <td style="text-align: left;">Bed Leveling and Layer Squish to be perfect</td></tr>
  19. </table>
  20. </strong>
  21. </tr>
  22. </tbody>
  23. </table>
  24. <p><strong>this test is still in development, beta should work "ok" for now though.this page will be get updated along with it :)<br> your current print settings will need to be saved before clicking "generate" since it uses the saved values to create the model</strong></p>
  25. <p>note: this test will auto pull all your currently loaded config parameters and generate a model for you to print!<br> for to help with firmware speed/processing limitations it's reccomended to have most extrusion roles similar set to speeds.(but you don't have to!)</p>
  26. <h2>How to tune your printer for Pressure/Linear Advance</h2>
  27. <p>to get started</p>
  28. <ul>
  29. <li>select the number of tests to create, if you select more than 1 for now you will have to resize the window manually(click and drag the window from the bottom right)</li>
  30. <li>select the start/end/increment/ extrusion role values</li>
  31. <li>each row is the config for each base test model, eg; first row = externalPerimeter second row = firstLayer </li>
  32. <li>since each model will have it's own config one test model might be faster/slower than the others, this is expected and normal</li>
  33. <li>i will reccomend setting 'first_layer_speed' and 'first_layer_min_speed' to the same vales </li>
  34. </ul>
  35. <p>what is this "verify" option?<br>
  36. you may notice there is the "verify" option in the extrusion role dropdown, this feature currently doesn't work.(you can still use it, but any role that has gap fill will be incorrect and the test for that role should be ignored!) <br>
  37. when i get it working, it's purpose is to make it easy to see what extrusion roles need it's PA values tuned.
  38. it will create a model for each ER role, and assign that roles speed/acceleration/widths/spacing to the single model<br>
  39. you can then manually add the pressure advance command into the "per region g-code" box, slice and print it.
  40. </p>
  41. <h2>Advice</h2>
  42. <p>Before doing this test, it's preferable to tune everything else first!<br>i would reccomended setting XXXX to the same speeds, XXX to a slow speed, and everything else you can send it with.</p>
  43. <p>note: having large variance with ER speeds can reduce print quality/dimensional accuracy this is effect is mainly caused by the inner perimeter getting pulled closer to the external perimeter as it cools down, since each perimeter would be at different temperatues.</p>
  44. <p>i will reccomend setting 'first_layer_speed' and 'first_layer_min_speed' to the same vales </p>
  45. <p><strong>TODO add things about PA and setting first layer correctly<br>add notes about fan speed and disabling fan speed for this test, or do i have check box in GUI that would auto change relavent UI tab?</strong></p>
  46. <ul>
  47. <li>bullet points</li>
  48. </ul>
  49. <h2>Notes</h2>
  50. <p> TODO: add cred for andrew ellis testing method</p>
  51. </body>
  52. </html>