-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$30, $31, $32 setup for laser #1256
Comments
And you have read this? |
Of course I read it - and I try to understand it in relation to laser, not spindle. |
If you are setting
If you are setting
By setting |
Hey first of all it's nice to see one more Laser Engraver newbie :) |
Thank you Breiler and Farukguelle very much - it is now much easier to understand that. |
Hi Farukguelle - could you please contact me by email aszczurowski@hotmail.com - Thank you |
Sure, I am glad to help. May I ask why the contact via Mail? In case you have open questions let me know and I'd be glad to help here :] Also one more information that can't be told enough is to handle the Laser with caution. I dont know how much your Laser's output is but since it must be enough to engrave I assume it to be dangerous enough to damage the eyes if not taken proper care. If you want to test the Intensity of the Laser make sure you have it pointed to something non reflecting, not burning down or causing a fire, etc... Also always wear Laser goggles of the OD (Optical Density) specific for your Laser. I personally wear OD4+ glasses, besides from already 2 protective glasses surrounding the Laser head. I only have one pair of eyes and its just a matter of seconds if something goes wrong so please be safe. |
Thx for info. I thought that some mine questions are not exactly related to GRBL, so I wasn't sure if this is right place to ask. Actually my biggest problem I already solved. After your explanation - finally I understood $30 setup, but my laser didn't go for 100%. I changed to GRBL laser and it was working fine, but not in Lightburn. I find out that Lightburn has its own setup not tighten to GRBL $30. The default setup for laser max power to 255. So if grbl was set to 100, 100% in Lightburn was actually 1/4 of full power. Now I have all OK. |
That's great to hear that I was able to help you guiding towards the right troubleshooting. As for the max Laser Power in Lightburn: Yeah its a setting spmewhere in the settings of lightburn but it seems like you solved it :] I personally run it on a self designed Mainboard PCB with the same controller as the Arduino and some silent stepper drivers. I once was planning on writing some code to make it read G Codes from a SD card and show me the result on a Display but I am already working on some projects which made me focus on them rather than the already functioning Laser. Edit: my profile picture was engraved with the same mainboard as I use now (altho a newer version is on its way) and I think it looks totally decent for a DIY Laser engraver. I might also upload the Gerber files and everything around it in the future. Especially since the silent stepper drivers (TMC2208) do a perfect job. |
Thank You. I didn't close this because I have one more problem to understand. |
If I understand it correctly you want to add a servo motor in order to change the Knife's direction since the sharp edge is on one side, is that the issue? |
No exactly. It is not for knife. It is for pen plotter. Pen plotter must lift the pen and lower the pen. Mechanically it is done by Stepper motor or servo motor. If the stepper motor is used it is controlled by Z driver on CNC shield. In case of the servo motor - it is controlled by Z+ axis (on CNC shield) - but in this case modified GRBL is used. I know it is related to PWM - but do not know how. What is different between PWM used by Z+ for laser and PWM used by Z+ for servo motor. |
Laser PWM goes fron 0 to 100%
Servo motors use a narrow and time specific range.
https://naylampmechatronics.com/img/cms/Blog/tutorial%20servo/se%C3%B1al%20pwm%20servomotor,%20tiempos.PNG
The pen may need less tha 180 degrees travel.
Maybe PWM and Gcode may be tunned to get it.
El El vie, 20 set. 2024 a la(s) 10:53, Marmadoc ***@***.***>
escribió:
… No exactly. It is not for knife. It is for pen plotter. Pen plotter must
lift the pen and lower the pen. Mechanically it is done by Stepper motor or
servo motor. If the stepper motor is used it is controlled by Z driver on
CNC shield. In case of the servo motor - it is controlled by Z+ axis (on
CNC shield) - but in this case modified GRBL is used. I know it is related
to PWM - but do not know how. What is different between PWM used by Z+ for
laser and PWM used by Z+ for servo motor.
—
Reply to this email directly, view it on GitHub
<#1256 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXBW4N3LM73FLBUH7TANV3ZXQSGXAVCNFSM6AAAAABN5RJU4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTG44TMMZSGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
If laser is connected to Z+ on CNC shield - it is adjusted by voltage. 0% = 0V 100%=12V (laser is 12V) $32=1 |
You can setup for pwm and modify G-code to send M3 xxx for PenUp and M3 yyy
for PenDown. Just find xxx and yyy for the desired angles in the servo.
Need PWM freq of 50hz aprox.
El El lun, 23 set. 2024 a la(s) 14:13, Marmadoc ***@***.***>
escribió:
… If laser is connected to Z+ on CNC shield - it is adjusted by voltage. 0%
= 0V 100%=12V (laser is 12V) $32=1
So in this case it is nothing with PWM.
If Servo motor is connected to Z+ $32=0 this GRBL 1.1 doesn't work.
I think it is no other way but use modified GRBL software - or instead of
servo use Stepper motor
—
Reply to this email directly, view it on GitHub
<#1256 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXBW4NFQ2E4T5MHHSXS3WDZYBD33AVCNFSM6AAAAABN5RJU4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRYHA4DOOJRGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm still learning and trying. Now I like to ask about $31 - minimum S value for minimum (Lightburn). I read that it could be 0 or 5. I'm not sure if I'm right when I set it to 5 for my laser/engraver. |
I use GRBL 1.1 with laser cutter.
I do not understand $30, $31 and $32
$31 and $32 is almost understandable, but $30 is not clear.
Why my laser is working with 100% all time when $32?
how exactly $30 number is related to PWM of laser.
Some suggestion $32 to 0, some to 1, some to 255 or even 1000.
Please help me to understand this.
Thx in advance
The text was updated successfully, but these errors were encountered: