Skip to content
Permalink
Browse files

fixes

  • Loading branch information...
rkoeppl committed Jul 13, 2016
1 parent 3ee6c28 commit 69810a114af1e1ae5a3fc2f9f6ea2a7a40b11a97
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
@@ -306,7 +306,7 @@
$fb->clear_screen('OFF');
$z=$z+$zdelta;
my $ztemp=$z+$overshoot;
my @command_list=("G1 Z $ztemp F $zspeed","G1 Z $z F $Z_speed");
my @command_list=("G1 Z $ztemp F $Z_speed","G1 Z $z F $Z_speed");
send_commands(@command_list);
my $zsleep=$zdelta*$Z_speed*60*1000000+$overshoot*$Z_speed*60*1000000; #microseconds, conversion from mm/min to mm/s
Time::HiRes::usleep("$zsleep");

0 comments on commit 69810a1

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