Permalink
Browse files

fixes

  • Loading branch information...
1 parent 1002989 commit 4348687e0506ea9d9af1e0ad23916895ab4c6e71 @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 2 additions and 1 deletion.
  1. +2 −1 modules/printengine.pl
View
@@ -297,10 +297,11 @@
)
);
Time::HiRes::usleep("$exposure_time_us");
+$fb->clear_screen('OFF');
$z=$z+$zdelta;
my @command_list=("G1 Z $z F1");
send_commands(@command_list);
-$fb->clear_screen('OFF');
+
Time::HiRes::usleep("$resin_settling_time_us");
}
$fb->clear_screen('ON');

0 comments on commit 4348687

Please sign in to comment.