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