Skip to content
Permalink
Browse files

tuning of parameters for Z drive

  • Loading branch information...
rkoeppl committed Jul 13, 2016
1 parent 69810a1 commit 374cef213a88e7583b05b60be1be7d71e7fa754e
Showing with 2 additions and 2 deletions.
  1. +1 −1 modules/printengine.cfg
  2. +1 −1 modules/printengine.pl
@@ -28,7 +28,7 @@ door_contact="TRUE"
#Defines if there is a door contact to determine if the enclosure is closed
X_pixels="912"
Y_pixels="1140"
Z_speed="1"
Z_speed="5"
#mm/s
Z_max_speed="10"
#mm/s
@@ -303,7 +303,7 @@
)
);
Time::HiRes::usleep("$exposure_time_us");
$fb->clear_screen('OFF');
#$fb->clear_screen('OFF');
$z=$z+$zdelta;
my $ztemp=$z+$overshoot;
my @command_list=("G1 Z $ztemp F $Z_speed","G1 Z $z F $Z_speed");

0 comments on commit 374cef2

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