Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-01-15 22:06:30 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-15 22:06:30 +0300
commite0a3d2577c7d0b29963caf9fb4cffc0e55d0bd2c (patch)
treebb516cdce8c0ff735f8e3b6568a9b2be49e58914 /utils
parent18e815d0329e3dbf7c645905364640124a94733f (diff)
Initial work for 3D rendering of toolpaths
Diffstat (limited to 'utils')
-rwxr-xr-xutils/view-toolpaths.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/view-toolpaths.pl b/utils/view-toolpaths.pl
index a49421718..7e1d305bc 100755
--- a/utils/view-toolpaths.pl
+++ b/utils/view-toolpaths.pl
@@ -86,7 +86,8 @@ sub OnInit {
$canvas->set_bed_shape($print->config->bed_shape);
foreach my $object (@{$print->objects}) {
- $canvas->load_print_object_slices($object);
+ #$canvas->load_print_object_slices($object);
+ $canvas->load_print_object_toolpaths($object);
#$canvas->load_object($object->model_object);
}
$canvas->zoom_to_volumes;