chiark / gitweb /
Change minimal value for material flow to 5, so 1.0 gives an error.
authordaid <daid303@gmail.com>
Tue, 29 Oct 2013 15:59:30 +0000 (16:59 +0100)
committerdaid <daid303@gmail.com>
Tue, 29 Oct 2013 15:59:30 +0000 (16:59 +0100)
Cura/util/profile.py
changelog

index 7febe6d59474e7be8623d33127ed29fb40de51f0..15be661be15a416057681ffc0679dbc69504bb05 100644 (file)
@@ -169,7 +169,7 @@ setting('filament_diameter',        2.85, float, 'basic',    _('Filament')).setR
 setting('filament_diameter2',          0, float, 'basic',    _('Filament')).setRange(0).setLabel(_("Diameter2 (mm)"), _("Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter as for nozzle 1."))
 setting('filament_diameter3',          0, float, 'basic',    _('Filament')).setRange(0).setLabel(_("Diameter3 (mm)"), _("Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter as for nozzle 1."))
 setting('filament_diameter4',          0, float, 'basic',    _('Filament')).setRange(0).setLabel(_("Diameter4 (mm)"), _("Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter as for nozzle 1."))
-setting('filament_flow',            100., float, 'basic',    _('Filament')).setRange(1,300).setLabel(_("Flow (%)"), _("Flow compensation, the amount of material extruded is multiplied by this value"))
+setting('filament_flow',            100., float, 'basic',    _('Filament')).setRange(5,300).setLabel(_("Flow (%)"), _("Flow compensation, the amount of material extruded is multiplied by this value"))
 setting('retraction_speed',         40.0, float, 'advanced', _('Retraction')).setRange(0.1).setLabel(_("Speed (mm/s)"), _("Speed at which the filament is retracted, a higher retraction speed works better. But a very high retraction speed can lead to filament grinding."))
 setting('retraction_amount',         4.5, float, 'advanced', _('Retraction')).setRange(0).setLabel(_("Distance (mm)"), _("Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm seems to generate good results."))
 setting('retraction_dual_amount',   16.5, float, 'advanced', _('Retraction')).setRange(0).setLabel(_("Dual extrusion switch amount (mm)"), _("Amount of retraction when switching nozzle with dual-extrusion, set at 0 for no retraction at all. A value of 16.0mm seems to generate good results."))
index 7643a0bdbf7bb9f4f60468c4476ab92e4f8cf8c2..0e7012ba7a0782548d1b35a9e0c23f796d8d65bc 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,6 +10,11 @@ Development
 * Scale down very large models, or scale up very tiny models automagicly.
 * Fixed skirt and brim to go around the support instead of under it.
 
+Ultimaker2 - Firmware update - xx.xx-xx
+* Fixed SD-Card read error
+* Added feature to store your own material presets
+* Fixed the 280C ABS problem, causing a temperature sensor error
+
 13.10
 * Added YouMagine upload button
 * Added multiple machine support