Configuration GRBL » Historique » Version 5
  Thomas Trabattoni, 24/03/2015 07:59 
  
| 1 | 1 | Thomas Trabattoni | Configuration GRBL | 
|---|---|---|---|
| 2 | ================== | ||
| 3 | |||
| 4 | Nos réglages : | ||
| 5 | 4 | Thomas Trabattoni | ``` | 
| 6 | 1 | Thomas Trabattoni | $0=30 (step pulse, usec) | 
| 7 | $1=65 (step idle delay, msec) | ||
| 8 | 2 | Thomas Trabattoni | $2=0 (step port invert mask:00000000) | 
| 9 | $3=0 (dir port invert mask:00000000) | ||
| 10 | 1 | Thomas Trabattoni | $4=0 (step enable invert, bool) | 
| 11 | 2 | Thomas Trabattoni | $5=0 (limit pins invert, bool) | 
| 12 | 1 | Thomas Trabattoni | $6=0 (probe pin invert, bool) | 
| 13 | 2 | Thomas Trabattoni | $10=15 (status report mask:00001111) | 
| 14 | 1 | Thomas Trabattoni | $11=-2147483.648 (junction deviation, mm) | 
| 15 | $12=2147483.648 (arc tolerance, mm) | ||
| 16 | $13=0 (report inches, bool) | ||
| 17 | $20=0 (soft limits, bool) | ||
| 18 | $21=0 (hard limits, bool) | ||
| 19 | $22=1 (homing cycle, bool) | ||
| 20 | 2 | Thomas Trabattoni | $23=4 (homing dir invert mask:00000100) | 
| 21 | $24=3000.000 (homing feed, mm/min) | ||
| 22 | $25=1500.000 (homing seek, mm/min) | ||
| 23 | 1 | Thomas Trabattoni | $26=10 (homing debounce, msec) | 
| 24 | $27=0.000 (homing pull-off, mm) | ||
| 25 | $100=87.221 (x, step/mm) | ||
| 26 | $101=87.221 (y, step/mm) | ||
| 27 | $102=643.087 (z, step/mm) | ||
| 28 | $110=5000.000 (x max rate, mm/min) | ||
| 29 | $111=5000.000 (y max rate, mm/min) | ||
| 30 | $112=500.000 (z max rate, mm/min) | ||
| 31 | $120=250.000 (x accel, mm/sec^2) | ||
| 32 | $121=250.000 (y accel, mm/sec^2) | ||
| 33 | $122=100.000 (z accel, mm/sec^2) | ||
| 34 | 3 | Thomas Trabattoni | $130=330.000 (x max travel, mm) | 
| 35 | $131=330.000 (y max travel, mm) | ||
| 36 | $132=90.000 (z max travel, mm) | ||
| 37 | 4 | Thomas Trabattoni | ``` | 
| 38 | 5 | Thomas Trabattoni | |
| 39 | Troubleshooting | ||
| 40 | --------------- | ||
| 41 | ### Alarm : HOMING FAIL | ||
| 42 | Si `$22=1` il ne faut pas laisser les paramètres `$130 $131 $132` à `0` | ||
| 43 | |||
| 44 | ### Hard Limit | ||
| 45 | En cas de mauvais blindage des cables des limit switches, la sécurité `Hard Limit` peut se déclencher intempestivement |