From: daid Date: Tue, 29 Oct 2013 15:59:30 +0000 (+0100) Subject: Change minimal value for material flow to 5, so 1.0 gives an error. X-Git-Tag: 13.11.2~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=14b7a24e9a1e1229b0b704c1636a661be27fd89a;p=cura.git Change minimal value for material flow to 5, so 1.0 gives an error. --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 7febe6d5..15be661b 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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.")) diff --git a/changelog b/changelog index 7643a0bd..0e7012ba 100644 --- 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