Inspired by RomRider's klipper-FastGyroidInfill.
- This slicer post-processing script allow you set custom Square Corner Velocity(CSV) not just of infill but also other print moves(outer perimeter/wall, inner perimeter/wall, infill, overhang, top/bottom fill, bridge and support).
- Support Cura, Prusa slicer, super slicer.
- Does not require any custom macro config.
- Custom version for
dynamic jerkalso available. (Tested on RRF)
- Copy
dynamicScv.pyanddynamicScv.cfginto a folder on your computer. Make sure there is no space in the file path. - Open your slicer >
Print setting>Output options>Post-processing scriptsans enter the full file path of thedynamicScv.pyscript. - Edit
dynamicScv.cfgand enter the suitable SCV for your machine.*Depend on the system config, user might need to set which Python interpreter to use for the post-processing script. - The script will load the
[default_profile]of the config file by default. To load other profile, addprofile=PROFILE_NAMEafter the script path.
- Copy
DynamicScv.pyinto your curascriptsfolder. (The location of the folder can be checked in Cura menuHelp>Show configuration folder. You might need to createscriptsif it does not exist.) - Restart Cura
- In cura menu
Extensions>Post processing>Modify G-Codeand selectDynamic Square Corner Velocity - Enter the suitable SCV value for your machine in the right config section.



