- Configuring LinuxCNC
- Configuration Tools
- StepConf Wizard
- Error during setup Z to run Blacktooth laser
×
Forum Header
Error during setup Z to run Blacktooth laser
30 Nov 2015 16:57 #66114
by cncbasher
Replied by cncbasher on topic Error during setup Z to run Blacktooth laser
i presume your wanting to rasterize images ? , rather than cutting
if you want to do both , then the best way is to have 2 configurations .
if you want to do both , then the best way is to have 2 configurations .
Please Log in or Create an account to join the conversation.
07 Dec 2015 02:41 #66538
by ubergeek
Replied by ubergeek on topic Error during setup Z to run Blacktooth laser
Thank you for the suggested changes. Unfortunately, the changes did not solve the problem. I also moved the wire to pin 6 and changed the step config and the HAL file as mentioned and still nothing. I did learn how to modify the HAL file. I know it's easy but you don't know until you try. Any other ideas out there for this? I realize it has to be something i need to change in the HAL file. I just can't find the fix for it.
Thanks in advance for the help.
Thanks in advance for the help.
Please Log in or Create an account to join the conversation.
07 Dec 2015 10:16 #66547
by andypugh
I just remembered something... LinuxCNC doesn't toggle the spindle-on pins unless the spindle speed is > 0.
You may need a dummy S1000 command at the beginning of the code
If that works, then we can try to find a neater way.
Replied by andypugh on topic Error during setup Z to run Blacktooth laser
Thank you for the suggested changes. Unfortunately, the changes did not solve the problem. I also moved the wire to pin 6 and changed the step config and the HAL file as mentioned and still nothing.
I just remembered something... LinuxCNC doesn't toggle the spindle-on pins unless the spindle speed is > 0.
You may need a dummy S1000 command at the beginning of the code
If that works, then we can try to find a neater way.
Please Log in or Create an account to join the conversation.
07 Dec 2015 12:07 - 07 Dec 2015 12:10 #66549
by ubergeek
Replied by ubergeek on topic Error during setup Z to run Blacktooth laser
How would i set the dummy S1000 command?
Last edit: 07 Dec 2015 12:10 by ubergeek.
Please Log in or Create an account to join the conversation.
07 Dec 2015 12:12 #66550
by andypugh
For a test, with a text editor, just add it to the G-code file.
If that works then we can start to look for a more general solution.
Replied by andypugh on topic Error during setup Z to run Blacktooth laser
How would i set the dummy S1000 command?
For a test, with a text editor, just add it to the G-code file.
If that works then we can start to look for a more general solution.
Please Log in or Create an account to join the conversation.
07 Dec 2015 12:41 #66553
by ubergeek
Replied by ubergeek on topic Error during setup Z to run Blacktooth laser
I guess i don't follow what you mean by adding it to the gcode. Could you provide an example or show where to add it? Here is the gcode i am using as a test.
Please Log in or Create an account to join the conversation.
07 Dec 2015 13:25 #66556
by andypugh
Replied by andypugh on topic Error during setup Z to run Blacktooth laser
I guess i don't follow what you mean by adding it to the gcode.
G90
G21
G0 X90.8226 Y25.7543
S1000
M03
G1 F500.000000
G1 X92.7505 Y25.7543
M05
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Configuration Tools
- StepConf Wizard
- Error during setup Z to run Blacktooth laser
Time to create page: 0.172 seconds