-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SlicerA can now run without ArozOS support (some functions are missing, but it works)
- Loading branch information
TC pushbot 5
authored and
TC pushbot 5
committed
Apr 24, 2021
1 parent
ce58a8f
commit f01e376
Showing
212 changed files
with
139,070 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
the STL_FILE path has to be specified | ||
Usage of goslice: goslice STL_FILE [flags] | ||
--additional-internal-infill-overlap-percent int The percentage used to make the internal infill (infill not blocked by the perimeters) even bigger so that it grows a bit into the model. (default 400) | ||
--bed-temperature int The temperature for the heated bed after the first layers. (default 55) | ||
--brim-count int The amount of brim lines around the parts of the initial layer. | ||
--center Micrometer The point where the model is finally placed. (default 100000_100000_0) | ||
--extrusion-multiplier int The multiplier in % used to change the amount of filament being extruded. Can be used to mitigate under/over extrusion. (default 100) | ||
--extrusion-width Micrometer The diameter of your nozzle. (default 400) | ||
--fan-speed FanSpeedOptions Comma separated layer/primary-fan-speed. eg. --fan-speed 3=20,10=40 indicates at layer 3 set fan to 20 and at layer 10 set fan to 40. Fan speed can range from 0-255. (default 2=255) | ||
--filament-diameter Micrometer The filament diameter used by the printer. (default 1750) | ||
--finish-polygon-snap-distance Micrometer The max distance between start end endpoint of a polygon used to check if a open polygon can be closed. (default 1000) | ||
--hot-end-temperature int The temperature for the hot end after the first layers. (default 200) | ||
--infill-overlap-percent int The percentage of overlap into the perimeters. (default 50) | ||
--infill-percent int The amount of infill which should be generated. (default 20) | ||
--infill-rotation-degree int The rotation used for the infill. (default 45) | ||
--infill-zig-zag Sets if the infill should use connected lines in zig zag form. | ||
--initial-bed-temperature int The temperature for the heated bed for the first layers. (default 60) | ||
--initial-hot-end-temperature int The filament diameter used by the printer. (default 205) | ||
--initial-layer-speed Millimeter The speed only for the first layer in mm per second. (default 30.000) | ||
--initial-layer-thickness Micrometer The layer thickness for the first layer. (default 200) | ||
--initial-temperature-layer-count int The number of layers which use the initial temperatures. After this amount of layers, the normal temperatures are used. (default 3) | ||
--inset-count int The number of perimeters. (default 2) | ||
--join-polygon-snap-distance Micrometer The distance used to check if two open polygons can be snapped together to one bigger polygon. Checked by the start and endpoints of the polygons. (default 160) | ||
--layer-speed Millimeter The speed for all but the first layer in mm per second. (default 60.000) | ||
--layer-thickness Micrometer The thickness for all but the first layer. (default 200) | ||
--meld-distance Micrometer The distance which two points have to be within to count them as one point. (default 30) | ||
--move-speed Millimeter The speed for all non printing moves. (default 150.000) | ||
--number-bottom-layers int The amount of layers the bottom layers should grow into the model. (default 3) | ||
--number-top-layers int The amount of layers the bottom layers should grow into the model. (default 4) | ||
--outer-perimeter-speed Millimeter The speed only for outer perimeters. (default 40.000) | ||
-o, --output string File path for the output gcode file. Default is the inout file path with .gcode as file ending. | ||
--retraction-length Millimeter The amount to retract in millimeter. (default 2.000) | ||
--retraction-speed Millimeter The speed used for retraction in mm/s. (default 30.000) | ||
--skirt-count int The amount of skirt lines around the initial layer. (default 2) | ||
--skirt-distance Millimeter The distance between the model (or the most outer brim lines) and the most inner skirt line. (default 5.000) | ||
--support-enabled Enables the generation of support structures. | ||
--support-gap Millimeter The gap between the model and the support. (default 0.600) | ||
--support-interface-layers int The amount of layers which are filled differently as interface to the object. (default 2) | ||
--support-pattern-spacing Millimeter The spacing used to create the support pattern. (default 2.500) | ||
--support-threshold-angle int The angle up to which no support is generated. (default 60) | ||
--support-top-gap-layers int The amount of layers without support. (default 3) | ||
-v, --version Print the GoSlice version. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.