Skip to content

Commit 6f658cf

Browse files
committed
scripts linuxcnc -add RUN-IN-PLACE flag
I added this to the RIP script, but if you switch between 2.9 to master the 2.9 stuff is not changed. Hopefully this overrides that problem
1 parent 3bf4e4c commit 6f658cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/linuxcnc.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,13 @@ EXTRA_ARGS=("$@")
296296
RUN_IN_PLACE=@RUN_IN_PLACE@
297297
echo "RUN_IN_PLACE=$RUN_IN_PLACE" >> "$PRINT_FILE"
298298

299+
if [ RUN_IN_PLACE = "yes" ]; then
300+
LINUXCNC_RIP_FLAG="True"; export LINUXCNC_RIP_FLAG
301+
fi
302+
299303
LINUXCNCVERSION="@EMC2VERSION@"; export LINUXCNCVERSION
300304

305+
301306
# common from here..
302307
INIVAR=inivar
303308
HALCMD="halcmd $DASHK"

0 commit comments

Comments
 (0)