summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/comment.csv5
-rw-r--r--profiles/cutting.csv4
-rw-r--r--profiles/description.csv4
-rw-r--r--profiles/extrusion.csv4
-rw-r--r--profiles/extrusion/ABS/bottom.csv7
-rw-r--r--profiles/extrusion/ABS/carve.csv16
-rw-r--r--profiles/extrusion/ABS/chamber.csv8
-rw-r--r--profiles/extrusion/ABS/clip.csv7
-rw-r--r--profiles/extrusion/ABS/comb.csv5
-rw-r--r--profiles/extrusion/ABS/cool.csv12
-rw-r--r--profiles/extrusion/ABS/dimension.csv10
-rw-r--r--profiles/extrusion/ABS/export.csv14
-rw-r--r--profiles/extrusion/ABS/fill.csv33
-rw-r--r--profiles/extrusion/ABS/fillet.csv13
-rw-r--r--profiles/extrusion/ABS/hop.csv7
-rw-r--r--profiles/extrusion/ABS/inset.csv10
-rw-r--r--profiles/extrusion/ABS/jitter.csv6
-rw-r--r--profiles/extrusion/ABS/limit.csv7
-rw-r--r--profiles/extrusion/ABS/multiply.csv10
-rw-r--r--profiles/extrusion/ABS/oozebane.csv13
-rw-r--r--profiles/extrusion/ABS/preface.csv12
-rw-r--r--profiles/extrusion/ABS/raft.csv34
-rw-r--r--profiles/extrusion/ABS/speed.csv16
-rw-r--r--profiles/extrusion/ABS/splodge.csv11
-rw-r--r--profiles/extrusion/ABS/stretch.csv11
-rw-r--r--profiles/extrusion/ABS/temperature.csv14
-rw-r--r--profiles/extrusion/ABS/tower.csv8
-rw-r--r--profiles/extrusion/ABS/vectorwrite.csv8
-rw-r--r--profiles/extrusion/ABS/widen.csv5
-rw-r--r--profiles/extrusion/ABS/wipe.csv15
-rw-r--r--profiles/home.csv6
-rw-r--r--profiles/interpret.csv7
-rw-r--r--profiles/lash.csv7
-rw-r--r--profiles/milling.csv4
-rw-r--r--profiles/polyfile.csv5
-rw-r--r--profiles/skeinforge.csv9
-rw-r--r--profiles/skeinforge_analyze.csv10
-rw-r--r--profiles/skeinforge_craft.csv44
-rw-r--r--profiles/skeinforge_help.csv4
-rw-r--r--profiles/skeinforge_meta.csv5
-rw-r--r--profiles/skeinforge_profile.csv7
-rw-r--r--profiles/skeiniso.csv40
-rw-r--r--profiles/skeinlayer.csv22
-rw-r--r--profiles/statistic.csv11
-rw-r--r--profiles/unpause.csv7
-rw-r--r--profiles/winding.csv4
46 files changed, 521 insertions, 0 deletions
diff --git a/profiles/comment.csv b/profiles/comment.csv
new file mode 100644
index 0000000..df35361
--- /dev/null
+++ b/profiles/comment.csv
@@ -0,0 +1,5 @@
+Format is tab separated comment settings.
+Name Value
+WindowPosition 0+0
+Activate Comment False
+Open File to Write Comments for
diff --git a/profiles/cutting.csv b/profiles/cutting.csv
new file mode 100644
index 0000000..343333d
--- /dev/null
+++ b/profiles/cutting.csv
@@ -0,0 +1,4 @@
+Format is tab separated cutting settings.
+Name Value
+WindowPosition 0+400
+Profile Selection: end_mill
diff --git a/profiles/description.csv b/profiles/description.csv
new file mode 100644
index 0000000..6eec4a6
--- /dev/null
+++ b/profiles/description.csv
@@ -0,0 +1,4 @@
+Format is tab separated description settings.
+Name Value
+WindowPosition 0+0
+Description Text: Write your description of the profile here.___replaced___newline___replaced___newlineSuggested format is a description, followed by a link to the profile post or web page.
diff --git a/profiles/extrusion.csv b/profiles/extrusion.csv
new file mode 100644
index 0000000..3db7596
--- /dev/null
+++ b/profiles/extrusion.csv
@@ -0,0 +1,4 @@
+Format is tab separated extrusion settings.
+Name Value
+WindowPosition 0+400
+Profile Selection: ABS
diff --git a/profiles/extrusion/ABS/bottom.csv b/profiles/extrusion/ABS/bottom.csv
new file mode 100644
index 0000000..f7ced9a
--- /dev/null
+++ b/profiles/extrusion/ABS/bottom.csv
@@ -0,0 +1,7 @@
+Format is tab separated bottom settings.
+Name Value
+WindowPosition 700+0
+Open File for Bottom
+Activate Bottom: True
+Altitude (mm): 0.3
+SVG Viewer: webbrowser
diff --git a/profiles/extrusion/ABS/carve.csv b/profiles/extrusion/ABS/carve.csv
new file mode 100644
index 0000000..f3a0517
--- /dev/null
+++ b/profiles/extrusion/ABS/carve.csv
@@ -0,0 +1,16 @@
+Format is tab separated carve settings.
+Name Value
+WindowPosition 700+0
+Open File for Carve
+Add Layer Template to SVG True
+Bridge Thickness Multiplier (ratio): 1.0
+Extra Decimal Places (float): 1.0
+Import Coarseness (ratio): 1.0
+Infill in Direction of Bridges True
+Layer Thickness (mm): 0.4
+Layers From (index): 0
+Layers To (index): 912345678
+Correct Mesh True
+Unproven Mesh False
+Perimeter Width over Thickness (ratio): 1.45
+SVG Viewer: webbrowser
diff --git a/profiles/extrusion/ABS/chamber.csv b/profiles/extrusion/ABS/chamber.csv
new file mode 100644
index 0000000..ce8dd85
--- /dev/null
+++ b/profiles/extrusion/ABS/chamber.csv
@@ -0,0 +1,8 @@
+Format is tab separated chamber settings.
+Name Value
+WindowPosition 700+0
+Open File for Chamber
+Activate Chamber: False
+Bed Temperature (Celcius): 60.0
+Chamber Temperature (Celcius): 30.0
+Holding Force (bar): 0.0
diff --git a/profiles/extrusion/ABS/clip.csv b/profiles/extrusion/ABS/clip.csv
new file mode 100644
index 0000000..e14c474
--- /dev/null
+++ b/profiles/extrusion/ABS/clip.csv
@@ -0,0 +1,7 @@
+Format is tab separated clip settings.
+Name Value
+WindowPosition 700+0
+Open File for Clip
+Activate Clip False
+Clip Over Perimeter Width (ratio): 0.5
+Maximum Connection Distance Over Perimeter Width (ratio): 10.0
diff --git a/profiles/extrusion/ABS/comb.csv b/profiles/extrusion/ABS/comb.csv
new file mode 100644
index 0000000..dc68f7d
--- /dev/null
+++ b/profiles/extrusion/ABS/comb.csv
@@ -0,0 +1,5 @@
+Format is tab separated comb settings.
+Name Value
+WindowPosition 700+0
+Open File for Comb
+Activate Comb True
diff --git a/profiles/extrusion/ABS/cool.csv b/profiles/extrusion/ABS/cool.csv
new file mode 100644
index 0000000..9c76d7d
--- /dev/null
+++ b/profiles/extrusion/ABS/cool.csv
@@ -0,0 +1,12 @@
+Format is tab separated cool settings.
+Name Value
+WindowPosition 700+0
+Open File for Cool
+Activate Cool False
+Orbit True
+Slow Down False
+Maximum Cool (Celcius): 2.0
+Minimum Layer Time (seconds): 5.0
+Minimum Orbital Radius (millimeters): 10.0
+Turn Fan On at Beginning False
+Turn Fan Off at Ending False
diff --git a/profiles/extrusion/ABS/dimension.csv b/profiles/extrusion/ABS/dimension.csv
new file mode 100644
index 0000000..e31ca32
--- /dev/null
+++ b/profiles/extrusion/ABS/dimension.csv
@@ -0,0 +1,10 @@
+Format is tab separated dimension settings.
+Name Value
+WindowPosition 700+0
+Open File for Dimension
+Activate Dimension False
+Absolute Extrusion Distance True
+Relative Extrusion Distance False
+Extruder Retraction Speed (mm/s): 13.3
+Retraction Distance (millimeters): 0.0
+Restart Extra Distance (millimeters): 0.0
diff --git a/profiles/extrusion/ABS/export.csv b/profiles/extrusion/ABS/export.csv
new file mode 100644
index 0000000..4ec0003
--- /dev/null
+++ b/profiles/extrusion/ABS/export.csv
@@ -0,0 +1,14 @@
+Format is tab separated export settings.
+Name Value
+WindowPosition 700+0
+Open File for Export
+Activate Export True
+Also Send Output To:
+Delete Comments False
+Do Not Change Output True
+binary_16_byte False
+gcode_step False
+gcode_time_segment False
+gcode_small False
+File Extension: gcode
+Save Penultimate Gcode False
diff --git a/profiles/extrusion/ABS/fill.csv b/profiles/extrusion/ABS/fill.csv
new file mode 100644
index 0000000..d873ea5
--- /dev/null
+++ b/profiles/extrusion/ABS/fill.csv
@@ -0,0 +1,33 @@
+Format is tab separated fill settings.
+Name Value
+WindowPosition 700+0
+Open File for Fill
+Activate Fill: True
+Diaphragm Period (layers): 100
+Diaphragm Thickness (layers): 0
+Extra Shells on Alternating Solid Layer (layers): 2
+Extra Shells on Base (layers): 2
+Extra Shells on Sparse Layer (layers): 2
+Grid Circle Separation over Perimeter Width (ratio): 0.2
+Grid Extra Overlap (ratio): 0.1
+Grid Junction Separation Band Height (layers): 10
+Grid Junction Separation over Octogon Radius At End (ratio): 0.0
+Grid Junction Separation over Octogon Radius At Middle (ratio): 0.0
+Infill Begin Rotation (degrees): 90.0
+Infill Begin Rotation Repeat (layers): 1
+Infill Interior Density over Exterior Density (ratio): 0.9
+Infill Odd Layer Extra Rotation (degrees): 90.0
+Grid Circular False
+Grid Hexagonal True
+Grid Rectangular False
+Line False
+Infill Perimeter Overlap (ratio): 0.35
+Infill Solidity (ratio): 0.25
+Infill Width over Thickness (ratio): 1.5
+Solid Surface Thickness (layers): 2
+Infill > Loops > Perimeter False
+Infill > Perimeter > Loops False
+Loops > Infill > Perimeter False
+Loops > Perimeter > Infill True
+Perimeter > Infill > Loops False
+Perimeter > Loops > Infill False
diff --git a/profiles/extrusion/ABS/fillet.csv b/profiles/extrusion/ABS/fillet.csv
new file mode 100644
index 0000000..61e1043
--- /dev/null
+++ b/profiles/extrusion/ABS/fillet.csv
@@ -0,0 +1,13 @@
+Format is tab separated fillet settings.
+Name Value
+WindowPosition 700+0
+Open File to be Filleted
+Activate Fillet False
+Arc Point False
+Arc Radius False
+Arc Segment False
+Bevel True
+Corner Feed Rate over Operating Feed Rate (ratio): 1.0
+Fillet Radius over Perimeter Width (ratio): 0.35
+Reversal Slowdown Distance over Perimeter Width (ratio): 0.5
+Use Intermediate Feed Rate in Corners True
diff --git a/profiles/extrusion/ABS/hop.csv b/profiles/extrusion/ABS/hop.csv
new file mode 100644
index 0000000..6d2853f
--- /dev/null
+++ b/profiles/extrusion/ABS/hop.csv
@@ -0,0 +1,7 @@
+Format is tab separated hop settings.
+Name Value
+WindowPosition 700+0
+Open File for Hop
+Activate Hop False
+Hop Over Layer Thickness (ratio): 1.0
+Minimum Hop Angle (degrees): 30.0
diff --git a/profiles/extrusion/ABS/inset.csv b/profiles/extrusion/ABS/inset.csv
new file mode 100644
index 0000000..49199e6
--- /dev/null
+++ b/profiles/extrusion/ABS/inset.csv
@@ -0,0 +1,10 @@
+Format is tab separated inset settings.
+Name Value
+WindowPosition 700+0
+Open File for Inset
+Add Custom Code for Temperature Reading True
+Bridge Width Multiplier (ratio): 1.0
+Ascending Area True
+Descending Area False
+Overlap Removal Width over Perimeter Width (ratio): 0.8
+Turn Extruder Heater Off at Shut Down True
diff --git a/profiles/extrusion/ABS/jitter.csv b/profiles/extrusion/ABS/jitter.csv
new file mode 100644
index 0000000..09edfb6
--- /dev/null
+++ b/profiles/extrusion/ABS/jitter.csv
@@ -0,0 +1,6 @@
+Format is tab separated jitter settings.
+Name Value
+WindowPosition 700+0
+Open File for Jitter
+Activate Jitter False
+Jitter Over Perimeter Width (ratio): 2.0
diff --git a/profiles/extrusion/ABS/limit.csv b/profiles/extrusion/ABS/limit.csv
new file mode 100644
index 0000000..353e5c1
--- /dev/null
+++ b/profiles/extrusion/ABS/limit.csv
@@ -0,0 +1,7 @@
+Format is tab separated limit settings.
+Name Value
+WindowPosition 700+0
+Open File for Limit
+Activate Limit False
+Maximum Initial Feed Rate (mm/s): 1.0
+Maximum Z Feed Rate (mm/s): 8.0
diff --git a/profiles/extrusion/ABS/multiply.csv b/profiles/extrusion/ABS/multiply.csv
new file mode 100644
index 0000000..7f9d9db
--- /dev/null
+++ b/profiles/extrusion/ABS/multiply.csv
@@ -0,0 +1,10 @@
+Format is tab separated multiply settings.
+Name Value
+WindowPosition 700+0
+Open File for Multiply
+Activate Multiply: False
+Center X (mm): 0.0
+Center Y (mm): 0.0
+Number of Columns (integer): 1
+Number of Rows (integer): 1
+Separation over Perimeter Width (ratio): 15.0
diff --git a/profiles/extrusion/ABS/oozebane.csv b/profiles/extrusion/ABS/oozebane.csv
new file mode 100644
index 0000000..c3fddfa
--- /dev/null
+++ b/profiles/extrusion/ABS/oozebane.csv
@@ -0,0 +1,13 @@
+Format is tab separated oozebane settings.
+Name Value
+WindowPosition 700+0
+Open File for Oozebane
+Activate Oozebane False
+After Startup Distance (millimeters): 1.2
+Early Shutdown Distance (millimeters): 1.2
+Early Startup Distance Constant (millimeters): 20.0
+Early Startup Maximum Distance (millimeters): 1.2
+First Early Startup Distance (millimeters): 25.0
+Minimum Distance for Early Startup (millimeters): 0.0
+Minimum Distance for Early Shutdown (millimeters): 0.0
+Slowdown Startup Steps (positive integer): 3
diff --git a/profiles/extrusion/ABS/preface.csv b/profiles/extrusion/ABS/preface.csv
new file mode 100644
index 0000000..2d89dd0
--- /dev/null
+++ b/profiles/extrusion/ABS/preface.csv
@@ -0,0 +1,12 @@
+Format is tab separated preface settings.
+Name Value
+WindowPosition 700+0
+Open File for Preface
+Meta:
+Name of End File: end.gcode
+Name of Start File: start.gcode
+Set Positioning to Absolute False
+Set Units to Millimeters False
+Start at Home False
+Turn Extruder Off at Shut Down False
+Turn Extruder Off at Start Up False
diff --git a/profiles/extrusion/ABS/raft.csv b/profiles/extrusion/ABS/raft.csv
new file mode 100644
index 0000000..ab0a273
--- /dev/null
+++ b/profiles/extrusion/ABS/raft.csv
@@ -0,0 +1,34 @@
+Format is tab separated raft settings.
+Name Value
+WindowPosition 700+0
+Open File for Raft
+Activate Raft True
+Add Raft, Elevate Nozzle, Orbit and Set Altitude: True
+Base Feed Rate Multiplier (ratio): 0.6
+Base Flow Rate Multiplier (ratio): 1.0
+Base Infill Density (ratio): 0.5
+Base Layer Thickness over Layer Thickness: 2.0
+Base Layers (integer): 1
+Base Nozzle Lift over Base Layer Thickness (ratio): 0.8
+Initial Circling: False
+Infill Overhang over Extrusion Width (ratio): 0.05
+Interface Feed Rate Multiplier (ratio): 1.4
+Interface Flow Rate Multiplier (ratio): 1.0
+Interface Infill Density (ratio): 0.65
+Interface Layer Thickness over Layer Thickness: 1.2
+Interface Layers (integer): 1
+Interface Nozzle Lift over Interface Layer Thickness (ratio): 0.2
+Object First Layer Feed Rate Infill Multiplier (ratio): 0.65
+Object First Layer Feed Rate Perimeter Multiplier (ratio): 0.75
+Object First Layer Flow Rate Multiplier (ratio): 1.0
+Operating Nozzle Lift over Layer Thickness (ratio): 1.2
+Raft Additional Margin over Length (%): 1.3
+Raft Margin (mm): 5.0
+Support Cross Hatch False
+Support Flow Rate over Operating Flow Rate (ratio): 1.0
+Support Gap over Perimeter Extrusion Width (ratio): 6.0
+None False
+Empty Layers Only False
+Everywhere False
+Exterior Only True
+Support Minimum Angle (degrees): 46.0
diff --git a/profiles/extrusion/ABS/speed.csv b/profiles/extrusion/ABS/speed.csv
new file mode 100644
index 0000000..bb1535b
--- /dev/null
+++ b/profiles/extrusion/ABS/speed.csv
@@ -0,0 +1,16 @@
+Format is tab separated speed settings.
+Name Value
+WindowPosition 700+0
+Open File for Speed
+Activate Speed: True
+Add Flow Rate: True
+Bridge Feed Rate Multiplier (ratio): 1.0
+Bridge Flow Rate Multiplier (ratio): 1.0
+Duty Cyle at Beginning (portion): 1.0
+Duty Cyle at Ending (portion): 0.0
+Feed Rate (mm/s): 32.0
+Flow Rate Setting (float): 255.0
+Orbital Feed Rate over Operating Feed Rate (ratio): 0.5
+Perimeter Feed Rate over Operating Feed Rate (ratio): 1.0
+Perimeter Flow Rate over Operating Flow Rate (ratio): 1.0
+Travel Feed Rate (mm/s): 32.0
diff --git a/profiles/extrusion/ABS/splodge.csv b/profiles/extrusion/ABS/splodge.csv
new file mode 100644
index 0000000..b02dc16
--- /dev/null
+++ b/profiles/extrusion/ABS/splodge.csv
@@ -0,0 +1,11 @@
+Format is tab separated splodge settings.
+Name Value
+WindowPosition 700+0
+Open File for Splodge
+Activate Splodge False
+Initial Lift over Extra Thickness (ratio): 1.0
+Initial Splodge Feed Rate (mm/s): 1.0
+Initial Splodge Quantity Length (millimeters): 30.0
+Operating Lift over Extra Thickness (ratio): 1.0
+Operating Splodge Feed Rate (mm/s): 1.0
+Operating Splodge Quantity Length (millimeters): 1.0
diff --git a/profiles/extrusion/ABS/stretch.csv b/profiles/extrusion/ABS/stretch.csv
new file mode 100644
index 0000000..594daae
--- /dev/null
+++ b/profiles/extrusion/ABS/stretch.csv
@@ -0,0 +1,11 @@
+Format is tab separated stretch settings.
+Name Value
+WindowPosition 700+0
+Open File for Stretch
+Activate Stretch False
+Cross Limit Distance Over Perimeter Width (ratio): 5.0
+Loop Stretch Over Perimeter Width (ratio): 0.11
+Path Stretch Over Perimeter Width (ratio): 0.0
+Perimeter Inside Stretch Over Perimeter Width (ratio): 0.32
+Perimeter Outside Stretch Over Perimeter Width (ratio): 0.1
+Stretch From Distance Over Perimeter Width (ratio): 2.0
diff --git a/profiles/extrusion/ABS/temperature.csv b/profiles/extrusion/ABS/temperature.csv
new file mode 100644
index 0000000..14f8006
--- /dev/null
+++ b/profiles/extrusion/ABS/temperature.csv
@@ -0,0 +1,14 @@
+Format is tab separated temperature settings.
+Name Value
+WindowPosition 600+0
+Open File for Temperature
+Activate Temperature: True
+Cooling Rate (Celcius/second): 3.0
+Heating Rate (Celcius/second): 10.0
+Base Temperature (Celcius): 225.0
+Interface Temperature (Celcius): 225.0
+Object First Layer Infill Temperature (Celcius): 225.0
+Object First Layer Perimeter Temperature (Celcius): 225.0
+Object Next Layers Temperature (Celcius): 225.0
+Support Layers Temperature (Celcius): 225.0
+Supported Layers Temperature (Celcius): 225.0
diff --git a/profiles/extrusion/ABS/tower.csv b/profiles/extrusion/ABS/tower.csv
new file mode 100644
index 0000000..307f220
--- /dev/null
+++ b/profiles/extrusion/ABS/tower.csv
@@ -0,0 +1,8 @@
+Format is tab separated tower settings.
+Name Value
+WindowPosition 700+0
+Open File for Tower
+Activate Tower False
+Extruder Possible Collision Cone Angle (degrees): 60.0
+Maximum Tower Height (layers): 5
+Tower Start Layer (integer): 5
diff --git a/profiles/extrusion/ABS/vectorwrite.csv b/profiles/extrusion/ABS/vectorwrite.csv
new file mode 100644
index 0000000..ac6e12f
--- /dev/null
+++ b/profiles/extrusion/ABS/vectorwrite.csv
@@ -0,0 +1,8 @@
+Format is tab separated vectorwrite settings.
+Name Value
+WindowPosition 700+0
+Activate Vectorwrite False
+Open File to Write Vector Graphics for
+Layers From (index): 0
+Layers To (index): 912345678
+SVG Viewer: webbrowser
diff --git a/profiles/extrusion/ABS/widen.csv b/profiles/extrusion/ABS/widen.csv
new file mode 100644
index 0000000..2acc295
--- /dev/null
+++ b/profiles/extrusion/ABS/widen.csv
@@ -0,0 +1,5 @@
+Format is tab separated widen settings.
+Name Value
+WindowPosition 700+0
+Open File for Widen
+Activate Widen: False
diff --git a/profiles/extrusion/ABS/wipe.csv b/profiles/extrusion/ABS/wipe.csv
new file mode 100644
index 0000000..64a86d4
--- /dev/null
+++ b/profiles/extrusion/ABS/wipe.csv
@@ -0,0 +1,15 @@
+Format is tab separated wipe settings.
+Name Value
+WindowPosition 700+0
+Open File for Wipe
+Activate Wipe True
+Location Arrival X (mm): 52.0
+Location Arrival Y (mm): -57.0
+Location Arrival Z (mm): 10.0
+Location Departure X (mm): 52.0
+Location Departure Y (mm): -30.0
+Location Departure Z (mm): 10.0
+Location Wipe X (mm): 52.0
+Location Wipe Y (mm): -55.0
+Location Wipe Z (mm): 10.0
+Wipe Period (layers): 99999999
diff --git a/profiles/home.csv b/profiles/home.csv
new file mode 100644
index 0000000..0b37e04
--- /dev/null
+++ b/profiles/home.csv
@@ -0,0 +1,6 @@
+Format is tab separated home settings.
+Name Value
+WindowPosition 0+0
+Open File for Home
+Activate Home False
+Name of Homing File: homing.gcode
diff --git a/profiles/interpret.csv b/profiles/interpret.csv
new file mode 100644
index 0000000..4fe641d
--- /dev/null
+++ b/profiles/interpret.csv
@@ -0,0 +1,7 @@
+Format is tab separated interpret settings.
+Name Value
+WindowPosition 0+0
+Open File for Interpret
+Activate Interpret False
+Print Interpretion False
+Text Program: webbrowser
diff --git a/profiles/lash.csv b/profiles/lash.csv
new file mode 100644
index 0000000..cc36337
--- /dev/null
+++ b/profiles/lash.csv
@@ -0,0 +1,7 @@
+Format is tab separated lash settings.
+Name Value
+WindowPosition 0+0
+Open File for Lash
+Activate Lash False
+X Backlash (mm): 0.2
+Y Backlash (mm): 0.3
diff --git a/profiles/milling.csv b/profiles/milling.csv
new file mode 100644
index 0000000..051a168
--- /dev/null
+++ b/profiles/milling.csv
@@ -0,0 +1,4 @@
+Format is tab separated milling settings.
+Name Value
+WindowPosition 0+400
+Profile Selection: end_mill
diff --git a/profiles/polyfile.csv b/profiles/polyfile.csv
new file mode 100644
index 0000000..d0ee17c
--- /dev/null
+++ b/profiles/polyfile.csv
@@ -0,0 +1,5 @@
+Format is tab separated polyfile settings.
+Name Value
+WindowPosition 0+0
+Execute All Unmodified Files in a Directory False
+Execute File True
diff --git a/profiles/skeinforge.csv b/profiles/skeinforge.csv
new file mode 100644
index 0000000..7126aa9
--- /dev/null
+++ b/profiles/skeinforge.csv
@@ -0,0 +1,9 @@
+Format is tab separated skeinforge settings.
+Name Value
+WindowPosition 698+25
+Open File for Skeinforge
+analyze False
+craft True
+help False
+meta False
+profile False
diff --git a/profiles/skeinforge_analyze.csv b/profiles/skeinforge_analyze.csv
new file mode 100644
index 0000000..23fecbc
--- /dev/null
+++ b/profiles/skeinforge_analyze.csv
@@ -0,0 +1,10 @@
+Format is tab separated skeinforge analyze settings.
+Name Value
+WindowPosition 0+0
+Open File for Analyze
+comment False
+interpret True
+skeiniso False
+skeinlayer False
+statistic False
+vectorwrite False
diff --git a/profiles/skeinforge_craft.csv b/profiles/skeinforge_craft.csv
new file mode 100644
index 0000000..a262589
--- /dev/null
+++ b/profiles/skeinforge_craft.csv
@@ -0,0 +1,44 @@
+Format is tab separated skeinforge craft settings.
+Name Value
+WindowPosition 0+0
+Open File for Craft
+bottom False
+carve True
+chamber False
+chop False
+cleave False
+clip False
+coil False
+comb False
+cool False
+dimension False
+drill False
+export False
+feed False
+fill False
+fillet False
+flow False
+home False
+hop False
+inset False
+jitter False
+lash False
+lift False
+limit False
+mill False
+multiply False
+oozebane False
+outline False
+outset False
+preface False
+raft False
+raftless False
+speed False
+splodge False
+stretch False
+temperature False
+tower False
+unpause False
+whittle False
+widen False
+wipe False
diff --git a/profiles/skeinforge_help.csv b/profiles/skeinforge_help.csv
new file mode 100644
index 0000000..445ef97
--- /dev/null
+++ b/profiles/skeinforge_help.csv
@@ -0,0 +1,4 @@
+Format is tab separated skeinforge help settings.
+Name Value
+WindowPosition 0+0
+Wiki Manual Primary True
diff --git a/profiles/skeinforge_meta.csv b/profiles/skeinforge_meta.csv
new file mode 100644
index 0000000..72e048b
--- /dev/null
+++ b/profiles/skeinforge_meta.csv
@@ -0,0 +1,5 @@
+Format is tab separated skeinforge meta settings.
+Name Value
+WindowPosition 0+0
+description False
+polyfile True
diff --git a/profiles/skeinforge_profile.csv b/profiles/skeinforge_profile.csv
new file mode 100644
index 0000000..1d60c1b
--- /dev/null
+++ b/profiles/skeinforge_profile.csv
@@ -0,0 +1,7 @@
+Format is tab separated skeinforge profile settings.
+Name Value
+WindowPosition 0+200
+cutting False
+extrusion True
+milling False
+winding False
diff --git a/profiles/skeiniso.csv b/profiles/skeiniso.csv
new file mode 100644
index 0000000..8cc481d
--- /dev/null
+++ b/profiles/skeiniso.csv
@@ -0,0 +1,40 @@
+Format is tab separated skeiniso settings.
+Name Value
+WindowPosition 0+0
+Open File for Skeiniso
+Activate Skeiniso False
+Frame List
+Animation Line Quickening (ratio): 1.0
+Animation Slide Show Rate (layers/second): 2.0
+Axis Rulings True
+Band Height (layers): 5
+Bottom Band Brightness (ratio): 0.7
+Bottom Layer Brightness (ratio): 1.0
+From the Bottom False
+From the Top True
+Draw Arrows False
+Go Around Extruder Off Travel False
+Layer (index): 0
+Layer Extra Span (integer): 912345678
+Line (index): 0
+Display Line True
+View Move False
+View Rotate False
+Number of Fill Bottom Layers (integer): 1
+Number of Fill Top Layers (integer): 1
+Scale (pixels per millimeter): 15.0
+Screen Horizontal Inset (pixels): 100
+Screen Vertical Inset (pixels): 220
+Viewpoint Latitude (degrees): 15.0
+Viewpoint Longitude (degrees): 210.0
+Width of Axis Negative Side (pixels): 2
+Width of Axis Positive Side (pixels): 6
+Width of Fill Bottom Thread (pixels): 2
+Width of Fill Top Thread (pixels): 2
+Width of Infill Thread (pixels): 1
+Width of Loop Thread (pixels): 2
+Width of Perimeter Inside Thread (pixels): 8
+Width of Perimeter Outside Thread (pixels): 8
+Width of Raft Thread (pixels): 1
+Width of Selection Thread (pixels): 6
+Width of Travel Thread (pixels): 0
diff --git a/profiles/skeinlayer.csv b/profiles/skeinlayer.csv
new file mode 100644
index 0000000..fbe43c9
--- /dev/null
+++ b/profiles/skeinlayer.csv
@@ -0,0 +1,22 @@
+Format is tab separated skeinlayer settings.
+Name Value
+WindowPosition 0+0
+Open File for Skeinlayer
+Activate Skeinlayer False
+Frame List
+Animation Line Quickening (ratio): 1.0
+Animation Slide Show Rate (layers/second): 2.0
+Draw Arrows True
+Go Around Extruder Off Travel False
+Layer (index): 15
+Layer Extra Span (integer): 0
+Line (index): 0
+Display Line True
+View Move False
+Numeric Pointer True
+Scale (pixels per millimeter): 15.0
+Screen Horizontal Inset (pixels): 100
+Screen Vertical Inset (pixels): 220
+Width of Extrusion Thread (pixels): 3
+Width of Selection Thread (pixels): 6
+Width of Travel Thread (pixels): 1
diff --git a/profiles/statistic.csv b/profiles/statistic.csv
new file mode 100644
index 0000000..871b987
--- /dev/null
+++ b/profiles/statistic.csv
@@ -0,0 +1,11 @@
+Format is tab separated statistic settings.
+Name Value
+WindowPosition 0+0
+Activate Statistic True
+Machine Time ($/hour): 1.0
+Material ($/kg): 10.0
+Density (kg/m3): 930.0
+Extrusion Diameter over Thickness (ratio): 1.25
+Open File to Generate Statistics for
+Print Statistics True
+Save Statistics False
diff --git a/profiles/unpause.csv b/profiles/unpause.csv
new file mode 100644
index 0000000..5ab9392
--- /dev/null
+++ b/profiles/unpause.csv
@@ -0,0 +1,7 @@
+Format is tab separated unpause settings.
+Name Value
+WindowPosition 0+0
+Open File for Unpause
+Activate Unpause False
+Delay (milliseconds): 28.0
+Maximum Speed (ratio): 1.3
diff --git a/profiles/winding.csv b/profiles/winding.csv
new file mode 100644
index 0000000..0b65a9f
--- /dev/null
+++ b/profiles/winding.csv
@@ -0,0 +1,4 @@
+Format is tab separated winding settings.
+Name Value
+WindowPosition 0+400
+Profile Selection: free_wire