Velocity Work

Tout ce qui est en relation avec le châssis, pour les questions électronique, utilisez la section GRBL32bits V1.0/1.5 ou V2.0
Répondre
franmoreno
Messages : 34
Enregistré le : 20 janv. 2020 22:23

Velocity Work

Message par franmoreno »

hi, after many headaches the machine walks .. I would like to know if someone can help me to know how to slow down or increase the speed while the machine is working. Greetings
mstrens
Messages : 2611
Enregistré le : 27 févr. 2018 12:58

Re: Velocity World

Message par mstrens »

There are 2 types of speed depending on the type of move.
In the Gcode, you have e.g. G00 and G01.
G00 means that you do not mill but just move. You can't define the speed in the Gcode because the speed is fixed (per axis). To change this value, you have to edit the GRBL parameters. More here: https://github.com/gnea/grbl/wiki/Grbl- ... figuration (see $110/$112).

G01 is used when you mill. The feed rate MUST be specified or in the command or before. The speed is usually given in mm/min (or inch/min) just after the letter "F" (for feedrate). The value that you give remains valid for following G01 commands (unless you specify a new F value).
Répondre