diff --git a/Cura/profiles/kossel_mini_02.profile b/Cura/profiles/kossel_mini_02.profile index b74f10e7..83af2ab5 100644 --- a/Cura/profiles/kossel_mini_02.profile +++ b/Cura/profiles/kossel_mini_02.profile @@ -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 diff --git a/Cura/profiles/prusa_i3_02.profile b/Cura/profiles/prusa_i3_02.profile index 5be8e818..c89974f4 100644 --- a/Cura/profiles/prusa_i3_02.profile +++ b/Cura/profiles/prusa_i3_02.profile @@ -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 diff --git a/Cura/profiles/thing_02.profile b/Cura/profiles/thing_02.profile index 3fda9385..078bc83b 100644 --- a/Cura/profiles/thing_02.profile +++ b/Cura/profiles/thing_02.profile @@ -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 diff --git a/make-kamikaze-2.0.7.sh b/make-kamikaze-2.0.7.sh index 9dfb2512..b2c6ee12 100755 --- a/make-kamikaze-2.0.7.sh +++ b/make-kamikaze-2.0.7.sh @@ -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 } @@ -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/