Skip to content
Permalink
Browse files

fixes

  • Loading branch information...
rkoeppl committed Jun 26, 2016
1 parent 363d204 commit 08f7f018c7e2b61910ca571903700181c42710a5
Showing with 3 additions and 3 deletions.
  1. +2 −2 modules/printengine.cfg
  2. +1 −1 modules/printengine.pl
@@ -12,8 +12,8 @@ logging_enabled="TRUE"
controllerboard="raspiarduinoramps"
arduinotty="/dev/ttyACM0"
arduinottybaudrate="115200"

steps_per_mm="100" #steps needed to move the Z-Axis 1mm
steps_per_mm="100"
#steps needed to move the Z-Axis 1mm
projector_type="Lightcrafter4500"
#default Light engine
projector_usb_device="/dev/ttyUSB0"
@@ -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*1000000; #microseconds
Time::HiRes::usleep("$zsleep");
Time::HiRes::usleep("$resin_settling_time_us");
}

0 comments on commit 08f7f01

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