Skip to content

Tool to export KiCAD circuit diagram to LinuxCNC HAL file

Notifications You must be signed in to change notification settings

thgerner/kicadtohal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert KiCad 6 schema files to LinuxCNC HAL

Build

The build and execution requires at least Java 11. To build execute

mvn clean install

on a shell. Usually the build result can be found in the target folder:

KiCad2HAL-1.0.0-jar-with-dependencies.jar

KiCad 6 schema editor

In eeschema open File->Export->Netlist and add a new generator (button "Add Generator..."). Select a title and add

java -jar <path to jar>/KiCad2HAL-1.0.0-jar-with-dependencies.jar "%I" "%O.hal"

Change the to the folder where you placed the jar.

To convert a LinuxCNC schema to HAL click Button "Export Netlist".

About

Tool to export KiCAD circuit diagram to LinuxCNC HAL file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages