• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-749441

libraries/H02-Jun-2017-74,57251,183

licenses/H03-May-2022-

m4/H07-May-2022-

po/H02-Jun-2017-6,4104,865

src/H03-May-2022-38,56630,201

tools/H02-Jun-2017-1,401734

win32/H02-Jun-2017-2,1341,885

.gitignoreH A D02-Jun-2017451 4544

HACKINGH A D02-Jun-2017183 64

Makefile.amH A D02-Jun-20171.3 KiB6044

README.asciidocH A D02-Jun-20171.7 KiB5530

README.win32H A D02-Jun-20171.3 KiB3624

TODOH A D02-Jun-20171.8 KiB8451

autogen.shH A D02-Jun-20173.8 KiB152129

configure.acH A D03-May-20224 KiB137112

repsnapper.appdata.xml.inH A D02-Jun-2017754 2220

repsnapper.desktop.inH A D02-Jun-2017251 1211

README.asciidoc

1RepSnapper is an alternative host software for controlling the RepRap (http://reprap.org) open source 3D printer.
2
3== Getting it ==
4
5   * newest source to compile on unix/linux/mac:
6
7   git clone https://github.com/timschmidt/repsnapper.git
8
9       ** get newest patches later by
10
11   git pull
12
13   * source tarball of latest tag: https://github.com/timschmidt/repsnapper/tags
14
15   * windows builds: see here: http://reprap.org/wiki/RepSnapper_Manual:Introduction#Downloading or here: https://sourceforge.net/projects/repsnapper/files/
16
17
18== Compilation ==
19
20To build and run repsnapper do:
21
22   ./autogen.sh
23
24   make
25
26   ./repsnapper
27
28For more details on prerequisites see the manual: https://github.com/timschmidt/repsnapper/blob/master/doc/manual.asciidoc
29
30== Documentation ==
31
32For latest documentation, see:
33* https://github.com/timschmidt/repsnapper/blob/master/doc/manual.asciidoc RepSnapper v2 Manual
34For version 1.1.x, see:
35* https://github.com/timschmidt/repsnapper/blob/repsnapper-1.1.x/doc/manual.asciidoc RepSnapper v1 Manual
36
37== Contact Info ==
38
39    * Irc channel: #repsnapper at irc://chat.freenode.net
40
41=== RepSnapper v2 ===
42
43Current development of Repsnapper is happening in Timothy Schmidt's repository at the following URLs.
44
45    * Code: https://github.com/timschmidt/repsnapper
46    * Bug tracker: https://github.com/timschmidt/repsnapper/issues
47
48=== Kulitorum version ===
49
50For historical reasons we leave here the links to the old svn version that developed by Kulitorum, this version is now unmaintained and commits go into the Timothy Schmidt version (as of ~ October 5th, 2010)
51
52    * Code: http://svn.kulitorum.com/RepSnapper
53    * SVN history: http://cia.vc/stats/project/RepSnapper
54    * Bug tracker: http://bugs.kulitorum.com
55

README.win32

1RepSnapper is an alternative host software for controlling the RepRap (http://reprap.org) open source 3D printer.
2
3= Notes =
4
5Please note that printer communications are not yet functional on Windows with
6Repsnapper 1.9.x/2.0.
7It is possible to use Repsnapper to slice and export GCode for printing with
8another piece of software, such as the old Kulitorum version, or Pronterface.
9
10= Documentation =
11
12For latest documentation, see:
13* https://github.com/timschmidt/repsnapper/blob/master/doc/manual.asciidoc
14   - RepSnapper v2 Manual
15
16= Contact Info =
17
18    * Irc channel: #repsnapper at irc://chat.freenode.net
19
20=== RepSnapper v2 ===
21
22Current development of Repsnapper is happening in Timothy Schmidt's repository at
23the following URLs:
24
25    * Code: https://github.com/timschmidt/repsnapper
26    * Bug tracker: https://github.com/timschmidt/repsnapper/issues
27
28=== Old Kulitorum version ===
29
30For historical reasons here are the links to the old svn version that was
31developed by Kulitorum. This version is now unmaintained, and all development is
32in the Timothy Schmidt version (as of ~ October 5th, 2010)
33    * Code: http://svn.kulitorum.com/RepSnapper
34    * SVN history: http://cia.vc/stats/project/RepSnapper
35    * Bug tracker: http://bugs.kulitorum.com
36