added laser_module_pwm_period to ConfigSamples
[clinton/Smoothieware.git] / ConfigSamples / Smoothieboard / config
index 77cafb0..66eefc7 100644 (file)
@@ -69,6 +69,7 @@ laser_module_enable                          false            # Whether to activ
 #laser_module_pin                             2.7              # this pin will be PWMed to control the laser
 #laser_module_max_power                       0.8              # this is the maximum duty cycle that will be applied to the laser
 #laser_module_tickle_power                    0.0              # this duty cycle will be used for travel moves to keep the laser active without actually burning
+#laser_module_pwm_period                      20               # this sets the pwm frequency, the value is the period in microseconds
 
 # Hotend temperature control configuration
 temperature_control.hotend.enable            true             # Whether to activate this ( "hotend" ) module at all. All configuration is ignored if false.