mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more. - Accepts G-code input, drives CNC machines in response. - Active user community. - Several different GUIs available. - Compatible with many popular machine control hardware interfaces. - Supports rigid tapping, cutter compensation, and many other advanced control features. WARNING: This port is simulation-only for now. WWW: http://linuxcnc.org/
10 lines
315 B
C
10 lines
315 B
C
--- src/hal/hal_lib.c.orig 2016-06-25 02:19:12 UTC
|
|
+++ src/hal/hal_lib.c
|
|
@@ -2698,6 +2698,7 @@ void rtapi_app_exit(void)
|
|
/* and delete it */
|
|
free_thread_struct(thread);
|
|
}
|
|
+ hal_data->base_period = 0;
|
|
/* release mutex */
|
|
rtapi_mutex_give(&(hal_data->mutex));
|
|
/* release RTAPI resources */
|