Permalink
Browse files

fixes

  • Loading branch information...
1 parent 60a463e commit 100298993ef3dd1ff15375704ea80ac09374901a @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -298,7 +298,7 @@
);
Time::HiRes::usleep("$exposure_time_us");
$z=$z+$zdelta;
-my @command_list=('G1 Z $z');
+my @command_list=("G1 Z $z F1");
send_commands(@command_list);
$fb->clear_screen('OFF');
Time::HiRes::usleep("$resin_settling_time_us");

0 comments on commit 1002989

Please sign in to comment.