phnxdrgn536 / FLSun-v400

Repository of helpful files for V400 printer
Creative Commons Zero v1.0 Universal
74 stars 16 forks source link

Update to Cura 5.5 and adding new materials and formulas calculation #42

Closed Moicraphy closed 11 months ago

Moicraphy commented 11 months ago

Adding materials with retraction formulas that calculate the best setting based on temperature of the print. tested on PLA PLA-Wood TPU and TPU-70A (TPU 70A is really hard to print so really experimental)

You will need the klipperSettings plugin in Cura

Tests were realised with my own CHU modified nozzle and doing linear regression on different temperature / PA best settings. dont hesitate to adapt it if you need :

EXEMPLE in materials/Jayo.xml.fdm_material

=**material_print_temperature * 0.0125 - 2.125**

######################## PA RETRACTION SETTINGS - linear regression on temperature ########################

=**material_print_temperature * 0.0004 -0.048** =**material_print_temperature * 0.0125 - 2.125** #default 0.5
phnxdrgn536 commented 11 months ago

This pull request would break the base aspect of the profiles. The material in the qualities files needs to remain generic. There is an entirely separate file and file structure that you can use for the materials.

Moicraphy commented 10 months ago

Sorry it was a wrong upload directory hierarchy i correct it