Skip to content
Permalink
Browse files

fixes

  • Loading branch information...
rkoeppl committed Jun 26, 2016
1 parent 1002989 commit 4348687e0506ea9d9af1e0ad23916895ab4c6e71
Showing with 2 additions and 1 deletion.
  1. +2 −1 modules/printengine.pl
@@ -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.
You can’t perform that action at this time.