mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
modified README
This commit is contained in:
parent
5a61c4bb4e
commit
d26a89d318
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -1,18 +1,21 @@
|
||||||
Cura
|
Cura
|
||||||
====
|
====
|
||||||
|
|
||||||
This is the new, shiny, unreleased frontend for Cura. [daid/Cura](https://github.com/daid/Cura.git) is the old legacy Cura that everyone knows and loves/hates.
|
This is the new, shiny frontend for Cura. [daid/Cura](https://github.com/daid/Cura.git) is the old legacy Cura that everyone knows and loves/hates.
|
||||||
|
|
||||||
We re-worked the whole GUI code at Ultimaker, because my old code started to become an unmaintainable ball of poo.
|
We re-worked the whole GUI code at Ultimaker, because my old code started to become an unmaintainable ball of poo.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Uranium
|
* [Uranium](https://github.com/Ultimaker/Uranium)
|
||||||
|
|
||||||
Cura is built on top of the Uranium framework.
|
Cura is built on top of the Uranium framework.
|
||||||
* CuraEngine
|
* [CuraEngine](https://github.com/Ultimaker/CuraEngine)
|
||||||
|
|
||||||
This will be needed at runtime to perform the actual slicing.
|
This will be needed at runtime to perform the actual slicing.
|
||||||
* PySerial
|
* PySerial
|
||||||
|
|
||||||
Only required for USB printing support.
|
Only required for USB printing support.
|
||||||
|
|
||||||
Configuring Cura
|
Configuring Cura
|
||||||
|
|
@ -41,3 +44,5 @@ Use [this](https://github.com/Ultimaker/Cura/blob/master/resources/settings/ulti
|
||||||
* Set the nozzle offset with machine_nozzle_offset_x_1 and machine_nozzle_offset_y1
|
* Set the nozzle offset with machine_nozzle_offset_x_1 and machine_nozzle_offset_y1
|
||||||
* Set the start and end gcode in machine_start_gcode and machine_end_gcode
|
* Set the start and end gcode in machine_start_gcode and machine_end_gcode
|
||||||
* If your printer has a heated bed, set visible to true under material_bed_temperature
|
* If your printer has a heated bed, set visible to true under material_bed_temperature
|
||||||
|
|
||||||
|
Once you are done, put the profile you have made into resources/settings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue