diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-07-23 13:26:59 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-07-23 13:26:59 +0200 |
commit | 992b8b3eac7d00a5cb88c859efb05bfe6fbf68fb (patch) | |
tree | b23138ad537829c212d26c74a8bbd13f86db7f84 | |
parent | 8c8528199b9241538292f7734d60f3ed9c514ef7 (diff) |
Improved Makefile and slic3r conf
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | conf/basic.ini | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -19,8 +19,8 @@ $(BUILDDIR)/%.stl: %.scad mkdir -p ${BUILDDIR} openscad -o $@ $^ -$(BUILDDIR)/%.gcode: %.stl - ${SLIC3R} --load ${CONFDIR}/basic.ini $^ +$(BUILDDIR)/%.gcode: %.stl ${CONFDIR}/basic.ini + ${SLIC3R} --load ${CONFDIR}/basic.ini $< clean: rm -f ${BUILDDIR}/*.stl ${BUILDDIR}/*.gcode diff --git a/conf/basic.ini b/conf/basic.ini index 879b9a5..45851fc 100644 --- a/conf/basic.ini +++ b/conf/basic.ini @@ -1,4 +1,4 @@ -# generated by Slic3r 1.1.7 on Mon Jul 20 16:03:26 2015 +# generated by Slic3r 1.1.7 on Thu Jul 23 12:42:45 2015 avoid_crossing_perimeters = 1 bed_size = 200,200 bed_temperature = 0 @@ -109,7 +109,7 @@ temperature = 190 thin_walls = 1 threads = 2 toolchange_gcode = -top_infill_extrusion_width = 150% +top_infill_extrusion_width = 90% top_solid_infill_speed = 30 top_solid_layers = 5 travel_speed = 130 |