new coarse abs settings
This commit is contained in:
parent
916dc386e4
commit
32d25221f2
3 changed files with 102 additions and 5 deletions
79
.Slic3r/print/coarse abs 0.5.ini
Normal file
79
.Slic3r/print/coarse abs 0.5.ini
Normal file
|
@ -0,0 +1,79 @@
|
|||
# generated by Slic3r 1.1.7 on Sat Aug 16 14:32:30 2014
|
||||
avoid_crossing_perimeters = 0
|
||||
bottom_solid_layers = 3
|
||||
bridge_acceleration = 0
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 15
|
||||
brim_width = 0
|
||||
complete_objects = 0
|
||||
default_acceleration = 0
|
||||
dont_support_bridges = 1
|
||||
external_perimeter_speed = 15
|
||||
external_perimeters_first = 1
|
||||
extra_perimeters = 1
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
extrusion_width = 0
|
||||
fill_angle = 45
|
||||
fill_density = 40%
|
||||
fill_pattern = rectilinear
|
||||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 200%
|
||||
first_layer_height = 0.2
|
||||
first_layer_speed = 15
|
||||
gap_fill_speed = 15
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_width = 0
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 1
|
||||
infill_speed = 12
|
||||
interface_shells = 0
|
||||
layer_height = 0.4
|
||||
min_skirt_length = 20
|
||||
notes =
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = [input_filename_base].gcode
|
||||
overhangs = 1
|
||||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
perimeter_speed = 15
|
||||
perimeters = 3
|
||||
post_process =
|
||||
raft_layers = 0
|
||||
resolution = 0
|
||||
seam_position = random
|
||||
skirt_distance = 6
|
||||
skirt_height = 1
|
||||
skirts = 1
|
||||
small_perimeter_speed = 15
|
||||
solid_fill_pattern = rectilinear
|
||||
solid_infill_below_area = 70
|
||||
solid_infill_every_layers = 7
|
||||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 12
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 0
|
||||
support_material_angle = 0
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
support_material_interface_extruder = 1
|
||||
support_material_interface_layers = 3
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 15
|
||||
support_material_pattern = pillars
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 15
|
||||
support_material_threshold = 0
|
||||
thin_walls = 1
|
||||
threads = 8
|
||||
top_infill_extrusion_width = 0
|
||||
top_solid_infill_speed = 10
|
||||
top_solid_layers = 4
|
||||
travel_speed = 100
|
|
@ -1,4 +1,4 @@
|
|||
# generated by Slic3r 1.1.7 on Sat Aug 16 14:20:52 2014
|
||||
# generated by Slic3r 1.1.7 on Sat Aug 16 22:09:56 2014
|
||||
autocenter = 1
|
||||
last_output_path = /home/cyryl/RepRap/models
|
||||
last_version_check = 1407388369
|
||||
|
@ -9,7 +9,7 @@ version_check = 1
|
|||
|
||||
[presets]
|
||||
filament = pink abs 0.5.ini
|
||||
print = fine abs 0.5.ini
|
||||
print = coarse abs 0.5.ini
|
||||
printer = printer0.5.ini
|
||||
|
||||
[recent]
|
||||
|
|
|
@ -4,10 +4,28 @@
|
|||
FEDORA_VERSION=`rpm -E %fedora`
|
||||
sudo yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm
|
||||
sudo yum install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm
|
||||
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad
|
||||
sudo chsh -s `which zsh` $USER
|
||||
#fetch dependencies
|
||||
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel
|
||||
|
||||
#ReText
|
||||
aria2c http://sourceforge.net/projects/pyqt/files/sip/sip-4.16.2/sip-4.16.2.tar.gz -d /tmp
|
||||
tar -C /tmp -xf /tmp/sip-4.16.2.tar.gz
|
||||
cd /tmp/sip-4.16.2
|
||||
python3 configure.py
|
||||
make
|
||||
sudo make install
|
||||
aria2c http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.3.1/PyQt-gpl-5.3.1.tar.gz -d /tmp
|
||||
tar -C /tmp -xf /tmp/PyQt-gpl-5.3.1.tar.gz
|
||||
cd /tmp/PyQt-gpl-5.3.1
|
||||
python3 configure.py --qmake /usr/bin/qmake-qt5
|
||||
make -j8
|
||||
sudo make install
|
||||
|
||||
sudo pip-python3 install retext
|
||||
|
||||
#zsh
|
||||
sudo chsh -s `which zsh` $USER
|
||||
|
||||
#submodules
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd $DIR
|
||||
git submodule init
|
||||
|
|
Loading…
Reference in a new issue