Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
This page is in the table of contents. Milling is a script to set the milling profile for the skeinforge chain. The displayed craft sequence is the sequence in which the tools craft the model and export the output. On the milling dialog, clicking the 'Add Profile' button will duplicate the selected profile and give it the name in the input field. For example, if laser is selected and the name laser_10mm is in the input field, clicking the 'Add Profile' button will duplicate laser and save it as laser_10mm. The 'Delete Profile' button deletes the selected profile. The profile selection is the setting. If you hit 'Save and Close' the selection will be saved, if you hit 'Cancel' the selection will not be saved. However; adding and deleting a profile is a permanent action, for example 'Cancel' will not bring back any deleted profiles. To change the milling profile, in a shell in the profile_plugins folder type:(more...)
src/s/k/SkeinFactory-HEAD/skeinforge/skeinforge_plugins.py SkeinFactory(Download)
from skeinforge_application.skeinforge_plugins.profile_plugins import cutting from skeinforge_application.skeinforge_plugins.profile_plugins import extrusion from skeinforge_application.skeinforge_plugins.profile_plugins import milling from skeinforge_application.skeinforge_plugins.profile_plugins import winding