But if the PWM is 100% duty cycle it should show 5V on multimeter, right?
Also I got a message asking
"Why do you have # in front of this in config?
#laser_module_pwm_period 20 # this sets the pwm frequency as the period in microseconds "
In smoothie documentation for laser cutter doesn't say about that. Is it necessary to remove # ?
If the PWM is with 100% duty cycle it should show 5V in multimeter, right?
Can you give me your laser PSU manual or a link if possible?
I wanna know how much current your 5 V terminal can give, mine says 20ma. Isn't that enough?
I have explained my problem in detail in sparkfun forum, please take a look.
laser_module_maximum_power 1.0 # this is the maximum duty cycle that will be applied to the laser
--
You received this message because you are subscribed to the Google Groups "Opensource Laser" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opensource-las...@googlegroups.com.
Visit this group at https://groups.google.com/group/opensource-laser.
To view this discussion on the web visit https://groups.google.com/d/msgid/opensource-laser/7ef2148e-4cd5-46b6-8ef1-894dd529e658%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# Laser module configuration
laser_module_enable true # Whether to activate the laser module at all. All configuration is
# ignored if false.
laser_module_pin 2.5 # this pin will be PWMed to control the laser. Only P2.0 - P2.5
# can be used since laser requires hardware PWM
#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 as the period in microseconds