Changes between Version 171 and Version 172 of Processing
- Timestamp:
- May 11, 2012, 10:31:19 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v171 v172 332 332 = Common problems and their solutions = 333 333 334 == Repairing bad instance at the chip stage == 335 334 == Repairing or dropping a bad instance == 335 336 === Print the status === 337 {{{ 338 repair_bad_instance -c xy26 -e 260332 339 }}} 340 341 === Repair the bad instances === 342 {{{ 343 repair_bad_instance -c xy26 -e 260332 -r 344 }}} 345 Copies a good instance on top of any bad ones 346 347 === Drop the instance === 348 {{{ 349 repair_bad_instance -c xy26 -e 260332 -l 350 }}} 351 Drop the file if there are no good instances 336 352 == Diff failures == 337 353
