To view this discussion on the web visit https://groups.google.com/d/msgid/opensource-laser/b967055d-e627-4697-a9aa-cfd8921ddab7%40googlegroups.com.--
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-laser+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/opensource-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-laser+unsubscribe@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/6a1f5f94-f1e2-47cf-9067-08b823691f89%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opensource-las...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/opensource-laser/6a1f5f94-f1e2-47cf-9067-08b823691f89%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opensource-laser+unsubscribe@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/9c3db7b6-e4d7-4d21-8bf9-c1967f78cad8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/opensource-laser/9c3db7b6-e4d7-4d21-8bf9-c1967f78cad8%40googlegroups.com.
Hi Arthur,
I downloaded the CNC version from the website on 15th of August.
This is the laserpart of my config file:
## Laser module configuration
laser_module_enable
true #
Whether to activate the laser module at all. All configuration is
# ignored if false.
laser_module_pwm_pin
1.23o!
# this pin will be PWMed to control thelaser.
# Only P2.0 - P2.5, P1.18, P1.20, P1.21, P1.23,
# P1.24, P1.26, P3.25, P3.26
# can be used since laser requires hardware PWM
laser_module_maximum_power
0.8
# this is the maximum duty cycle that will be applied to the laser
laser_module_minimum_power
0.0
# This is a value just below the minimum duty cycle that keeps the laser
# active without actually burning.
laser_module_default_power 0.3 # This is the default laser power that will be used for cuts if a power has not been specified. The value is a scale between
# the maximum and minimum power levels specified above
laser_module_pwm_period
40
# this sets the pwm frequency as the period in microseconds
Laser fire configuration
switch.laserfire.enable
true #
switch.laserfire.output_pin
1.22
# connect to laser PSU fire (!^ if to active low, !v if to active high)
switch.laserfire.output_type
digital #
switch.laserfire.input_on_command
M3
# fire laser
switch.laserfire.input_off_command
M5
# laser off
First i had it configged with:
laser_module_ttl_pin
1.22
And no Switch section, but then it fired when i did CHECK SIZE in Laserweb,
With the switch section it's ok and can change the power nicely, but the supply hisses.
Does this information help you a bit what could be wrong ?
Thanks in advance, smoothieboard is awesome.
Have some rastering issues using laserweb4 but slowly i'll get there.
Kind regards,
Dimitri
To view this discussion on the web visit https://groups.google.com/d/msgid/opensource-laser/9c3db7b6-e4d7-4d21-8bf9-c1967f78cad8%40googlegroups.com.