LightFastPP Software

From emboxit
Revision as of 14:56, 10 May 2015 by NikoSysop (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Scope

  • Link Cad generated file with all data needed to pick and place using text files and short Gcode scripts
  • Produce Gcode to drive EMC2 based machine
  • Control EMC2 interactively

Developing Notes

  • NEXT-PREVIOUS works with Project1.ini contents
  • Project1.ini is produced:
IMPORT .CSV button opens bom_pp_.csv, and displays the csv file in the large window
bom_pp_.csv is created with Altium
SAVE .INI button creates Project1.ini
  • LINK DATA button, now only opens light_fast.ini, gets feeder0 data and displays them in the feeder column
  • TODO: Create NEXT-PREVIOUS buttons in feeder column, which will scan in feeders.ini (instead light_fast.ini)
  • TODO: Create LINK button in column feeder which will link feeder with current part, updating file links.ini

User Interface

1200px



Files structure

File:Lightfastpp-3.jpg



Source code


LinuxCNC projects used as Python examples


References