You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@ Building natively is done using the script `build-local.sh` (or manually). The i
14
14
Requirements to build and run the code natively are: cmake (more to come).
15
15
16
16
## Startup scripts
17
-
-[print3d_init](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d_init). A init script that starts the print3d-manager as a deamon.
18
-
-[print3d-manager](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d-manager.sh). Uses inotifyd to start `print3d-new-device` when a new device is connected.
19
-
-[print3d-new-device](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d-new-device.sh). Figures out whether to start print3d in a seemingly crude way. If appropriate it tries to start `print3d-runner`
20
-
-[print3d-runner.sh](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d-runner.sh). Starts the print3d deamon.
17
+
The Print3D package includes shell scripts that start print3D when a printer is connected.
18
+
-`/etc.init.d/`[print3d](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d_init). A init script that starts the print3d-manager as a deamon.
19
+
-`/usr/libexec/`[print3d-manager](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d-manager.sh). Uses inotifyd to start `print3d-new-device` when a new device is connected.
20
+
-`/usr/libexec/`[print3d-new-device](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d-new-device.sh). Figures out whether to start print3d in a seemingly crude way. If appropriate it tries to start `print3d-runner`
21
+
-`/usr/libexec/`[print3d-runner.sh](https://github.com/Doodle3D/print3d/blob/master/src/script/print3d-runner.sh). Starts the print3d deamon.
21
22
22
23
## CMDline usage
23
24
-**Print3D** is a deamon that communicates with the printer. It sends the printer gcode line for line from it's buffer, it automatically checks the temperature etc. Preverably it's started when a printer is connected.
echo"By default, the script builds for target '$BUILD_TARGET', specify one of 'Debug', 'Release', 'RelWithDebInfo' or 'MinSizeRel' to change this. Furthermore, the following arguments are valid:"
echo -e "By default, the script builds for target '$BUILD_TARGET', specify one of 'Debug', 'Release', 'RelWithDebInfo' or 'MinSizeRel' to change this."
23
+
echo -e "The Lua front-end can be enabled/disabled by specifying 'Lua' or 'NoLua' correspondingly. Likewise, UCI supoprt can be enabled/disabled using 'Uci' or 'NoUci'."
24
+
echo -e "Furthermore, the following arguments are valid:"
0 commit comments