Skip to content
Permalink
Browse files

bugfixes

  • Loading branch information...
rkoeppl committed May 7, 2016
1 parent 3595f04 commit d3e6d2ebd0abc0c6be1e8b0007ad2ae24bd62d0f
Showing with 4 additions and 3 deletions.
  1. +4 −3 modules/printengine.pl
@@ -269,9 +269,9 @@
#sleep 10;
foreach(@pics_sorted){
$fb->clear_screen('OFF');
$fb->blit_write(
Time::HiRes::usleep("$resin_settling_time_us");
$fb->load_image(
$fb->blit_write(
$fb->load_image(
{

'width' => $X_pixels, # Optional. Resizes to this maximum
@@ -287,6 +287,7 @@
}
)
);

}
Time::HiRes::usleep("$exposure_time_us");
}
$fb->clear_screen('ON');

0 comments on commit d3e6d2e

Please sign in to comment.
You can’t perform that action at this time.