3D printer / slicing GUI built on top of the Uranium framework
Find a file
Arjen Hiemstra 9d3b36e3ae Fix USB printer detection and reconnect after firmware update on MacOSX
Rather than sending an M105 only after receiving a line with T:, always
send M105 when we are trying to detect baudrate, otherwise we can end
up in an undefined state.

Contributes to #82
2015-07-27 18:50:10 +02:00
cura Bump version 2015-07-27 16:39:05 +02:00
icons Add application icons for all three platforms 2015-06-22 13:57:15 +02:00
plugins Fix USB printer detection and reconnect after firmware update on MacOSX 2015-07-27 18:50:10 +02:00
resources support defaults to ZigZag instead of Lines 2015-07-22 09:39:33 +02:00
.gitignore Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
build.sh Add the scripts used to build the release package (still needs some more work, but works on my desktop) 2015-05-04 13:35:53 +02:00
CHANGES Update changelog 2015-06-24 12:06:00 +02:00
CMakeLists.txt Use a better default installation directory for Debian systems 2015-07-07 11:47:43 +02:00
cura.desktop Correct the icon for the Cura .desktop file 2015-07-27 16:45:44 +02:00
cura_app.py Add a crash handler to catch uncaught exceptions 2015-07-13 16:54:40 +02:00
installer.nsi Bump version to .97 2015-06-25 08:58:44 -07:00
LICENSE Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
README.md Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
setup.py Bump version to .97 2015-06-25 08:58:44 -07:00

Cura

This is the source code of Cura.

Dependencies

  • Uranium Cura is built on top of the Uranium framework.
  • CuraEngine This will be needed at runtime to perform the actual slicing.
  • PySerial Only required for USB printing support.