Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Sep 29, 2016
1 parent d6e13f5 commit ad447d0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cura/profiles/kossel_mini_02.profile
Expand Up @@ -162,7 +162,7 @@ raft_line_spacing: 3.0
raft_margin: 5.0
raft_surface_layers: 2
retraction_amount: 3
retraction_combing: true
retraction_combing: no skin
retraction_dual_amount: 16.5
retraction_enable: true
retraction_hop: 0.0
Expand Down
2 changes: 1 addition & 1 deletion Cura/profiles/prusa_i3_02.profile
Expand Up @@ -162,7 +162,7 @@ raft_line_spacing: 3.0
raft_margin: 5.0
raft_surface_layers: 2
retraction_amount: 3
retraction_combing: true
retraction_combing: no skin
retraction_dual_amount: 16.5
retraction_enable: true
retraction_hop: 0.0
Expand Down
2 changes: 1 addition & 1 deletion Cura/profiles/thing_02.profile
Expand Up @@ -162,7 +162,7 @@ raft_line_spacing: 3.0
raft_margin: 5.0
raft_surface_layers: 2
retraction_amount: 3
retraction_combing: true
retraction_combing: no skin
retraction_dual_amount: 16.5
retraction_enable: true
retraction_hop: 0.0
Expand Down
23 changes: 14 additions & 9 deletions make-kamikaze-2.0.7.sh
Expand Up @@ -44,15 +44,18 @@ remove_unneeded_packages() {
rm -rf /usr/local/lib/node_modules
rm -rf /var/lib/cloud9
rm -rf /usr/lib/node_modules/
apt-get purge -y \
bone101 nodejs \
apache2 apache2-bin \
apache2-data apache2-utils vim \
linux-headers-4.4.19-ti-r41 \
ti-pru-cgt-installer \
doc-beaglebonegreen-getting-started \
doc-seeed-bbgw-getting-started \
doc-beaglebone-getting-started
apt-get purge -y bone101
apt-get purge -y nodejs
apt-get purge -y apache2
apt-get purge -y apache2-bin
apt-get purge -y apache2-data
apt-get purge -y apache2-utils
apt-get purge -y vim
apt-get purge -y linux-headers-4.4.19-ti-r41
apt-get purge -y ti-pru-cgt-installer
apt-get purge -y doc-beaglebonegreen-getting-started
apt-get purge -y doc-seeed-bbgw-getting-started
apt-get purge -y doc-beaglebone-getting-started
}


Expand Down Expand Up @@ -245,6 +248,8 @@ install_cura() {
fi
cd CuraEngine/
git checkout tags/15.04.6 -b tmp
# Do perimeters first
sed -i 's/SETTING(perimeterBeforeInfill, 0);/SETTING(perimeterBeforeInfill, 1);/' src/settings.cpp
make
cp build/CuraEngine /usr/bin/

Expand Down

0 comments on commit ad447d0

Please sign in to comment.