From 7b95eea9670ab6839207fc1c88a386fa114af1da Mon Sep 17 00:00:00 2001 From: daid303 Date: Tue, 5 Mar 2013 15:50:59 +0100 Subject: [PATCH] Disabled the settings which are not available in the steamengine. --- Cura/gui/expertConfig.py | 76 +++++++++++------------ Cura/gui/mainWindow.py | 56 ++++++++--------- Cura/gui/simpleMode.py | 12 ++-- Cura/resources/images/UltimakerRobot.png | Bin 6291 -> 18944 bytes 4 files changed, 73 insertions(+), 71 deletions(-) diff --git a/Cura/gui/expertConfig.py b/Cura/gui/expertConfig.py index b8ef3045..67c4820c 100644 --- a/Cura/gui/expertConfig.py +++ b/Cura/gui/expertConfig.py @@ -15,56 +15,56 @@ class expertConfigWindow(wx.Frame): left, right, main = self.panel.CreateConfigPanel(self) - configBase.TitleRow(left, "Accuracy") - c = configBase.SettingRow(left, "Extra Wall thickness for bottom/top (mm)", 'extra_base_wall_thickness', '0.0', 'Additional wall thickness of the bottom and top layers.') - validators.validFloat(c, 0.0) +# configBase.TitleRow(left, "Accuracy") +# c = configBase.SettingRow(left, "Extra Wall thickness for bottom/top (mm)", 'extra_base_wall_thickness', '0.0', 'Additional wall thickness of the bottom and top layers.') +# validators.validFloat(c, 0.0) configBase.TitleRow(left, "Cool") - c = configBase.SettingRow(left, "Minimum feedrate (mm/s)", 'cool_min_feedrate', '5', 'The minimal layer time can cause the print to slow down so much it starts to ooze. The minimal feedrate protects against this. Even if a print gets slown down it will never be slower then this minimal feedrate.') - validators.validFloat(c, 0.0) +# c = configBase.SettingRow(left, "Minimum feedrate (mm/s)", 'cool_min_feedrate', '5', 'The minimal layer time can cause the print to slow down so much it starts to ooze. The minimal feedrate protects against this. Even if a print gets slown down it will never be slower then this minimal feedrate.') +# validators.validFloat(c, 0.0) c = configBase.SettingRow(left, "Fan on layer number", 'fan_layer', '0', 'The layer at which the fan is turned on. The first layer is layer 0. The first layer can stick better if you turn on the fan on, on the 2nd layer.') validators.validInt(c, 0) - c = configBase.SettingRow(left, "Fan speed min (%)", 'fan_speed', '100', 'When the fan is turned on, it is enabled at this speed setting. If cool slows down the layer, the fan is adjusted between the min and max speed. Minimal fan speed is used if the layer is not slowed down due to cooling.') - validators.validInt(c, 0, 100) - c = configBase.SettingRow(left, "Fan speed max (%)", 'fan_speed_max', '100', 'When the fan is turned on, it is enabled at this speed setting. If cool slows down the layer, the fan is adjusted between the min and max speed. Maximal fan speed is used if the layer is slowed down due to cooling by more then 200%.') - validators.validInt(c, 0, 100) +# c = configBase.SettingRow(left, "Fan speed min (%)", 'fan_speed', '100', 'When the fan is turned on, it is enabled at this speed setting. If cool slows down the layer, the fan is adjusted between the min and max speed. Minimal fan speed is used if the layer is not slowed down due to cooling.') +# validators.validInt(c, 0, 100) +# c = configBase.SettingRow(left, "Fan speed max (%)", 'fan_speed_max', '100', 'When the fan is turned on, it is enabled at this speed setting. If cool slows down the layer, the fan is adjusted between the min and max speed. Maximal fan speed is used if the layer is slowed down due to cooling by more then 200%.') +# validators.validInt(c, 0, 100) - configBase.TitleRow(left, "Raft (if enabled)") - c = configBase.SettingRow(left, "Extra margin (mm)", 'raft_margin', '3.0', 'If the raft is enabled, this is the extra raft area around the object which is also rafted. Increasing this margin will create a stronger raft.') - validators.validFloat(c, 0.0) - c = configBase.SettingRow(left, "Base material amount (%)", 'raft_base_material_amount', '100', 'The base layer is the first layer put down as a raft. This layer has thick strong lines and is put firmly on the bed to prevent warping. This setting adjust the amount of material used for the base layer.') - validators.validFloat(c, 0.0) - c = configBase.SettingRow(left, "Interface material amount (%)", 'raft_interface_material_amount', '100', 'The interface layer is a weak thin layer between the base layer and the printed object. It is designed to has little material to make it easy to break the base off the printed object. This setting adjusts the amount of material used for the interface layer.') - validators.validFloat(c, 0.0) +# configBase.TitleRow(left, "Raft (if enabled)") +# c = configBase.SettingRow(left, "Extra margin (mm)", 'raft_margin', '3.0', 'If the raft is enabled, this is the extra raft area around the object which is also rafted. Increasing this margin will create a stronger raft.') +# validators.validFloat(c, 0.0) +# c = configBase.SettingRow(left, "Base material amount (%)", 'raft_base_material_amount', '100', 'The base layer is the first layer put down as a raft. This layer has thick strong lines and is put firmly on the bed to prevent warping. This setting adjust the amount of material used for the base layer.') +# validators.validFloat(c, 0.0) +# c = configBase.SettingRow(left, "Interface material amount (%)", 'raft_interface_material_amount', '100', 'The interface layer is a weak thin layer between the base layer and the printed object. It is designed to has little material to make it easy to break the base off the printed object. This setting adjusts the amount of material used for the interface layer.') +# validators.validFloat(c, 0.0) - configBase.TitleRow(left, "Support") - c = configBase.SettingRow(left, "Material amount (%)", 'support_rate', '100', 'Amount of material used for support, less material gives a weaker support structure which is easier to remove.') - validators.validFloat(c, 0.0) - c = configBase.SettingRow(left, "Distance from object (mm)", 'support_distance', '0.5', 'Distance between the support structure and the object. Empty gap in which no support structure is printed.') - validators.validFloat(c, 0.0) +# configBase.TitleRow(left, "Support") +# c = configBase.SettingRow(left, "Material amount (%)", 'support_rate', '100', 'Amount of material used for support, less material gives a weaker support structure which is easier to remove.') +# validators.validFloat(c, 0.0) +# c = configBase.SettingRow(left, "Distance from object (mm)", 'support_distance', '0.5', 'Distance between the support structure and the object. Empty gap in which no support structure is printed.') +# validators.validFloat(c, 0.0) - configBase.TitleRow(right, "Infill") - c = configBase.SettingRow(right, "Infill pattern", 'infill_type', ['Line', 'Grid Circular', 'Grid Hexagonal', 'Grid Rectangular'], 'Pattern of the none-solid infill. Line is default, but grids can provide a strong print.') - c = configBase.SettingRow(right, "Solid infill top", 'solid_top', True, 'Create a solid top surface, if set to false the top is filled with the fill percentage. Useful for cups/vases.') - c = configBase.SettingRow(right, "Infill overlap (%)", 'fill_overlap', '15', 'Amount of overlap between the infill and the walls. There is a slight overlap with the walls and the infill so the walls connect firmly to the infill.') - validators.validFloat(c, 0.0) +# configBase.TitleRow(right, "Infill") +# c = configBase.SettingRow(right, "Infill pattern", 'infill_type', ['Line', 'Grid Circular', 'Grid Hexagonal', 'Grid Rectangular'], 'Pattern of the none-solid infill. Line is default, but grids can provide a strong print.') +# c = configBase.SettingRow(right, "Solid infill top", 'solid_top', True, 'Create a solid top surface, if set to false the top is filled with the fill percentage. Useful for cups/vases.') +# c = configBase.SettingRow(right, "Infill overlap (%)", 'fill_overlap', '15', 'Amount of overlap between the infill and the walls. There is a slight overlap with the walls and the infill so the walls connect firmly to the infill.') +# validators.validFloat(c, 0.0) - configBase.TitleRow(right, "Bridge") - c = configBase.SettingRow(right, "Bridge speed (%)", 'bridge_speed', '100', 'Speed at which layers with bridges are printed, compared to normal printing speed.') - validators.validFloat(c, 0.0) +# configBase.TitleRow(right, "Bridge") +# c = configBase.SettingRow(right, "Bridge speed (%)", 'bridge_speed', '100', 'Speed at which layers with bridges are printed, compared to normal printing speed.') +# validators.validFloat(c, 0.0) - configBase.TitleRow(right, "Sequence") - c = configBase.SettingRow(right, "Print order sequence", 'sequence', ['Loops > Perimeter > Infill', 'Loops > Infill > Perimeter', 'Infill > Loops > Perimeter', 'Infill > Perimeter > Loops', 'Perimeter > Infill > Loops', 'Perimeter > Loops > Infill'], 'Sequence of printing. The perimeter is the outer print edge, the loops are the insides of the walls, and the infill is the insides.'); - c = configBase.SettingRow(right, "Force first layer sequence", 'force_first_layer_sequence', True, 'This setting forces the order of the first layer to be \'Perimeter > Loops > Infill\'') +# configBase.TitleRow(right, "Sequence") +# c = configBase.SettingRow(right, "Print order sequence", 'sequence', ['Loops > Perimeter > Infill', 'Loops > Infill > Perimeter', 'Infill > Loops > Perimeter', 'Infill > Perimeter > Loops', 'Perimeter > Infill > Loops', 'Perimeter > Loops > Infill'], 'Sequence of printing. The perimeter is the outer print edge, the loops are the insides of the walls, and the infill is the insides.'); +# c = configBase.SettingRow(right, "Force first layer sequence", 'force_first_layer_sequence', True, 'This setting forces the order of the first layer to be \'Perimeter > Loops > Infill\'') - configBase.TitleRow(right, "Joris") - c = configBase.SettingRow(right, "Joris the outer edge", 'joris', False, '[Joris] is a code name for smoothing out the Z move of the outer edge. This will create a steady Z increase over the whole print. It is intended to be used with a single walled wall thickness to make cups/vases.') +# configBase.TitleRow(right, "Joris") +# c = configBase.SettingRow(right, "Joris the outer edge", 'joris', False, '[Joris] is a code name for smoothing out the Z move of the outer edge. This will create a steady Z increase over the whole print. It is intended to be used with a single walled wall thickness to make cups/vases.') - configBase.TitleRow(right, "Retraction") - c = configBase.SettingRow(right, "Retract on jumps only", 'retract_on_jumps_only', True, 'Only retract when we are making a move that is over a hole in the model, else retract on every move. This effects print quality in different ways.') +# configBase.TitleRow(right, "Retraction") +# c = configBase.SettingRow(right, "Retract on jumps only", 'retract_on_jumps_only', True, 'Only retract when we are making a move that is over a hole in the model, else retract on every move. This effects print quality in different ways.') - configBase.TitleRow(right, "Hop") - c = configBase.SettingRow(right, "Enable hop on move", 'hop_on_move', False, 'When moving from print position to print position, raise the printer head 0.2mm so it does not knock off the print (experimental).') +# configBase.TitleRow(right, "Hop") +# c = configBase.SettingRow(right, "Enable hop on move", 'hop_on_move', False, 'When moving from print position to print position, raise the printer head 0.2mm so it does not knock off the print (experimental).') main.Fit() self.Fit() diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 309e7f59..0ff8101e 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -28,7 +28,7 @@ from Cura.util import meshLoader class mainWindow(wx.Frame): def __init__(self): - super(mainWindow, self).__init__(None, title='Cura - ' + version.getVersion()) + super(mainWindow, self).__init__(None, title='Cura Steam Engine BETA - ' + version.getVersion()) self.extruderCount = int(profile.getPreference('extruder_amount')) @@ -544,7 +544,7 @@ class normalSettingsPanel(configBase.configPanelBase): c = configBase.SettingRow(left, "Wall thickness (mm)", 'wall_thickness', '0.8', 'Thickness of the walls.\nThis is used in combination with the nozzle size to define the number\nof perimeter lines and the thickness of those perimeter lines.') validators.validFloat(c, 0.0001) validators.wallThicknessValidator(c) - c = configBase.SettingRow(left, "Enable retraction", 'retraction_enable', False, 'Retract the filament when the nozzle is moving over a none-printed area. Details about the retraction can be configured in the advanced tab.') +# c = configBase.SettingRow(left, "Enable retraction", 'retraction_enable', False, 'Retract the filament when the nozzle is moving over a none-printed area. Details about the retraction can be configured in the advanced tab.') configBase.TitleRow(left, "Fill") c = configBase.SettingRow(left, "Bottom/Top thickness (mm)", 'solid_layer_thickness', '0.6', 'This controls the thickness of the bottom and top layers, the amount of solid layers put down is calculated by the layer thickness and this value.\nHaving this value a multiply of the layer thickness makes sense. And keep it near your wall thickness to make an evenly strong part.') @@ -566,18 +566,18 @@ class normalSettingsPanel(configBase.configPanelBase): c = configBase.SettingRow(right, "Bed temperature", 'print_bed_temperature', '0', 'Temperature used for the heated printer bed. Set at 0 to pre-heat yourself') validators.validFloat(c, 0.0, 340.0) - configBase.TitleRow(right, "Support structure") - c = configBase.SettingRow(right, "Support type", 'support', ['None', 'Exterior Only', 'Everywhere'], 'Type of support structure build.\n"Exterior only" is the most commonly used support setting.\n\nNone does not do any support.\nExterior only only creates support where the support structure will touch the build platform.\nEverywhere creates support even on the insides of the model.') - c = configBase.SettingRow(right, "Add raft", 'enable_raft', False, 'A raft is a few layers of lines below the bottom of the object. It prevents warping. Full raft settings can be found in the expert settings.\nFor PLA this is usually not required. But if you print with ABS it is almost required.') - if int(profile.getPreference('extruder_amount')) > 1: - c = configBase.SettingRow(right, "Support dual extrusion", 'support_dual_extrusion', False, 'Print the support material with the 2nd extruder in a dual extrusion setup. The primary extruder will be used for normal material, while the second extruder is used to print support material.') +# configBase.TitleRow(right, "Support structure") +# c = configBase.SettingRow(right, "Support type", 'support', ['None', 'Exterior Only', 'Everywhere'], 'Type of support structure build.\n"Exterior only" is the most commonly used support setting.\n\nNone does not do any support.\nExterior only only creates support where the support structure will touch the build platform.\nEverywhere creates support even on the insides of the model.') +# c = configBase.SettingRow(right, "Add raft", 'enable_raft', False, 'A raft is a few layers of lines below the bottom of the object. It prevents warping. Full raft settings can be found in the expert settings.\nFor PLA this is usually not required. But if you print with ABS it is almost required.') +# if int(profile.getPreference('extruder_amount')) > 1: +# c = configBase.SettingRow(right, "Support dual extrusion", 'support_dual_extrusion', False, 'Print the support material with the 2nd extruder in a dual extrusion setup. The primary extruder will be used for normal material, while the second extruder is used to print support material.') configBase.TitleRow(right, "Filament") c = configBase.SettingRow(right, "Diameter (mm)", 'filament_diameter', '2.89', 'Diameter of your filament, as accurately as possible.\nIf you cannot measure this value you will have to callibrate it, a higher number means less extrusion, a smaller number generates more extrusion.') validators.validFloat(c, 1.0) validators.warningAbove(c, 3.5, "Are you sure your filament is that thick? Normal filament is around 3mm or 1.75mm.") - c = configBase.SettingRow(right, "Packing Density", 'filament_density', '1.00', 'Packing density of your filament. This should be 1.00 for PLA and 0.85 for ABS') - validators.validFloat(c, 0.5, 1.5) +# c = configBase.SettingRow(right, "Packing Density", 'filament_density', '1.00', 'Packing density of your filament. This should be 1.00 for PLA and 0.85 for ABS') +# validators.validFloat(c, 0.5, 1.5) self.SizeLabelWidths(left, right) @@ -593,38 +593,38 @@ class normalSettingsPanel(configBase.configPanelBase): c = configBase.SettingRow(left, "Start distance (mm)", 'skirt_gap', '6.0', 'The distance between the skirt and the first layer.\nThis is the minimal distance, multiple skirt lines will be put outwards from this distance.') validators.validFloat(c, 0.0) - configBase.TitleRow(left, "Retraction") - c = configBase.SettingRow(left, "Minimum travel (mm)", 'retraction_min_travel', '5.0', 'Minimum amount of travel needed for a retraction to happen at all. To make sure you do not get a lot of retractions in a small area') - validators.validFloat(c, 0.0) - c = configBase.SettingRow(left, "Speed (mm/s)", 'retraction_speed', '40.0', 'Speed at which the filament is retracted, a higher retraction speed works better. But a very high retraction speed can lead to filament grinding.') - validators.validFloat(c, 0.1) - c = configBase.SettingRow(left, "Distance (mm)", 'retraction_amount', '0.0', 'Amount of retraction, set at 0 for no retraction at all. A value of 2.0mm seems to generate good results.') - validators.validFloat(c, 0.0) - c = configBase.SettingRow(left, "Extra length on start (mm)", 'retraction_extra', '0.0', 'Extra extrusion amount when restarting after a retraction, to better "Prime" your extruder after retraction.') - validators.validFloat(c, 0.0) +# configBase.TitleRow(left, "Retraction") +# c = configBase.SettingRow(left, "Minimum travel (mm)", 'retraction_min_travel', '5.0', 'Minimum amount of travel needed for a retraction to happen at all. To make sure you do not get a lot of retractions in a small area') +# validators.validFloat(c, 0.0) +# c = configBase.SettingRow(left, "Speed (mm/s)", 'retraction_speed', '40.0', 'Speed at which the filament is retracted, a higher retraction speed works better. But a very high retraction speed can lead to filament grinding.') +# validators.validFloat(c, 0.1) +# c = configBase.SettingRow(left, "Distance (mm)", 'retraction_amount', '0.0', 'Amount of retraction, set at 0 for no retraction at all. A value of 2.0mm seems to generate good results.') +# validators.validFloat(c, 0.0) +# c = configBase.SettingRow(left, "Extra length on start (mm)", 'retraction_extra', '0.0', 'Extra extrusion amount when restarting after a retraction, to better "Prime" your extruder after retraction.') +# validators.validFloat(c, 0.0) configBase.TitleRow(right, "Speed") c = configBase.SettingRow(right, "Travel speed (mm/s)", 'travel_speed', '150', 'Speed at which travel moves are done, a high quality build Ultimaker can reach speeds of 250mm/s. But some machines might miss steps then.') validators.validFloat(c, 1.0) validators.warningAbove(c, 300.0, "It is highly unlikely that your machine can achieve a travel speed above 300mm/s") - c = configBase.SettingRow(right, "Max Z speed (mm/s)", 'max_z_speed', '1.0', 'Speed at which Z moves are done. When you Z axis is properly lubercated you can increase this for less Z blob.') - validators.validFloat(c, 0.5) +# c = configBase.SettingRow(right, "Max Z speed (mm/s)", 'max_z_speed', '1.0', 'Speed at which Z moves are done. When you Z axis is properly lubercated you can increase this for less Z blob.') +# validators.validFloat(c, 0.5) c = configBase.SettingRow(right, "Bottom layer speed (mm/s)", 'bottom_layer_speed', '25', 'Print speed for the bottom layer, you want to print the first layer slower so it sticks better to the printer bed.') validators.validFloat(c, 0.0) - configBase.TitleRow(right, "Cool") - c = configBase.SettingRow(right, "Minimal layer time (sec)", 'cool_min_layer_time', '10', 'Minimum time spend in a layer, gives the layer time to cool down before the next layer is put on top. If the layer will be placed down too fast the printer will slow down to make sure it has spend atleast this amount of seconds printing this layer.') - validators.validFloat(c, 0.0) - c = configBase.SettingRow(right, "Enable cooling fan", 'fan_enabled', True, 'Enable the cooling fan during the print. The extra cooling from the cooling fan is essensial during faster prints.') +# configBase.TitleRow(right, "Cool") +# c = configBase.SettingRow(right, "Minimal layer time (sec)", 'cool_min_layer_time', '10', 'Minimum time spend in a layer, gives the layer time to cool down before the next layer is put on top. If the layer will be placed down too fast the printer will slow down to make sure it has spend atleast this amount of seconds printing this layer.') +# validators.validFloat(c, 0.0) +# c = configBase.SettingRow(right, "Enable cooling fan", 'fan_enabled', True, 'Enable the cooling fan during the print. The extra cooling from the cooling fan is essensial during faster prints.') configBase.TitleRow(right, "Quality") c = configBase.SettingRow(right, "Initial layer thickness (mm)", 'bottom_thickness', '0.0', 'Layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier. Set to 0.0 to have the bottom layer thickness the same as the other layers.') validators.validFloat(c, 0.0) validators.warningAbove(c, lambda : (float(profile.getProfileSetting('nozzle_size')) * 3.0 / 4.0), "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad results and is not recommended.") - c = configBase.SettingRow(right, "Cut off object bottom (mm)", 'object_sink', 0.05, '...') - validators.validFloat(c, 0.0) - configBase.settingNotify(c, lambda : self.GetParent().GetParent().GetParent().preview3d.Refresh()) - c = configBase.SettingRow(right, "Duplicate outlines", 'enable_skin', False, 'Skin prints the outer lines of the prints twice, each time with half the thickness. This gives the illusion of a higher print quality.') +# c = configBase.SettingRow(right, "Cut off object bottom (mm)", 'object_sink', 0.05, '...') +# validators.validFloat(c, 0.0) +# configBase.settingNotify(c, lambda : self.GetParent().GetParent().GetParent().preview3d.Refresh()) +# c = configBase.SettingRow(right, "Duplicate outlines", 'enable_skin', False, 'Skin prints the outer lines of the prints twice, each time with half the thickness. This gives the illusion of a higher print quality.') self.SizeLabelWidths(left, right) diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index e70d3daf..82cb6bf1 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -19,6 +19,7 @@ class simpleModePanel(wx.Panel): self.printTypeLow = wx.RadioButton(printTypePanel, -1, 'Fast low quality print') self.printTypeHigh = wx.RadioButton(printTypePanel, -1, 'High quality print') self.printTypeJoris = wx.RadioButton(printTypePanel, -1, 'Thin walled cup or vase') + self.printTypeJoris.Hide() printMaterialPanel = wx.Panel(self) self.printMaterialPLA = wx.RadioButton(printMaterialPanel, -1, 'PLA', style=wx.RB_GROUP) @@ -26,7 +27,8 @@ class simpleModePanel(wx.Panel): self.printMaterialDiameter = wx.TextCtrl(printMaterialPanel, -1, profile.getProfileSetting('filament_diameter')) self.printSupport = wx.CheckBox(self, -1, 'Print support structure') - + self.printSupport.Hide() + sizer = wx.GridBagSizer() self.SetSizer(sizer) @@ -50,10 +52,10 @@ class simpleModePanel(wx.Panel): printMaterialPanel.GetSizer().Add(boxsizer, flag=wx.EXPAND) sizer.Add(printMaterialPanel, (1,0), flag=wx.EXPAND) - sb = wx.StaticBox(self, label="Other:") - boxsizer = wx.StaticBoxSizer(sb, wx.VERTICAL) - boxsizer.Add(self.printSupport) - sizer.Add(boxsizer, (2,0), flag=wx.EXPAND) + #sb = wx.StaticBox(self, label="Other:") + #boxsizer = wx.StaticBoxSizer(sb, wx.VERTICAL) + #boxsizer.Add(self.printSupport) + #sizer.Add(boxsizer, (2,0), flag=wx.EXPAND) self.printTypeNormal.SetValue(True) self.printMaterialPLA.SetValue(True) diff --git a/Cura/resources/images/UltimakerRobot.png b/Cura/resources/images/UltimakerRobot.png index 4cf6a53903d06e7321b48fce522c7855df1a3afc..d5acdeb423d3023b2972fbdff7d4daa3cdc1bb8b 100644 GIT binary patch literal 18944 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%0Aj?) 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%0DQ}Y(Iir8C!_zIH*s$nT&vr&dB@JR=R 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