From 117c31d6175b1e17bbf99cc4c54d36e45319fc59 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 26 Sep 2011 16:21:49 +0200 Subject: [PATCH] Removed hard coded default for print center --- slic3r.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slic3r.pl b/slic3r.pl index e274eac6a..d6c928560 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -136,7 +136,7 @@ Usage: slic3r.pl [ OPTIONS ] file.stl Printer options: --nozzle-diameter Diameter of nozzle in mm (default: $Slic3r::nozzle_diameter) --print-center Coordinates of the point to center the print around - (default: 100,100) + (default: $Slic3r::print_center->[0],$Slic3r::print_center->[1]) --use-relative-e-distances Use relative distances for extrusion in GCODE output --z-offset Additional height in mm to add to vertical coordinates