Permalink
Browse files

fixes

  • Loading branch information...
1 parent f810d99 commit 5723bb53c6de65039850be8005b3857d54e4c4fe @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -268,7 +268,7 @@
say "layer_height=$layer_height µm, exposure_time=$exposure_time_us µs,resin_settling_time=$resin_settling_time_us µs\n";
sleep 10;
# Home Z-Axis
-my@command_list=('G21','G28 Z')
+my @command_list=('G21','G28 Z')
send_commands(@command_list);
sleep 20;
#

0 comments on commit 5723bb5

Please sign in to comment.