Permalink
Browse files

fixes

  • Loading branch information...
1 parent 374cef2 commit 7dd4087239a954b1282efcb74e5a5650ccc2c3e7 @rkoeppl rkoeppl committed Jul 13, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -303,7 +303,7 @@
)
);
Time::HiRes::usleep("$exposure_time_us");
-#$fb->clear_screen('OFF');
+$fb->clear_screen('OFF');
$z=$z+$zdelta;
my $ztemp=$z+$overshoot;
my @command_list=("G1 Z $ztemp F $Z_speed","G1 Z $z F $Z_speed");

0 comments on commit 7dd4087

Please sign in to comment.