1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

New options to multiply input object

This commit is contained in:
Alessandro Ranellucci
2011-09-26 16:58:08 +02:00
parent b79737c657
commit 81085433fd
4 changed files with 43 additions and 3 deletions
+3
View File
@@ -64,5 +64,8 @@ our $skirt_distance = 6; # mm
# transform options
our $scale = 1;
our $rotate = 0;
our $multiply_x = 1;
our $multiply_y = 1;
our $multiply_distance = 6; # mm
1;