minor
authorArthur Wolf <wolf.arthur@gmail.com>
Sun, 20 Nov 2011 20:16:36 +0000 (21:16 +0100)
committerArthur Wolf <wolf.arthur@gmail.com>
Sun, 20 Nov 2011 20:16:36 +0000 (21:16 +0100)
src/modules/tools/laser/Laser.cpp

index f7d1126..db6b641 100644 (file)
@@ -62,7 +62,7 @@ void Laser::on_gcode_execute(void* argument){
     }
 }
 
-
+// We follow the stepper module here, so speed must be proportional
 void Laser::on_speed_change(void* argument){
     this->set_proportional_power();
 }