 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=Cura</id>
	<title>Cura - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=Cura"/>
	<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=Cura&amp;action=history"/>
	<updated>2026-04-22T12:22:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://Robo.Fish/wiki/index.php?title=Cura&amp;diff=2561&amp;oldid=prev</id>
		<title>Kai at 2017-03-18T08:12:59</title>
		<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=Cura&amp;diff=2561&amp;oldid=prev"/>
		<updated>2017-03-18T08:12:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://ultimaker.com/en/products/cura-software Ultimaker&amp;#039;s Cura] is a 3D printing software application that includes a 3D model slicer for generating Ultimaker Gcode.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Installation ===&lt;br /&gt;
Starting with version 2.4.0, Cura for Linux can be downloaded from Ultimaker as an [http://appimage.org AppImage] file, which fixes previous installation problems due to missing dependencies.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
For Ubuntu 16.04, instead of downloading the Debian package from the Ultimaker site, you should use the [https://launchpad.net/%7Ethopiekar/+archive/ubuntu/cura PPA from Thomas Karl Pietrowski]:&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:thopiekar/cura&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
After installing Cura through the PPA I encountered a problem in the Qt interface definition file &lt;br /&gt;
&amp;#039;&amp;#039;/usr/share/cura/resources/qml/AddMachineDialog.qml&amp;#039;&amp;#039; and had to disable text validator on line 199 as follows:&lt;br /&gt;
&amp;lt;pre class=&amp;quot;code&amp;quot;&amp;gt;&lt;br /&gt;
186         TextField&lt;br /&gt;
187         {&lt;br /&gt;
188             id: machineName&lt;br /&gt;
189             text: getMachineName()&lt;br /&gt;
190             implicitWidth: UM.Theme.getSize(&amp;quot;standard_list_input&amp;quot;).width&lt;br /&gt;
191             maximumLength: 40&lt;br /&gt;
192             //validator: Cura.MachineNameValidator { } //TODO: Gives a segfault in PyQt5.6. For now, we must use a signal on text changed.&lt;br /&gt;
193             validator: RegExpValidator&lt;br /&gt;
194             {&lt;br /&gt;
195                 regExp: {&lt;br /&gt;
196                     machineName.machine_name_validator.machineNameRegex&lt;br /&gt;
197                 }&lt;br /&gt;
198             }&lt;br /&gt;
199             //property var machine_name_validator: Cura.MachineNameValidator { }&lt;br /&gt;
200         }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Profiles And Custom Materials ===&lt;br /&gt;
In Cura open the Materials section in the Preferences window. You can define custom materials and their print properties like nozzle temperatur and build plate temperature.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
On Linux, the custom material settings are stored in &amp;#039;&amp;#039;~/.local/share/cura/materials&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Kai</name></author>
	</entry>
</feed>