Permalink
Browse files

fixes

  • Loading branch information...
1 parent 07cbb84 commit c9ce51ae413673010a188064bb9ebc485b889318 @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -305,7 +305,7 @@
Time::HiRes::usleep("$exposure_time_us");
$fb->clear_screen('OFF');
$z=$z+$zdelta;
-my @command_list=("G1 Z $z F1");
+my @command_list=("G1 Z $z F $Z_speed");
send_commands(@command_list);
my $zsleep=$zdelta*$Z_speed*60*1000000; #microseconds, conversion from mm/min to mm/s
Time::HiRes::usleep("$zsleep");

0 comments on commit c9ce51a

Please sign in to comment.