Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/sim/axis/vismach/millturn/mcodes/M128
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set switchkins_pin 3 ;# agree with inifile
set coords "x y z" ;# agree with inifile

package require Linuxcnc ;# must be before Hal
emc_init -quick
emc_init -ini $::env(INI_FILE_NAME) -quick
package require Hal
parse_ini $::env(INI_FILE_NAME)

Expand Down
2 changes: 1 addition & 1 deletion configs/sim/axis/vismach/millturn/mcodes/M129
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set switchkins_pin 3 ;# agree with inifile
set coords "x y z" ;# axis declared must provide MIN_LIMIT_TURN and MAX_LIMIT_TURN in inifile

package require Linuxcnc ;# must be before Hal
emc_init -quick
emc_init -ini $::env(INI_FILE_NAME) -quick
package require Hal
parse_ini $::env(INI_FILE_NAME)

Expand Down
2 changes: 1 addition & 1 deletion configs/sim/axis/vismach/puma/mcodes/M128
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set switchkins_pin 3 ;# agree with inifile
set coords "x y z a b c" ;# agree with inifile module coordinates=

package require Linuxcnc ;# must be beore Hal
emc_init -quick
emc_init -ini $::env(INI_FILE_NAME) -quick
package require Hal
parse_ini $::env(INI_FILE_NAME)

Expand Down
2 changes: 1 addition & 1 deletion configs/sim/axis/vismach/puma/mcodes/M129
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set max_joints 6 ;# agree with inifile
set coords "x y z a b c" ;# agree with module coordinates=

package require Linuxcnc ;# must be beore Hal
emc_init -quick
emc_init -ini $::env(INI_FILE_NAME) -quick
package require Hal
parse_ini $::env(INI_FILE_NAME)

Expand Down
2 changes: 1 addition & 1 deletion configs/sim/axis/vismach/puma/mcodes/M130
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set max_joints 6 ;# agree with inifile
set coords "x y z a b c" ;# agree with module coordinates=

package require Linuxcnc ;# must be beore Hal
emc_init -quick
emc_init -ini $::env(INI_FILE_NAME) -quick
package require Hal
parse_ini $::env(INI_FILE_NAME)

Expand Down
Loading