Permalink
Browse files

fixes

  • Loading branch information...
1 parent 5723bb5 commit f67732c99ee94bf83eab18134ba21dc23febb6ce @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 f67732c

Please sign in to comment.