Closed ali-allafi-1996 closed 2 years ago
You need to adjust your pen-up/-down commands here: If you don't want M03/M04, don't choose Laser or PWM, but Z axis or put-in your own commands (individual). With Z-axis, you may enable "Don't use spindle", to avoid inital M03.
Homing cycle and position is inside grbl-firmware, no chance to change. After homing you get not changeable machine-coordinates - but who cares. You will use work-coordinates (except for tool-changes): https://grbl-plotter.de/index.php?id=auto-pen-change
as you can see, this photo contact the g code that I was generated by using grbl plotter,
I don't use the servo as z axes but I used it in the tool changer as a gripper. I don't need this command in my main g code. how I can avoid it?
Are you using latest version? https://github.com/svenhb/GRBL-Plotter/releases As you can see, no M3/M4 command:
Using individual commands:
could you give me the setting to use it on my own
I have another problem with the tool changer. how I can use it. because I want to add a special code to the black and blue colors.
Just click into the cell and put in your code
is it the right way to use it?
m03 for the black color m05 for the blue color that is what I want.
After changing, you need to save and reload tool table example "myTools"
You need to enable grouping by colors and activate tool table:
Then code will be applied:
Okay, I think i don't use this command after now because I use a special command from the table is it right?
If you don't need scripts for tool change (see below), you need not to enable.
Okey my friend thanks for giving me all the answers that I want . Now I can turn on my CNC plotter as I want it .
hello, I have some questions for you 1- how I can adjust the program ( GRBL Plotter) to don't generate the command (M03/M04), when it generates the code this command is automatically generated with the g code. I don't use the servo motor except for the Gripper when the pen change. please I want to control my g code generated, I want to code without the (M03/M05) command. 2- the homing cycle in this program how I can fix my homing position for x, y, and z coordinate in this program?