Permalink
Browse files

fixes

  • Loading branch information...
1 parent f745aae commit cce7062bd7f4db8fdcd0735f8222279d2075c602 @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 7 additions and 2 deletions.
  1. +6 −1 modules/printengine.cfg
  2. +1 −1 modules/printengine.pl
View
@@ -8,7 +8,12 @@
log_file = "../log/printengine.log"
temporary_folder="./temp"
logging_enabled="TRUE"
-controllerboard="BBB"
+#controllerboard="BBB"
+controllerboard="raspiarduinoramps"
+arduinotty="/dev/ttyACM0"
+
+arduinottybaudrate="115500"
+
steps_per_mm="100" #steps needed to move the Z-Axis 1mm
projector_type="Lightcrafter4500"
#default Light engine
View
@@ -287,7 +287,7 @@
)
);
Time::HiRes::usleep("$exposure_time_us");
-$fb->clear_screen('OFF')
+$fb->clear_screen('OFF');
Time::HiRes::usleep("$resin_settling_time_us");
}
$fb->clear_screen('ON');

0 comments on commit cce7062

Please sign in to comment.