Permalink
Browse files

fixes

  • Loading branch information...
1 parent 08f7f01 commit 07cbb8430d08de82e30be823e888880c816cf012 @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -307,7 +307,7 @@
$z=$z+$zdelta;
my @command_list=("G1 Z $z F1");
send_commands(@command_list);
-my $zsleep=$zdelta*$Z_speed*1000000; #microseconds
+my $zsleep=$zdelta*$Z_speed*60*1000000; #microseconds, conversion from mm/min to mm/s
Time::HiRes::usleep("$zsleep");
Time::HiRes::usleep("$resin_settling_time_us");
}

0 comments on commit 07cbb84

Please sign in to comment.