From 2843ba4800995fe4df399ae9475462467fa78a30 Mon Sep 17 00:00:00 2001 From: unknown <crnf@.(none)> Date: Wed, 16 Nov 2011 19:20:40 +0100 Subject: [PATCH] Signed-off-by: unknown <crnf@.(none)> --- bookend.csv | 7 +++++++ bottom.csv | 8 ++++++++ carve.csv | 15 ++++++++++++++ chamber.csv | 8 ++++++++ clip.csv | 7 +++++++ comb.csv | 5 +++++ comment.csv | 5 +++++ cool.csv | 15 ++++++++++++++ dimension.csv | 12 ++++++++++++ export.csv | 18 +++++++++++++++++ fill.csv | 34 ++++++++++++++++++++++++++++++++ fillet.csv | 13 +++++++++++++ home.csv | 6 ++++++ hop.csv | 7 +++++++ inset.csv | 10 ++++++++++ interpret.csv | 7 +++++++ jitter.csv | 6 ++++++ lash.csv | 7 +++++++ limit.csv | 7 +++++++ multiply.csv | 10 ++++++++++ oozebane.csv | 13 +++++++++++++ polyfile.csv | 5 +++++ preface.csv | 12 ++++++++++++ raft.csv | 37 +++++++++++++++++++++++++++++++++++ scale.csv | 8 ++++++++ skeinforge.csv | 9 +++++++++ skeinforge_analyze.csv | 10 ++++++++++ skeinforge_craft.csv | 44 ++++++++++++++++++++++++++++++++++++++++++ skeinforge_help.csv | 4 ++++ skeinforge_meta.csv | 5 +++++ skeiniso.csv | 41 +++++++++++++++++++++++++++++++++++++++ skeinlayer.csv | 23 ++++++++++++++++++++++ skin.csv | 8 ++++++++ skirt.csv | 8 ++++++++ speed.csv | 16 +++++++++++++++ splodge.csv | 11 +++++++++++ statistic.csv | 11 +++++++++++ stretch.csv | 11 +++++++++++ temperature.csv | 14 ++++++++++++++ tower.csv | 8 ++++++++ unpause.csv | 7 +++++++ vectorwrite.csv | 11 +++++++++++ vielerfolg.txt | 0 widen.csv | 5 +++++ wipe.csv | 15 ++++++++++++++ 45 files changed, 543 insertions(+) create mode 100644 bookend.csv create mode 100644 bottom.csv create mode 100644 carve.csv create mode 100644 chamber.csv create mode 100644 clip.csv create mode 100644 comb.csv create mode 100644 comment.csv create mode 100644 cool.csv create mode 100644 dimension.csv create mode 100644 export.csv create mode 100644 fill.csv create mode 100644 fillet.csv create mode 100644 home.csv create mode 100644 hop.csv create mode 100644 inset.csv create mode 100644 interpret.csv create mode 100644 jitter.csv create mode 100644 lash.csv create mode 100644 limit.csv create mode 100644 multiply.csv create mode 100644 oozebane.csv create mode 100644 polyfile.csv create mode 100644 preface.csv create mode 100644 raft.csv create mode 100644 scale.csv create mode 100644 skeinforge.csv create mode 100644 skeinforge_analyze.csv create mode 100644 skeinforge_craft.csv create mode 100644 skeinforge_help.csv create mode 100644 skeinforge_meta.csv create mode 100644 skeiniso.csv create mode 100644 skeinlayer.csv create mode 100644 skin.csv create mode 100644 skirt.csv create mode 100644 speed.csv create mode 100644 splodge.csv create mode 100644 statistic.csv create mode 100644 stretch.csv create mode 100644 temperature.csv create mode 100644 tower.csv create mode 100644 unpause.csv create mode 100644 vectorwrite.csv delete mode 100644 vielerfolg.txt create mode 100644 widen.csv create mode 100644 wipe.csv diff --git a/bookend.csv b/bookend.csv new file mode 100644 index 0000000..7ec67d0 --- /dev/null +++ b/bookend.csv @@ -0,0 +1,7 @@ +Format is tab separated bookend settings. +_Name Value +WindowPosition 700+0 +Open File for Bookend +Activate Bookend True +Name of End File: end.gcode +Name of Start File: start.gcode diff --git a/bottom.csv b/bottom.csv new file mode 100644 index 0000000..d4fb8af --- /dev/null +++ b/bottom.csv @@ -0,0 +1,8 @@ +Format is tab separated bottom settings. +_Name Value +WindowPosition 700+0 +Open File for Bottom +Activate Bottom False +Additional Height over Layer Thickness (ratio): 0.5 +Altitude (mm): 0.0 +SVG Viewer: webbrowser diff --git a/carve.csv b/carve.csv new file mode 100644 index 0000000..5354608 --- /dev/null +++ b/carve.csv @@ -0,0 +1,15 @@ +Format is tab separated carve settings. +_Name Value +WindowPosition 700+0 +Open File for Carve +Add Layer Template to SVG True +Extra Decimal Places (float): 2.0 +Import Coarseness (ratio): 1.0 +Infill in Direction of Bridge True +Layer Thickness (mm): 0.3 +Layers From (index): 0 +Layers To (index): 912345678 +Correct Mesh True +Unproven Mesh False +Perimeter Width over Thickness (ratio): 1.8 +SVG Viewer: webbrowser diff --git a/chamber.csv b/chamber.csv new file mode 100644 index 0000000..5141fb7 --- /dev/null +++ b/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/clip.csv b/clip.csv new file mode 100644 index 0000000..2ed35bb --- /dev/null +++ b/clip.csv @@ -0,0 +1,7 @@ +Format is tab separated clip settings. +_Name Value +WindowPosition 700+0 +Open File for Clip +Activate Clip True +Clip Over Perimeter Width (ratio): 0.5 +Maximum Connection Distance Over Perimeter Width (ratio): 10.0 diff --git a/comb.csv b/comb.csv new file mode 100644 index 0000000..8bbba39 --- /dev/null +++ b/comb.csv @@ -0,0 +1,5 @@ +Format is tab separated comb settings. +_Name Value +WindowPosition 700+0 +Open File for Comb +Activate Comb False diff --git a/comment.csv b/comment.csv new file mode 100644 index 0000000..64c9a96 --- /dev/null +++ b/comment.csv @@ -0,0 +1,5 @@ +Format is tab separated comment settings. +Name Value +WindowPosition 700+0 +Activate Comment False +Open File to Write Comments for diff --git a/cool.csv b/cool.csv new file mode 100644 index 0000000..81f463d --- /dev/null +++ b/cool.csv @@ -0,0 +1,15 @@ +Format is tab separated cool settings. +_Name Value +WindowPosition 700+0 +Open File for Cool +Activate Cool False +Bridge Cool (Celcius): 1.0 +Orbit True +Slow Down False +Maximum Cool (Celcius): 2.0 +Minimum Layer Time (seconds): 15.0 +Minimum Orbital Radius (millimeters): 10.0 +Name of Cool End File: cool_end.gcode +Name of Cool Start File: cool_start.gcode +Turn Fan On at Beginning True +Turn Fan Off at Ending True diff --git a/dimension.csv b/dimension.csv new file mode 100644 index 0000000..e48b83b --- /dev/null +++ b/dimension.csv @@ -0,0 +1,12 @@ +Format is tab separated dimension settings. +_Name Value +WindowPosition 700+0 +Open File for Dimension +Activate Dimension True +Absolute Extrusion Distance True +Relative Extrusion Distance False +Extruder Retraction Speed (mm/s): 13.3 +Filament Diameter (mm): 1.75 +Filament Packing Density (ratio): 0.85 +Retraction Distance (millimeters): 0.0 +Restart Extra Distance (millimeters): 0.0 diff --git a/export.csv b/export.csv new file mode 100644 index 0000000..319d0e9 --- /dev/null +++ b/export.csv @@ -0,0 +1,18 @@ +Format is tab separated export settings. +_Name Value +WindowPosition 700+0 +Open File for Export +Activate Export True +Add Export Suffix True +Also Send Output To: +Do Not Delete Comments False +Delete Crafting Comments False +Delete All Comments True +Do Not Change Output True +binary_16_byte False +gcode_step False +gcode_time_segment False +gcode_small False +File Extension: gcode +Name of Replace File: replace.csv +Save Penultimate Gcode False diff --git a/fill.csv b/fill.csv new file mode 100644 index 0000000..28e0c18 --- /dev/null +++ b/fill.csv @@ -0,0 +1,34 @@ +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): 1 +Extra Shells on Sparse Layer (layers): 1 +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): 45.0 +Infill Begin Rotation Repeat (layers): 1 +Infill Odd Layer Extra Rotation (degrees): 90.0 +Grid Circular False +Grid Hexagonal False +Grid Rectangular False +Line True +Infill Perimeter Overlap (ratio): 0.3 +Infill Solidity (ratio): 0.6 +Infill Width over Thickness (ratio): 1.35 +Solid Surface Thickness (layers): 3 +Lower Left True +Nearest False +Infill > Loops > Perimeter True +Infill > Perimeter > Loops False +Loops > Infill > Perimeter False +Loops > Perimeter > Infill False +Perimeter > Infill > Loops False +Perimeter > Loops > Infill False diff --git a/fillet.csv b/fillet.csv new file mode 100644 index 0000000..1a61448 --- /dev/null +++ b/fillet.csv @@ -0,0 +1,13 @@ +Format is tab separated fillet settings. +_Name Value +WindowPosition 700+0 +Open File to be Filleted +Activate Fillet True +Arc Point False +Arc Radius False +Arc Segment False +Bevel True +Corner Feed Rate over Operating Feed Rate (ratio): 1.2 +Fillet Radius over Perimeter Width (ratio): 0.35 +Reversal Slowdown Distance over Perimeter Width (ratio): 0.2 +Use Intermediate Feed Rate in Corners True diff --git a/home.csv b/home.csv new file mode 100644 index 0000000..c94ba3e --- /dev/null +++ b/home.csv @@ -0,0 +1,6 @@ +Format is tab separated home settings. +_Name Value +WindowPosition 700+0 +Open File for Home +Activate Home False +Name of Homing File: homing.gcode diff --git a/hop.csv b/hop.csv new file mode 100644 index 0000000..545b82a --- /dev/null +++ b/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/inset.csv b/inset.csv new file mode 100644 index 0000000..7b0202a --- /dev/null +++ b/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.6 +Turn Extruder Heater Off at Shut Down False diff --git a/interpret.csv b/interpret.csv new file mode 100644 index 0000000..49edc63 --- /dev/null +++ b/interpret.csv @@ -0,0 +1,7 @@ +Format is tab separated interpret settings. +Name Value +WindowPosition 700+0 +Open File for Interpret +Activate Interpret False +Print Interpretion False +Text Program: webbrowser diff --git a/jitter.csv b/jitter.csv new file mode 100644 index 0000000..7db634e --- /dev/null +++ b/jitter.csv @@ -0,0 +1,6 @@ +Format is tab separated jitter settings. +_Name Value +WindowPosition 700+0 +Open File for Jitter +Activate Jitter True +Jitter Over Perimeter Width (ratio): 2.0 diff --git a/lash.csv b/lash.csv new file mode 100644 index 0000000..37c29d8 --- /dev/null +++ b/lash.csv @@ -0,0 +1,7 @@ +Format is tab separated lash settings. +_Name Value +WindowPosition 700+0 +Open File for Lash +Activate Lash False +X Backlash (mm): 0.2 +Y Backlash (mm): 0.3 diff --git a/limit.csv b/limit.csv new file mode 100644 index 0000000..a2bddcc --- /dev/null +++ b/limit.csv @@ -0,0 +1,7 @@ +Format is tab separated limit settings. +_Name Value +WindowPosition 700+0 +Open File for Limit +Activate Limit True +Maximum Initial Feed Rate (mm/s): 1.0 +Maximum Z Feed Rate (mm/s): 1.0 diff --git a/multiply.csv b/multiply.csv new file mode 100644 index 0000000..ac253b7 --- /dev/null +++ b/multiply.csv @@ -0,0 +1,10 @@ +Format is tab separated multiply settings. +_Name Value +WindowPosition 700+0 +Open File for Multiply +Activate Multiply: True +Center X (mm): 100.0 +Center Y (mm): 100.0 +Number of Columns (integer): 1 +Number of Rows (integer): 1 +Separation over Perimeter Width (ratio): 15.0 diff --git a/oozebane.csv b/oozebane.csv new file mode 100644 index 0000000..ad8cd89 --- /dev/null +++ b/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/polyfile.csv b/polyfile.csv new file mode 100644 index 0000000..6e7d9bb --- /dev/null +++ b/polyfile.csv @@ -0,0 +1,5 @@ +Format is tab separated polyfile settings. +_Name Value +WindowPosition 700+0 +Execute All Unmodified Files in a Directory False +Execute File True diff --git a/preface.csv b/preface.csv new file mode 100644 index 0000000..51aa6bf --- /dev/null +++ b/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 True +Set Units to Millimeters True +Start at Home False +Turn Extruder Off at Shut Down True +Turn Extruder Off at Start Up True diff --git a/raft.csv b/raft.csv new file mode 100644 index 0000000..d3ccf7e --- /dev/null +++ b/raft.csv @@ -0,0 +1,37 @@ +Format is tab separated raft settings. +_Name Value +WindowPosition 700+0 +Open File for Raft +Activate Raft True +Add Raft, Elevate Nozzle, Orbit: True +Base Feed Rate Multiplier (ratio): 1.1 +Base Flow Rate Multiplier (ratio): 1.1 +Base Infill Density (ratio): 0.7 +Base Layer Thickness over Layer Thickness: 2.0 +Base Layers (integer): 0 +Base Nozzle Lift over Base Layer Thickness (ratio): 0.4 +Initial Circling: False +Infill Overhang over Extrusion Width (ratio): 0.05 +Interface Feed Rate Multiplier (ratio): 1.1 +Interface Flow Rate Multiplier (ratio): 1.1 +Interface Infill Density (ratio): 0.7 +Interface Layer Thickness over Layer Thickness: 1.0 +Interface Layers (integer): 0 +Interface Nozzle Lift over Interface Layer Thickness (ratio): 0.45 +Name of Support End File: support_end.gcode +Name of Support Start File: support_start.gcode +Object First Layer Feed Rate Infill Multiplier (ratio): 0.4 +Object First Layer Feed Rate Perimeter Multiplier (ratio): 0.4 +Object First Layer Flow Rate Infill Multiplier (ratio): 0.4 +Object First Layer Flow Rate Perimeter Multiplier (ratio): 0.4 +Operating Nozzle Lift over Layer Thickness (ratio): 0.5 +Raft Additional Margin over Length (%): 1.0 +Raft Margin (mm): 3.0 +Support Cross Hatch False +Support Flow Rate over Operating Flow Rate (ratio): 1.0 +Support Gap over Perimeter Extrusion Width (ratio): 1.0 +None True +Empty Layers Only False +Everywhere False +Exterior Only False +Support Minimum Angle (degrees): 60.0 diff --git a/scale.csv b/scale.csv new file mode 100644 index 0000000..b80bb6e --- /dev/null +++ b/scale.csv @@ -0,0 +1,8 @@ +Format is tab separated scale settings. +_Name Value +WindowPosition 700+0 +Open File for Scale +Activate Scale: False +XY Plane Scale (ratio): 1.0 +Z Axis Scale (ratio): 0.2 +SVG Viewer: webbrowser diff --git a/skeinforge.csv b/skeinforge.csv new file mode 100644 index 0000000..f031900 --- /dev/null +++ b/skeinforge.csv @@ -0,0 +1,9 @@ +Format is tab separated skeinforge settings. +_Name Value +WindowPosition 600+7 +Open File for Skeinforge C:/Users/crnf/Desktop/printbed_assy_orca_sm01.stl +analyze False +craft True +help False +meta False +profile False diff --git a/skeinforge_analyze.csv b/skeinforge_analyze.csv new file mode 100644 index 0000000..66d919f --- /dev/null +++ b/skeinforge_analyze.csv @@ -0,0 +1,10 @@ +Format is tab separated skeinforge analyze settings. +_Name Value +WindowPosition 600+0 +Open File for Analyze /home/ands/Entwicklung/3Dprinter/skeinforge_shared/40_reprap_python_beanshell/skeinforge_application/test.stl +comment False +interpret False +skeiniso False +skeinlayer True +statistic False +vectorwrite False diff --git a/skeinforge_craft.csv b/skeinforge_craft.csv new file mode 100644 index 0000000..3d35940 --- /dev/null +++ b/skeinforge_craft.csv @@ -0,0 +1,44 @@ +Format is tab separated skeinforge craft settings. +_Name Value +WindowPosition 0+30 +Open File for Craft C:/Users/crnf/Desktop/portal cardreader bottom.stl +bottom False +carve False +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 True +oozebane False +outset False +preface False +raft False +scale False +skirt False +speed False +splodge False +stretch False +temperature False +tower False +unpause False +whittle False +widen False +wipe False diff --git a/skeinforge_help.csv b/skeinforge_help.csv new file mode 100644 index 0000000..6447399 --- /dev/null +++ b/skeinforge_help.csv @@ -0,0 +1,4 @@ +Format is tab separated skeinforge help settings. +_Name Value +WindowPosition 600+0 +Wiki Manual Primary True diff --git a/skeinforge_meta.csv b/skeinforge_meta.csv new file mode 100644 index 0000000..eb0f78b --- /dev/null +++ b/skeinforge_meta.csv @@ -0,0 +1,5 @@ +Format is tab separated skeinforge meta settings. +_Name Value +WindowPosition 600+0 +description False +polyfile True diff --git a/skeiniso.csv b/skeiniso.csv new file mode 100644 index 0000000..0423720 --- /dev/null +++ b/skeiniso.csv @@ -0,0 +1,41 @@ +Format is tab separated skeiniso settings. +_Name Value +WindowPosition 700+0 +Open File for Skeiniso /home/ands/Entwicklung/3Dprinter/skeinforge_shared/40_reprap_python_beanshell/skeinforge_application/test.stl +Activate Skeiniso True +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): 2 +Layer Extra Span (integer): 912345678 +Line (index): 450 +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): 7.5 +Screen Horizontal Inset (pixels): 375 +Screen Vertical Inset (pixels): 361 +Show Gcode True +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/skeinlayer.csv b/skeinlayer.csv new file mode 100644 index 0000000..57e70e4 --- /dev/null +++ b/skeinlayer.csv @@ -0,0 +1,23 @@ +Format is tab separated skeinlayer settings. +_Name Value +WindowPosition 700+0 +Open File for Skeinlayer +Activate Skeinlayer True +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): 3 +Layer Extra Span (integer): 0 +Line (index): 871 +Display Line True +View Move False +Scale (pixels per millimeter): 7.5 +Screen Horizontal Inset (pixels): 403 +Screen Vertical Inset (pixels): 303 +Show Gcode True +Show Position True +Width of Extrusion Thread (pixels): 3 +Width of Selection Thread (pixels): 6 +Width of Travel Thread (pixels): 1 diff --git a/skin.csv b/skin.csv new file mode 100644 index 0000000..3c4d82c --- /dev/null +++ b/skin.csv @@ -0,0 +1,8 @@ +Format is tab separated skin settings. +_Name Value +WindowPosition 700+0 +Open File for Skin +Activate Skin False +Half Width Perimeter True +Hop When Extruding Infill False +Layers From (index): 1 diff --git a/skirt.csv b/skirt.csv new file mode 100644 index 0000000..fee527a --- /dev/null +++ b/skirt.csv @@ -0,0 +1,8 @@ +Format is tab separated skirt settings. +_Name Value +WindowPosition 700+0 +Open File for Skirt +Activate Skirt: False +Convex: True +Gap over Perimeter Width (ratio): 1.0 +Layers To (index): 1 diff --git a/speed.csv b/speed.csv new file mode 100644 index 0000000..139732b --- /dev/null +++ b/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): 50.0 +Flow Rate Setting (float): 50.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): 100.0 diff --git a/splodge.csv b/splodge.csv new file mode 100644 index 0000000..295a157 --- /dev/null +++ b/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/statistic.csv b/statistic.csv new file mode 100644 index 0000000..33db58d --- /dev/null +++ b/statistic.csv @@ -0,0 +1,11 @@ +Format is tab separated statistic settings. +Name Value +WindowPosition 700+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/stretch.csv b/stretch.csv new file mode 100644 index 0000000..da8e62f --- /dev/null +++ b/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/temperature.csv b/temperature.csv new file mode 100644 index 0000000..77213cb --- /dev/null +++ b/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): 2.0 +Heating Rate (Celcius/second): 1.0 +Base Temperature (Celcius): 230.0 +Interface Temperature (Celcius): 230.0 +Object First Layer Infill Temperature (Celcius): 230.0 +Object First Layer Perimeter Temperature (Celcius): 230.0 +Object Next Layers Temperature (Celcius): 230.0 +Support Layers Temperature (Celcius): 225.0 +Supported Layers Temperature (Celcius): 230.0 diff --git a/tower.csv b/tower.csv new file mode 100644 index 0000000..0dcda13 --- /dev/null +++ b/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): 1 diff --git a/unpause.csv b/unpause.csv new file mode 100644 index 0000000..f30516c --- /dev/null +++ b/unpause.csv @@ -0,0 +1,7 @@ +Format is tab separated unpause settings. +_Name Value +WindowPosition 700+0 +Open File for Unpause +Activate Unpause False +Delay (milliseconds): 28.0 +Maximum Speed (ratio): 1.3 diff --git a/vectorwrite.csv b/vectorwrite.csv new file mode 100644 index 0000000..85c9a20 --- /dev/null +++ b/vectorwrite.csv @@ -0,0 +1,11 @@ +Format is tab separated vectorwrite settings. +Name Value +WindowPosition 700+0 +Activate Vectorwrite False +Open File to Write Vector Graphics for +Add Loops True +Add Paths True +Add Perimeters True +Layers From (index): 0 +Layers To (index): 912345678 +SVG Viewer: webbrowser diff --git a/vielerfolg.txt b/vielerfolg.txt deleted file mode 100644 index e69de29..0000000 diff --git a/widen.csv b/widen.csv new file mode 100644 index 0000000..74b935d --- /dev/null +++ b/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/wipe.csv b/wipe.csv new file mode 100644 index 0000000..a539e18 --- /dev/null +++ b/wipe.csv @@ -0,0 +1,15 @@ +Format is tab separated wipe settings. +_Name Value +WindowPosition 700+0 +Open File for Wipe +Activate Wipe False +Location Arrival X (mm): -70.0 +Location Arrival Y (mm): -50.0 +Location Arrival Z (mm): 50.0 +Location Departure X (mm): -70.0 +Location Departure Y (mm): -40.0 +Location Departure Z (mm): 50.0 +Location Wipe X (mm): -70.0 +Location Wipe Y (mm): -70.0 +Location Wipe Z (mm): 50.0 +Wipe Period (layers): 3 -- GitLab