Added in the ability to set if we are going to retract when changing islands.MapItemToBool
New translations for updated slice descriptions.
This commit is contained in:
parent
a25dba4172
commit
de8fcf4e87
7 changed files with 341 additions and 20 deletions
|
|
@ -153,6 +153,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
new MapItem("bridgeFanSpeedPercent", "bridge_fan_speed"),
|
||||
|
||||
new MapItemToBool("retractWhenChangingIslands", "retract_when_changing_islands"),
|
||||
|
||||
new MapItem("raftFanSpeedPercent", "raft_fan_speed_percent"),
|
||||
|
||||
new AsPercentOfReferenceOrDirect("raftPrintSpeed", "raft_print_speed", "infill_speed"),
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
hideItems.Add("extruders_share_temperature");
|
||||
hideItems.Add("print_leveling_method");
|
||||
hideItems.Add("solid_shell");
|
||||
hideItems.Add("retractWhenChangingIslands");
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ retract_length_tool_change = 10
|
|||
retract_lift = 0
|
||||
retract_restart_extra = 0
|
||||
retract_restart_extra_toolchange = 0
|
||||
retract_when_changing_islands = 1
|
||||
retract_speed = 30
|
||||
skirt_distance = 6
|
||||
skirt_height = 1
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@ Advanced
|
|||
retract_restart_extra
|
||||
retract_before_travel
|
||||
retract_layer_change
|
||||
retract_when_changing_islands
|
||||
min_extrusion_before_retract
|
||||
wipe
|
||||
Retraction On Tool Change
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"SlicerConfigName": "avoid_crossing_perimeters",
|
||||
"PresentationName": "Avoid Crossing Perimeters",
|
||||
"HelpText": "Forces the slicer to attempt to avoid having the perimeter line cross over existing perimeter lines. This can help with oozing or strings.",
|
||||
"HelpText": "Attempts to avoid having the perimeter line cross over existing perimeter lines. This can help with oozing or strings.",
|
||||
"DataEditType": "CHECK_BOX",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
{
|
||||
"SlicerConfigName": "build_height",
|
||||
"PresentationName": "Build Height",
|
||||
"HelpText": "The height of the printer's printable volume, in millimeters. Serves no purpose for slicing, but controls the height of the visual print area displayed in 3D View.",
|
||||
"HelpText": "The height of the printer's printable volume, in millimeters. Primarily controls the height of the visual print area displayed in 3D View.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm"
|
||||
},
|
||||
|
|
@ -191,14 +191,14 @@
|
|||
{
|
||||
"SlicerConfigName": "external_perimeter_speed",
|
||||
"PresentationName": "Outside Perimeter",
|
||||
"HelpText": "The speed at which outside, external, or the otherwise visible perimeters will print.",
|
||||
"HelpText": "The speed at which outside, (visible) perimeters will print.",
|
||||
"DataEditType": "DOUBLE_OR_PERCENT",
|
||||
"ExtraSettings": "mm/s or %"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "external_perimeters_first",
|
||||
"PresentationName": "External Perimeters First",
|
||||
"HelpText": "Forces external perimeters to be drawn first. By default, they will print last.",
|
||||
"HelpText": "Forces external perimeters to be printed first. By default, they will print last.",
|
||||
"DataEditType": "CHECK_BOX",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
|
|
@ -240,7 +240,7 @@
|
|||
{
|
||||
"SlicerConfigName": "extruders_share_temperature",
|
||||
"PresentationName": "Share Temperature",
|
||||
"HelpText": "Indicate that more than one extruder shares a common heater cartridge.",
|
||||
"HelpText": "Indicate that the extruders share a common heater cartridge.",
|
||||
"DataEditType": "CHECK_BOX",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
{
|
||||
"SlicerConfigName": "extrusion_multiplier",
|
||||
"PresentationName": "Extrusion Multiplier",
|
||||
"HelpText": "All extrusions are multiplied by this value. Increasing it above 1 (1.1 is a good max value) will increase the amount of filament being extruded; decreasing it (.9 is a good minimum value) will decrease the amount being extruded.",
|
||||
"HelpText": "All extrusions are multiplied by this value. Increasing it above 1 will increase the amount of filament being extruded (1.1 is a good max value); decreasing it will decrease the amount being extruded (.9 is a good minimum value).",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
{
|
||||
"SlicerConfigName": "filament_diameter",
|
||||
"PresentationName": "Diameter",
|
||||
"HelpText": "The actual diameter of the filament used for printing. Measure 5 times with calipers, throw out the top and bottom, and average the remaining 3.",
|
||||
"HelpText": "The actual diameter of the filament used for printing.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm"
|
||||
},
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
{
|
||||
"SlicerConfigName": "fill_density",
|
||||
"PresentationName": "Fill Density",
|
||||
"HelpText": "The amount of infill material to generate, expressed as a mathematical term-- specifically, ratio or a percentage.",
|
||||
"HelpText": "The amount of infill material to generate, expressed as a ratio or a percentage.",
|
||||
"DataEditType": "DOUBLE_OR_PERCENT",
|
||||
"ExtraSettings": "% or ratio",
|
||||
"QuickMenuSettings": [{"MenuName" : "Light", "Value": "10%"},{"MenuName" : "Standard", "Value": "30%"},{"MenuName" : "Heavy", "Value": "90%"}]
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
{
|
||||
"SlicerConfigName": "first_layer_acceleration",
|
||||
"PresentationName": "First Layer",
|
||||
"HelpText": "Acceleration to use while printing the first layer. Set to 0 to the default first layer acceleration.",
|
||||
"HelpText": "Acceleration to use while printing the first layer. Set to 0 to use the default first layer acceleration.",
|
||||
"DataEditType": "DOUBLE",
|
||||
"ExtraSettings": "mm/s"
|
||||
},
|
||||
|
|
@ -339,7 +339,7 @@
|
|||
{
|
||||
"SlicerConfigName": "first_layer_height",
|
||||
"PresentationName": "First Layer Height",
|
||||
"HelpText": "The height of the first layer. A first layer taller than the default layer height can ensure good adhesion to the build plate.",
|
||||
"HelpText": "The height of the first layer. A first layer taller than the default layer height can sometimes be used to improve adhesion to the build plate.",
|
||||
"DataEditType": "DOUBLE_OR_PERCENT",
|
||||
"ExtraSettings": "mm or %"
|
||||
},
|
||||
|
|
@ -423,7 +423,7 @@
|
|||
{
|
||||
"SlicerConfigName": "has_power_control",
|
||||
"PresentationName": "Has Power Control",
|
||||
"HelpText": "The printer has the ability to control the power supply. Enable this function to show the ATX Power Control section on the Controls pane.",
|
||||
"HelpText": "The printer has the ability to control the power supply. Enable this function to show the ATX Power Control section on the Control pane.",
|
||||
"DataEditType": "HARDWARE_PRESENT",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
|
|
@ -507,7 +507,7 @@
|
|||
{
|
||||
"SlicerConfigName": "print_leveling_solution",
|
||||
"PresentationName": "Leveling Solution",
|
||||
"HelpText": "The print leveling alogrithm to use.",
|
||||
"HelpText": "The print leveling algorithm to use.",
|
||||
"DataEditType": "LIST",
|
||||
"ExtraSettings": "3-Point Plane,7-Point Disk,13-Point Disk"
|
||||
},
|
||||
|
|
@ -521,7 +521,7 @@
|
|||
{
|
||||
"SlicerConfigName": "print_leveling_method",
|
||||
"PresentationName": "Leveling Method",
|
||||
"HelpText": "The print leveling sampling mothod to use.",
|
||||
"HelpText": "The print leveling sampling method to use.",
|
||||
"DataEditType": "LIST",
|
||||
"ExtraSettings": "Manual,Use Z Limit Switch,Probe With G30"
|
||||
},
|
||||
|
|
@ -550,7 +550,7 @@
|
|||
{
|
||||
"SlicerConfigName": "solid_shell",
|
||||
"PresentationName": "Width",
|
||||
"HelpText": "Sets the size of the outer solid surface for the entire print.",
|
||||
"HelpText": "Sets the size of the outer solid surface (perimeter) for the entire print.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm",
|
||||
"SetSettingsOnChange": ["bottom_solid_layers", "top_solid_layers", "perimeters"],
|
||||
|
|
@ -580,14 +580,14 @@
|
|||
{
|
||||
"SlicerConfigName": "min_print_speed",
|
||||
"PresentationName": "Minimum Print Speed",
|
||||
"HelpText": "The minimum speed to which the printer will reduce in order to attempt to make the layer print time long enough to satisfy the minimum layer time.",
|
||||
"HelpText": "The minimum speed to which the printer will reduce to in order to attempt to make the layer print time long enough to satisfy the minimum layer time.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm/s"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "min_skirt_length",
|
||||
"PresentationName": "Minimum Extrusion Length",
|
||||
"HelpText": "The minimum length of filament to use drawing the skirt loops. Enough skirt loops will be drawn to use this amount of filament, overriding the value set in Loops if the value in Loops will produce a skirt is shorter than this value.",
|
||||
"HelpText": "The minimum length of filament to use printing the skirt loops. Enough skirt loops will be drawn to use this amount of filament, overriding the value set in Loops if the value in Loops will produce a skirt shorter than this value.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm"
|
||||
},
|
||||
|
|
@ -745,6 +745,13 @@
|
|||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "retract_when_changing_islands",
|
||||
"PresentationName": "Retract When \nChanging Islands",
|
||||
"HelpText": "Force a retraction when moving between islands (distinct parts on the layer).",
|
||||
"DataEditType": "CHECK_BOX",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "retract_lift",
|
||||
"PresentationName": "Z Lift",
|
||||
|
|
@ -769,7 +776,7 @@
|
|||
{
|
||||
"SlicerConfigName": "retract_speed",
|
||||
"PresentationName": "Speed",
|
||||
"HelpText": "The speed at which filament will retract and re-extrude until the next print move.",
|
||||
"HelpText": "The speed at which filament will retract and re-extrude.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm/s"
|
||||
},
|
||||
|
|
@ -903,7 +910,7 @@
|
|||
{
|
||||
"SlicerConfigName": "support_air_gap",
|
||||
"PresentationName": "Air Gap",
|
||||
"HelpText": "The distance between the first layer and the top of the raft. A good value is typically about half the extrusion diameter. For a 0.4 mm nozzle, a value between 0.0 and 0.2 would be best.",
|
||||
"HelpText": "The distance between the first layer (the bottom) and the top of the raft. A good value depends on the type of material. For PLA and ABS a value between 0.1 and 0.3 generaly works well.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm"
|
||||
},
|
||||
|
|
@ -917,7 +924,7 @@
|
|||
{
|
||||
"SlicerConfigName": "support_material_percent",
|
||||
"PresentationName": "Support Percent",
|
||||
"HelpText": "The amount of support to generate.",
|
||||
"HelpText": "The percent of the extrusion width that can be overlapped and still generate.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "%",
|
||||
"QuickMenuSettings": [{"MenuName" : "Little", "Value": "10"},{"MenuName" : "Standard", "Value": "50"},{"MenuName" : "Lots", "Value": "90"}] },
|
||||
|
|
|
|||
|
|
@ -4036,3 +4036,312 @@ Translated:Abort Print
|
|||
English:mm / minute
|
||||
Translated:mm / minute
|
||||
|
||||
English:Attempts to avoid having the perimeter line cross over existing perimeter lines. This can help with oozing or strings.
|
||||
Translated:Attempts to avoid having the perimeter line cross over existing perimeter lines. This can help with oozing or strings.
|
||||
|
||||
English:The X and Y values of the size of the print bed, in millimeters. For printers with a circular bed, these values are the diameters on the X and Y axes.
|
||||
Translated:The X and Y values of the size of the print bed, in millimeters. For printers with a circular bed, these values are the diameters on the X and Y axes.
|
||||
|
||||
English:The temperature to which the bed will be set for the duration of the print. Set to 0 to disable.
|
||||
Translated:The temperature to which the bed will be set for the duration of the print. Set to 0 to disable.
|
||||
|
||||
English:The amount to remove from the bottom of the model, in millimeters.
|
||||
Translated:The amount to remove from the bottom of the model, in millimeters.
|
||||
|
||||
English:The number of layers or the distance in millimeters to solid fill on the bottom surface(s) of the object. Add mm to the end of the number to specify distance in millimeters.
|
||||
Translated:The number of layers or the distance in millimeters to solid fill on the bottom surface(s) of the object. Add mm to the end of the number to specify distance in millimeters.
|
||||
|
||||
English:The speed at which the layer cooling fan will run when bridging, expressed as a percentage of full power.
|
||||
Translated:The speed at which the layer cooling fan will run when bridging, expressed as a percentage of full power.
|
||||
|
||||
English:The speed at which bridging between walls will print.
|
||||
Translated:The speed at which bridging between walls will print.
|
||||
|
||||
English:The amount of brim that will be drawn around each object, in millimeters. This can be useful to ensure that parts stay affixed to the bed.
|
||||
Translated:The amount of brim that will be drawn around each object, in millimeters. This can be useful to ensure that parts stay affixed to the bed.
|
||||
|
||||
English:The height of the printer's printable volume, in millimeters. Primarily controls the height of the visual print area displayed in 3D View.
|
||||
Translated:The height of the printer's printable volume, in millimeters. Primarily controls the height of the visual print area displayed in 3D View.
|
||||
|
||||
English:G-Code to run when a print is canceled.
|
||||
Translated:G-Code to run when a print is canceled.
|
||||
|
||||
English:Centers the print on the bed, regardless of where it is moved in Edit Mode. Disable to allow printing a model anywhere on the bed.
|
||||
Translated:Centers the print on the bed, regardless of where it is moved in Edit Mode. Disable to allow printing a model anywhere on the bed.
|
||||
|
||||
English:G-Code to run upon successful connection to a printer. This can be useful to set settings specific to a given printer.
|
||||
Translated:G-Code to run upon successful connection to a printer. This can be useful to set settings specific to a given printer.
|
||||
|
||||
English:Creates a raft under the printed part. Useful to prevent warping when printing ABS (and other warping-prone plastics) as it helps parts adhere to the bed.
|
||||
Translated:Creates a raft under the printed part. Useful to prevent warping when printing ABS (and other warping-prone plastics) as it helps parts adhere to the bed.
|
||||
|
||||
English:The extra distance the raft will extend around the edge of the part.
|
||||
Translated:The extra distance the raft will extend around the edge of the part.
|
||||
|
||||
English:The distance between the first layer and the top of the raft. A good value is typically about half the extrusion diameter. For a 0.4 mm nozzle, a value between 0.0 and 0.2 would be best.
|
||||
Translated:The distance between the first layer and the top of the raft. A good value is typically about half the extrusion diameter. For a 0.4 mm nozzle, a value between 0.0 and 0.2 would be best.
|
||||
|
||||
English:The speed at which the cooling fan(s) will run during the printing of the raft, expressed as a percentage of full power.
|
||||
Translated:The speed at which the cooling fan(s) will run during the printing of the raft, expressed as a percentage of full power.
|
||||
|
||||
English:The speed at which the layers of the raft (other than the first layer) will print. This can be set explicitly or as a percentage of the Infill speed.
|
||||
Translated:The speed at which the layers of the raft (other than the first layer) will print. This can be set explicitly or as a percentage of the Infill speed.
|
||||
|
||||
English:The number of layers for which the layer cooling fan will be forced off at the start of the print.
|
||||
Translated:The number of layers for which the layer cooling fan will be forced off at the start of the print.
|
||||
|
||||
English:G-Code to be run at the end of all automatic output (the very end of the G-Code commands).
|
||||
Translated:G-Code to be run at the end of all automatic output (the very end of the G-Code commands).
|
||||
|
||||
English:The speed at which outside, (visible) perimeters will print.
|
||||
Translated:The speed at which outside, (visible) perimeters will print.
|
||||
|
||||
English:Forces external perimeters to be printed first. By default, they will print last.
|
||||
Translated:Forces external perimeters to be printed first. By default, they will print last.
|
||||
|
||||
English:The number of extruders the printer has.
|
||||
Translated:The number of extruders the printer has.
|
||||
|
||||
English:Indicate that the extruders share a common heater cartridge.
|
||||
Translated:Indicate that the extruders share a common heater cartridge.
|
||||
|
||||
English:Forces the printer to heat the nozzle before homing.
|
||||
Translated:Forces the printer to heat the nozzle before homing.
|
||||
|
||||
English:This is the identifier used in the G-Code to specify the extruder.
|
||||
Translated:This is the identifier used in the G-Code to specify the extruder.
|
||||
|
||||
English:All extrusions are multiplied by this value. Increasing it above 1 will increase the amount of filament being extruded (1.1 is a good max value); decreasing it will decrease the amount being extruded (.9 is a good minimum value).
|
||||
Translated:All extrusions are multiplied by this value. Increasing it above 1 will increase the amount of filament being extruded (1.1 is a good max value); decreasing it will decrease the amount being extruded (.9 is a good minimum value).
|
||||
|
||||
English:The actual diameter of the filament used for printing.
|
||||
Translated:The actual diameter of the filament used for printing.
|
||||
|
||||
English:The angle of the infill, measured from the X axis. Not used when bridging.
|
||||
Translated:The angle of the infill, measured from the X axis. Not used when bridging.
|
||||
|
||||
English:The amount of infill material to generate, expressed as a ratio or a percentage.
|
||||
Translated:The amount of infill material to generate, expressed as a ratio or a percentage.
|
||||
|
||||
English:The geometric shape of the support structure for the inside of parts.
|
||||
Translated:The geometric shape of the support structure for the inside of parts.
|
||||
|
||||
English:Acceleration to use while printing the first layer. Set to 0 to use the default first layer acceleration.
|
||||
Translated:Acceleration to use while printing the first layer. Set to 0 to use the default first layer acceleration.
|
||||
|
||||
English:The height of the first layer. A first layer taller than the default layer height can sometimes be used to improve adhesion to the build plate.
|
||||
Translated:The height of the first layer. A first layer taller than the default layer height can sometimes be used to improve adhesion to the build plate.
|
||||
|
||||
English:The speed at which the nozzle will move when printing the first layer. If expressed as a percentage the Infill speed is modified.
|
||||
Translated:The speed at which the nozzle will move when printing the first layer. If expressed as a percentage the Infill speed is modified.
|
||||
|
||||
English:Include detailed comments in the G-Code.
|
||||
Translated:Include detailed comments in the G-Code.
|
||||
|
||||
English:The version of G-Code the printer's firmware communicates with. Some firmware use different G and M codes. Setting this ensures that the output G-Code will use the correct commands.
|
||||
Translated:The version of G-Code the printer's firmware communicates with. Some firmware use different G and M codes. Setting this ensures that the output G-Code will use the correct commands.
|
||||
|
||||
English:The printer has a layer-cooling fan.
|
||||
Translated:The printer has a layer-cooling fan.
|
||||
|
||||
English:The printer has its own auto bed leveling probe and procedure which can be called using a G29 command during Start G-Code.
|
||||
Translated:The printer has its own auto bed leveling probe and procedure which can be called using a G29 command during Start G-Code.
|
||||
|
||||
English:The printer has a heated bed.
|
||||
Translated:The printer has a heated bed.
|
||||
|
||||
English:The printer has the ability to control the power supply. Enable this function to show the ATX Power Control section on the Control pane.
|
||||
Translated:The printer has the ability to control the power supply. Enable this function to show the ATX Power Control section on the Control pane.
|
||||
|
||||
English:The printer has a SD card reader.
|
||||
Translated:The printer has a SD card reader.
|
||||
|
||||
English:Shows a button at the right side of the Printer Connection Bar used to reset the USB connection to the printer. This can be used on printers that support it as an emergency stop.
|
||||
Translated:Shows a button at the right side of the Printer Connection Bar used to reset the USB connection to the printer. This can be used on printers that support it as an emergency stop.
|
||||
|
||||
English:Acceleration to use when printing infill. Set to 0 to disable changing the printer's acceleration.
|
||||
Translated:Acceleration to use when printing infill. Set to 0 to disable changing the printer's acceleration.
|
||||
|
||||
English:The speed at which infill will print.
|
||||
Translated:The speed at which infill will print.
|
||||
|
||||
English:The print leveling algorithm to use.
|
||||
Translated:The print leveling algorithm to use.
|
||||
|
||||
English:The printer requires print leveling to run correctly.
|
||||
Translated:The printer requires print leveling to run correctly.
|
||||
|
||||
English:The print leveling sampling method to use.
|
||||
Translated:The print leveling sampling method to use.
|
||||
|
||||
English:The thickness of the paper (or other calibration device) used to perform manual bed probe.
|
||||
Translated:The thickness of the paper (or other calibration device) used to perform manual bed probe.
|
||||
|
||||
English:G-Code to be run after the change in Z height for the next layer.
|
||||
Translated:G-Code to be run after the change in Z height for the next layer.
|
||||
|
||||
English:The height of each layer of the print, except the first. A smaller number will create more layers and more vertical accuracy but also a slower print.
|
||||
Translated:The height of each layer of the print, except the first. A smaller number will create more layers and more vertical accuracy but also a slower print.
|
||||
|
||||
English:Sets the size of the outer solid surface (perimeter) for the entire print.
|
||||
Translated:Sets the size of the outer solid surface (perimeter) for the entire print.
|
||||
|
||||
English:The maximum speed at which the layer cooling fan will run, expressed as a percentage of full power.
|
||||
Translated:The maximum speed at which the layer cooling fan will run, expressed as a percentage of full power.
|
||||
|
||||
English:The minimum length of filament that must be extruded before a retraction can occur.
|
||||
Translated:The minimum length of filament that must be extruded before a retraction can occur.
|
||||
|
||||
English:The minimum speed at which the layer cooling fan will run, expressed as a percentage of full power.
|
||||
Translated:The minimum speed at which the layer cooling fan will run, expressed as a percentage of full power.
|
||||
|
||||
English:The minimum speed to which the printer will reduce to in order to attempt to make the layer print time long enough to satisfy the minimum layer time.
|
||||
Translated:The minimum speed to which the printer will reduce to in order to attempt to make the layer print time long enough to satisfy the minimum layer time.
|
||||
|
||||
English:The minimum length of filament to use printing the skirt loops. Enough skirt loops will be drawn to use this amount of filament, overriding the value set in Loops if the value in Loops will produce a skirt shorter than this value.
|
||||
Translated:The minimum length of filament to use printing the skirt loops. Enough skirt loops will be drawn to use this amount of filament, overriding the value set in Loops if the value in Loops will produce a skirt shorter than this value.
|
||||
|
||||
English:These notes will be added as comments in the header of the output G-Code.
|
||||
Translated:These notes will be added as comments in the header of the output G-Code.
|
||||
|
||||
English:The diameter of the extruder's nozzle.
|
||||
Translated:The diameter of the extruder's nozzle.
|
||||
|
||||
English:G-Code to run when the printer is paused.
|
||||
Translated:G-Code to run when the printer is paused.
|
||||
|
||||
English:A modifier of the width of the extrusion when printing outside perimeters. Can be useful to fine-adjust actual print size when objects print larger or smaller than specified in the digital model.
|
||||
Translated:A modifier of the width of the extrusion when printing outside perimeters. Can be useful to fine-adjust actual print size when objects print larger or smaller than specified in the digital model.
|
||||
|
||||
English:The speed at which inside perimeters will print.
|
||||
Translated:The speed at which inside perimeters will print.
|
||||
|
||||
English:The number, or total width, of external shells to create. Add mm to the end of the number to specify width in millimeters.
|
||||
Translated:The number, or total width, of external shells to create. Add mm to the end of the number to specify width in millimeters.
|
||||
|
||||
English:You can include additional programs to process the G-Code after slicer is finished. The complete path of the program to run should be included here.
|
||||
Translated:You can include additional programs to process the G-Code after slicer is finished. The complete path of the program to run should be included here.
|
||||
|
||||
English:The position (X and Y coordinates) of the center of the print bed, in millimeters.
|
||||
Translated:The position (X and Y coordinates) of the center of the print bed, in millimeters.
|
||||
|
||||
English:G-Code to be run when the print resumes after a pause.
|
||||
Translated:G-Code to be run when the print resumes after a pause.
|
||||
|
||||
English:The minimum distance of a non-print move which will trigger a retraction.
|
||||
Translated:The minimum distance of a non-print move which will trigger a retraction.
|
||||
|
||||
English:The distance filament will reverse before each qualifying non-print move
|
||||
Translated:The distance filament will reverse before each qualifying non-print move
|
||||
|
||||
English:When using multiple extruders, the distance filament will reverse before changing to a different extruder.
|
||||
Translated:When using multiple extruders, the distance filament will reverse before changing to a different extruder.
|
||||
|
||||
English:Force a retraction when moving between islands (distinct parts on the layer).
|
||||
Translated:Force a retraction when moving between islands (distinct parts on the layer).
|
||||
|
||||
English:The distance the nozzle will lift after each retraction.
|
||||
Translated:The distance the nozzle will lift after each retraction.
|
||||
|
||||
English:Length of filament to extrude after a complete retraction (in addition to the re-extrusion of the Length on Move distance).
|
||||
Translated:Length of filament to extrude after a complete retraction (in addition to the re-extrusion of the Length on Move distance).
|
||||
|
||||
English:The speed at which filament will retract and re-extrude.
|
||||
Translated:The speed at which filament will retract and re-extrude.
|
||||
|
||||
English:The number of loops to draw around all the parts on the bed before starting on the parts. Used mostly to prime the nozzle so the flow is even when the actual print begins.
|
||||
Translated:The number of loops to draw around all the parts on the bed before starting on the parts. Used mostly to prime the nozzle so the flow is even when the actual print begins.
|
||||
|
||||
English:The minimum amount of time a layer must take to print. If a layer will take less than this amount of time, the movement speed is reduced so the layer print time will match this value, down to the minimum print speed at the slowest.
|
||||
Translated:The minimum amount of time a layer must take to print. If a layer will take less than this amount of time, the movement speed is reduced so the layer print time will match this value, down to the minimum print speed at the slowest.
|
||||
|
||||
English:Forces the print to have only one extrusion and gradually increase the extruder height during the print. Only one part will print at a time with this feature.
|
||||
Translated:Forces the print to have only one extrusion and gradually increase the extruder height during the print. Only one part will print at a time with this feature.
|
||||
|
||||
English:G-Code to be run immediately following the temperature setting commands. Including commands to set temperature in this section will cause them not be generated outside of this section. Will accept Custom G-Code variables.
|
||||
Translated:G-Code to be run immediately following the temperature setting commands. Including commands to set temperature in this section will cause them not be generated outside of this section. Will accept Custom G-Code variables.
|
||||
|
||||
English:The distance between the first layer (the bottom) and the top of the raft. A good value depends on the type of material. For PLA and ABS a value between 0.1 and 0.3 generaly works well.
|
||||
Translated:The distance between the first layer (the bottom) and the top of the raft. A good value depends on the type of material. For PLA and ABS a value between 0.1 and 0.3 generaly works well.
|
||||
|
||||
English:The percent of the extrusion width that can be overlapped and still generate.
|
||||
Translated:The percent of the extrusion width that can be overlapped and still generate.
|
||||
|
||||
English:The angle at which the support material lines will be drawn.
|
||||
Translated:The angle at which the support material lines will be drawn.
|
||||
|
||||
English:Generates support material starting on top of internal surfaces. If unchecked support will only generate starting on the bed.
|
||||
Translated:Generates support material starting on top of internal surfaces. If unchecked support will only generate starting on the bed.
|
||||
|
||||
English:The index of the extruder to use for printing support material. Applicable only when Extruder Count is set to a value more than 1.
|
||||
Translated:The index of the extruder to use for printing support material. Applicable only when Extruder Count is set to a value more than 1.
|
||||
|
||||
English:The index of the extruder to use to print the raft. Set to 0 to use the support extruder index.
|
||||
Translated:The index of the extruder to use to print the raft. Set to 0 to use the support extruder index.
|
||||
|
||||
English:A modifier of the width of the extrusion when printing support material. Set to 0 for automatic calculation.
|
||||
Translated:A modifier of the width of the extrusion when printing support material. Set to 0 for automatic calculation.
|
||||
|
||||
English:The index of the extruder to use for support material interface layer(s).
|
||||
Translated:The index of the extruder to use for support material interface layer(s).
|
||||
|
||||
English:The number of layers or the distance to print solid material between the supports and the part. Add mm to the end of the number to specify distance.
|
||||
Translated:The number of layers or the distance to print solid material between the supports and the part. Add mm to the end of the number to specify distance.
|
||||
|
||||
English:The pattern to draw for the generation of support material.
|
||||
Translated:The pattern to draw for the generation of support material.
|
||||
|
||||
English:The distance between support material lines.
|
||||
Translated:The distance between support material lines.
|
||||
|
||||
English:The speed at which support material structures will print.
|
||||
Translated:The speed at which support material structures will print.
|
||||
|
||||
English:The minimum angle of overhang for which support material will be created. The angle perpendicular to the bed = 0; parallel with the bed = 90.
|
||||
Translated:The minimum angle of overhang for which support material will be created. The angle perpendicular to the bed = 0; parallel with the bed = 90.
|
||||
|
||||
English:The distance the support material will be from the object in the X and Y directions.
|
||||
Translated:The distance the support material will be from the object in the X and Y directions.
|
||||
|
||||
English:The number of layers, or the distance, to skip between the support (including interface layers) and the model. Add mm to the end of the number to specify distance.
|
||||
Translated:The number of layers, or the distance, to skip between the support (including interface layers) and the model. Add mm to the end of the number to specify distance.
|
||||
|
||||
English:Generates support material under areas of the part which may be too steep to support themselves.
|
||||
Translated:Generates support material under areas of the part which may be too steep to support themselves.
|
||||
|
||||
English:The target temperature the extruder will attempt to reach during the print.
|
||||
Translated:The target temperature the extruder will attempt to reach during the print.
|
||||
|
||||
English:The temperature at which the extruder will wipe the nozzle, as specified by Custom G-Code.
|
||||
Translated:The temperature at which the extruder will wipe the nozzle, as specified by Custom G-Code.
|
||||
|
||||
English:The temperature to which the bed will heat (or cool) in order to remove the part, as specified in Custom G-Code.
|
||||
Translated:The temperature to which the bed will heat (or cool) in order to remove the part, as specified in Custom G-Code.
|
||||
|
||||
English:G-Code to be run after every tool change.
|
||||
Translated:G-Code to be run after every tool change.
|
||||
|
||||
English:The number of layers, or the distance in millimeters, to solid fill on the top surface(s) of the object. Add mm to the end of the number to specify distance in millimeters.
|
||||
Translated:The number of layers, or the distance in millimeters, to solid fill on the top surface(s) of the object. Add mm to the end of the number to specify distance in millimeters.
|
||||
|
||||
English:The speed at which the nozzle will move when not extruding material.
|
||||
Translated:The speed at which the nozzle will move when not extruding material.
|
||||
|
||||
English:The extruder will wipe the nozzle over the last up to 10 mm of tool path after retracting.
|
||||
Translated:The extruder will wipe the nozzle over the last up to 10 mm of tool path after retracting.
|
||||
|
||||
English:Creates a perimeter around the part on which to wipe the other nozzle when printing using dual extrusion. Set to 0 to disable.
|
||||
Translated:Creates a perimeter around the part on which to wipe the other nozzle when printing using dual extrusion. Set to 0 to disable.
|
||||
|
||||
English:The length and width of a tower created at the back left of the print used for wiping the next nozzle when changing between multiple extruders. Set to 0 to disable.
|
||||
Translated:The length and width of a tower created at the back left of the print used for wiping the next nozzle when changing between multiple extruders. Set to 0 to disable.
|
||||
|
||||
English:Allows the printer to attempt going below 0 along the Z axis during the Software Print Leveling wizard, and disables related warnings. Does not override actual endstops, physical or software.
|
||||
Translated:Allows the printer to attempt going below 0 along the Z axis during the Software Print Leveling wizard, and disables related warnings. Does not override actual endstops, physical or software.
|
||||
|
||||
English:The distance to move the nozzle along the Z axis to ensure that it is the correct distance from the print bed. A positive number will raise the nozzle, and a negative number will lower it.
|
||||
Translated:The distance to move the nozzle along the Z axis to ensure that it is the correct distance from the print bed. A positive number will raise the nozzle, and a negative number will lower it.
|
||||
|
||||
English:Retract When \nChanging Islands
|
||||
Translated:Retract When \nChanging Islands
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b40b36563d4a271e1dd421f76b031f3def1cc8a4
|
||||
Subproject commit 42d51e655952aa6832d8a1a54df2fbbc802ba4d0
|
||||
Loading…
Add table
Add a link
Reference in a new issue