fixed spelling of positive

put in more matterslice settings.
This commit is contained in:
larsbrubaker 2014-03-25 12:14:03 -07:00
parent 7c53c5ce97
commit 7cbb33e58b
8 changed files with 99 additions and 47 deletions

View file

@ -20,7 +20,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public class OrganizerSettingsData
{
[JsonConverter(typeof(StringEnumConverter))]
public enum DataEditTypes { STRING, INT, DOUBLE, POSITVE_DOUBLE, OFFSET, DOUBLE_OR_PERCENT, VECTOR2, OFFSET2, CHECK_BOX, LIST, MULTI_LINE_TEXT };
public enum DataEditTypes { STRING, INT, DOUBLE, POSITIVE_DOUBLE, OFFSET, DOUBLE_OR_PERCENT, VECTOR2, OFFSET2, CHECK_BOX, LIST, MULTI_LINE_TEXT };
public string SlicerConfigName { get; set; }

View file

@ -505,7 +505,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
break;
case OrganizerSettingsData.DataEditTypes.POSITVE_DOUBLE:
case OrganizerSettingsData.DataEditTypes.POSITIVE_DOUBLE:
{
double currentValue = 0;
double.TryParse(sliceSettingValue, out currentValue);

View file

@ -77,6 +77,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new MapItemToBool("avoidCrossingPerimeters", "avoid_crossing_perimeters"),
//bottomClipAmount=0 # The amount to clip off the bottom of the part, in millimeters.
new MapItemToBool("bottomClipAmount", "bottom_clip_amount"),
//centerObjectInXy=True # Describes if 'positionToPlaceObjectCenter' should be used.
new MapItemToBool("centerObjectInXy", "center_part_on_bed"),
@ -120,11 +121,13 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new MapItem("firstLayerToAllowFan", "disable_fan_first_layers"),
//outputType=REPRAP # Available Values: REPRAP, ULTIGCODE, MAKERBOT, BFB, MACH3
new MapItem("outputType", "gcode_output_type"),
//generateInternalSupport=True # If True, support will be generated within the part as well as from the bed.
new MapItemToBool("generateInternalSupport", "support_material_create_internal_support"),
//infillOverlapPerimeter=0.06 # The amount the infill extends into the perimeter in millimeters.
new MapItem("infillOverlapPerimeter", "infill_overlap_perimeter"),
//infillPercent=20 # The percent of filled space to open space while infilling.
new ScaledSingleNumber("infillPercent", "fill_density", 100),
@ -163,6 +166,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new MapItem("numberOfTopLayers", "top_solid_layers"),
//outsidePerimeterSpeed=50 # The speed of the first perimeter. mm/s.
new MapItem("outsidePerimeterSpeed", "external_perimeter_speed"),
//numberOfPerimeters=2
new MapItem("numberOfPerimeters", "perimeters"),
@ -209,6 +213,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new MapItem("supportStartingAngleDegrees", "support_material_angle"),
//supportType=NONE # Available Values: NONE, GRID, LINES
new MapItem("supportType", "support_type"),
//supportXYDistanceFromObject=0.7 # The closest xy distance that support will be to the object. mm/s.
new MapItem("supportXYDistanceFromObject", "support_material_xy_distance"),

View file

@ -59,6 +59,9 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
hideItems.Add("min_extrusion_before_retract");
hideItems.Add("support_material_xy_distance");
hideItems.Add("support_material_z_distance");
hideItems.Add("center_part_on_bed");
hideItems.Add("infill_overlap_perimeter");
hideItems.Add("support_type");
}
return instance;
}

View file

@ -2,6 +2,7 @@ avoid_crossing_perimeters = 0
bed_shape = rectangular
bed_size = 200,200
bed_temperature = 70
bottom_clip_amount = 0
bottom_solid_layers = 3
bridge_acceleration = 0
bridge_fan_speed = 100
@ -49,6 +50,7 @@ infill_extruder = 1
infill_extrusion_width = 0
infill_first = 0
infill_only_where_needed = 0
infill_overlap_perimeter = .06
infill_speed = 60
layer_gcode =
layer_height = 0.4
@ -113,6 +115,7 @@ support_material_speed = 60
support_material_threshold = 0
support_material_xy_distance = 0.7
support_material_z_distance = 0.15
support_type = NONE
temperature = 200
thin_walls = 1
threads = 2

View file

@ -9,9 +9,13 @@ Beginner
Infill
fill_density
fill_pattern
Skirt and Brim
Skirt
skirt_distance
Support Material
Support Material
support_material
support_type
Filament
Filament
Filament
@ -54,6 +58,7 @@ Advanced
Advanced
randomize_start
external_perimeters_first
bottom_clip_amount
Infill
Infill
fill_density
@ -67,6 +72,7 @@ Advanced
solid_infill_below_area
only_retract_when_crossing_perimeters
infill_first
infill_overlap_perimeter
Speed
Speed for Print Moves
perimeter_speed
@ -100,6 +106,7 @@ Advanced
Support Material
Support Material
support_material
support_type
support_material_threshold
support_material_enforce_layers
Raft

View file

@ -1,96 +1,99 @@
avoid_crossing_perimeters|Avoid Crossing Perimeters|CHECK_BOX||Attempts to minimize the number of perimeter crossing. This can help with oozing or strings.
bed_shape|Bed Shape|LIST|rectangular,circular|The shape of the physical print bed.
bed_size|Bed Size|VECTOR2|mm|The size of the print bed.
bed_temperature|Bed Other Layers|POSITVE_DOUBLE|degrees|The temperature to set the bed to after the first layer has been printed. Set to 0 to eliminate bed temperature commands.
bed_temperature|Bed Other Layers|POSITIVE_DOUBLE|degrees|The temperature to set the bed to after the first layer has been printed. Set to 0 to eliminate bed temperature commands.
bottom_clip_amount|Bottom Clip|POSITIVE_DOUBLE|mm|The amount to remove from the bottom of the model
bottom_solid_layers|Number of Solid Layers\n on the Bottom:|INT||How many layers will be solid filled on the bottom surfaces of the object.
bridge_acceleration|Bridge|POSITVE_DOUBLE|mm/s²|Acceleration to during bridging. Set to 0 to disable changing the printer's acceleration.
bridge_acceleration|Bridge|POSITIVE_DOUBLE|mm/s²|Acceleration to during bridging. Set to 0 to disable changing the printer's acceleration.
bridge_fan_speed|Bridging Fan Speed|INT|%|The fan speed to use during bridging.
bridge_flow_ratio|Bridge Flow Ratio|POSITVE_DOUBLE||This controls the ratio of material extruder during bridging. Reducing this slightly can help bridging by stretching the filament more, using a fan can also help greatly.
bridge_speed|Bridges|POSITVE_DOUBLE|mm/s|The speed to move when bridging between walls.
brim_width|Brim Width|POSITVE_DOUBLE|mm|The amount of brim that will be drawn around each object. This is useful to ensure that parts stay affixed to the bed.
build_height|Build Height|POSITVE_DOUBLE|mm|The height of the printable area. If set to 0 the parts height will not be validated.
bridge_flow_ratio|Bridge Flow Ratio|POSITIVE_DOUBLE||This controls the ratio of material extruder during bridging. Reducing this slightly can help bridging by stretching the filament more, using a fan can also help greatly.
bridge_speed|Bridges|POSITIVE_DOUBLE|mm/s|The speed to move when bridging between walls.
brim_width|Brim Width|POSITIVE_DOUBLE|mm|The amount of brim that will be drawn around each object. This is useful to ensure that parts stay affixed to the bed.
build_height|Build Height|POSITIVE_DOUBLE|mm|The height of the printable area. If set to 0 the parts height will not be validated.
cancel_gcode|Cancel G-Code|MULTI_LINE_TEXT||This gcode will be inserted when the print is canceled.
center_part_on_bed|Center On Bed|CHECK_BOX||This will cause the print to be centered on the bed. Disable this if you know your models have been created where you want them to print.
complete_objects|Complete Individual Objects|CHECK_BOX||Each individual part is printed to completion then the extruder is lowered back to the bed and the next part is printed.
cool_extruder_lift|Enable Extruder Lift|CHECK_BOX||Moves the extruder up off the part to allow cooling.
cooling|Enable Auto Cooling|CHECK_BOX||Turns on and off all cooling settings (all settings below this one).
default_acceleration|Default|POSITVE_DOUBLE|mm/s²|Acceleration to use on all moves not defined above. Set to 0 to disable changing the printer's acceleration.
default_acceleration|Default|POSITIVE_DOUBLE|mm/s²|Acceleration to use on all moves not defined above. Set to 0 to disable changing the printer's acceleration.
disable_fan_first_layers|Disable Fan For The First|INT|Layers|The number of layers for which the fan will be forced to remain off.
end_gcode|End G-Code|MULTI_LINE_TEXT|| This gcode will be inserted at the end of all automatic output (the very end of the gcode commands).
external_perimeter_speed|External Perimeters|DOUBLE_OR_PERCENT|mm/s or %|The speed to print the visible outside edges. This can be set explicitly or as a percentage of the Perimeters speed.
external_perimeter_speed|Outside Perimeter|DOUBLE_OR_PERCENT|mm/s or %|The speed to print the visible outside edges. This can be set explicitly or as a percentage of the Perimeters speed.
external_perimeters_first|External Perimeters First|CHECK_BOX||Normally external perimeters are printed last, this makes them go first.
extra_perimeters|Generate Extra Perimeters\n When Needed:|CHECK_BOX||Allow slicer to generate extra perimeters when needed for sloping walls.
extruder_clearance_height|Extruder Clearance Height|POSITVE_DOUBLE|mm|This is used to figure out how far apart individual parts must be printed to allow them to be completed before printing the next part.
extruder_clearance_radius|Extruder Clearance Radius|POSITVE_DOUBLE|mm|This is used to figure out how far apart individual parts must be printed to allow them to be completed before printing the next part.
extruder_clearance_height|Extruder Clearance Height|POSITIVE_DOUBLE|mm|This is used to figure out how far apart individual parts must be printed to allow them to be completed before printing the next part.
extruder_clearance_radius|Extruder Clearance Radius|POSITIVE_DOUBLE|mm|This is used to figure out how far apart individual parts must be printed to allow them to be completed before printing the next part.
extruder_offset|Extruder Offset|OFFSET2|mm|This is the offset of each extruder relative to the first extruder. Only useful for multiple extruder machines.
extrusion_axis|Extrusion Axis|STRING||This is the identifier used in the gcode to specify the extruder.
extrusion_multiplier|Extrusion Multiplier|POSITVE_DOUBLE||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 min value) will decrease the amount being extruded.
extrusion_multiplier|Extrusion Multiplier|POSITIVE_DOUBLE||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 min value) will decrease the amount being extruded.
extrusion_width|Default Extrusion Width|DOUBLE_OR_PERCENT|mm or %\nleave 0 for auto|Leave this as 0 to allow automatic calculation of extrusion width.
fan_always_on|Keep Fan Always On|CHECK_BOX||This will force the fan to remain on throughout the print. In general you should have this off and just enable auto cooling.
fan_below_layer_time|Enable Fan If Layer\nPrint Time Is Below|INT|Seconds|If a layer is estimated to take less than this to print, the fan will be turned on.
filament_diameter|Diameter|POSITVE_DOUBLE|mm|This should be set to the actual diameter of the filament you are using on your printer. Measure 5 times with calipers, throw out the top and bottom, and average the remaining 3.
fill_angle|Fill Angle|POSITVE_DOUBLE|Angle Degrees|Sets the starting angle of the infill. Not used when bridging.
fill_density|Fill Density|POSITVE_DOUBLE|Ratio (0 to 1)|The ratio of material to empty space ranged 0 to 1. Zero would be no infill; 1 is solid infill.
filament_diameter|Diameter|POSITIVE_DOUBLE|mm|This should be set to the actual diameter of the filament you are using on your printer. Measure 5 times with calipers, throw out the top and bottom, and average the remaining 3.
fill_angle|Fill Angle|POSITIVE_DOUBLE|Angle Degrees|Sets the starting angle of the infill. Not used when bridging.
fill_density|Fill Density|POSITIVE_DOUBLE|Ratio (0 to 1)|The ratio of material to empty space ranged 0 to 1. Zero would be no infill; 1 is solid infill.
fill_pattern|Fill Pattern|LIST|rectilinear,line,concentric,honeycomb,hilbertcurve,achimedeancords,octagramspiral|The pattern used on the inside portions of the print.
first_layer_acceleration|First Layer|DOUBLE|mm/s|Acceleration to use while printing the first layer. Set to 0 to the default first layer acceleration.
first_layer_bed_temperature|Bed First Layer|DOUBLE|degrees|The temperature to set the bed to before printing the first layer. The printer will wait until this temperature has been reached before printing. Set to 0 to eliminate bed temperature commands.
first_layer_extrusion_width|First Layer|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Setting this to greater than 100% can often help the first layer have better adhesion to the print bed.
first_layer_height|First Layer Height|DOUBLE_OR_PERCENT|mm or %|Sets the height of the first layer. It is often desirable to print a taller first layer to ensure a good solid adhesion to the build plate.
first_layer_speed|First Layer Speed|DOUBLE_OR_PERCENT|mm/s or %|The speed to move while printing the first layer. If expressed as a percentage it will modify the corresponding speed set above.
first_layer_temperature|Extrude First Layer|POSITVE_DOUBLE|degrees|The temperature to set the extruder to before printing the first layer of a part. The printer will wait until this temperature has been reached before printing.
first_layer_temperature|Extrude First Layer|POSITIVE_DOUBLE|degrees|The temperature to set the extruder to before printing the first layer of a part. The printer will wait until this temperature has been reached before printing.
g0|Use G0|CHECK_BOX||Use G0 for moves rather than G1.
gap_fill_speed|Gap Fill|POSITVE_DOUBLE|mm/s|Speed to fill small gaps. Keep low to avoid vibration. Set to 0 to skip filling small gaps.
gap_fill_speed|Gap Fill|POSITIVE_DOUBLE|mm/s|Speed to fill small gaps. Keep low to avoid vibration. Set to 0 to skip filling small gaps.
gcode_arcs|Use Arcs|CHECK_BOX||Use firmware arcs rather than multiple segments for curves.
gcode_comments|Verbose G-Code|CHECK_BOX||Include detailed comments in the gcode.
gcode_flavor|G-Code Flavor|LIST|reprap,teacup,makerbot,sailfish,mach3_ecm,no_extrusion|Some firmware use different g and m codes. Setting this ensures that the output gcode will use the correct commands.
infill_acceleration|Infill|POSITVE_DOUBLE|mm/s²|Acceleration to use while infilling. Set to 0 to disable changing the printer's acceleration.
gcode_output_type|G-Code Output|LIST|REPRAP,ULTIGCODE,MAKERBOT,BFB,MACH3|Some firmware use different g and m codes. Setting this ensures that the output gcode will use the correct commands.
infill_acceleration|Infill|POSITIVE_DOUBLE|mm/s²|Acceleration to use while infilling. Set to 0 to disable changing the printer's acceleration.
infill_every_layers|Infill Every|INT|layers|Sets which layers will receive infill. This should normally stay set to 1 to make strong parts.
infill_extruder|Infill Extruder|INT||The index of the extruder to use for infill.
infill_extrusion_width|Infill|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Leave this as 0 to allow automatic calculation of extrusion width.
infill_first|Do Infill Before Perimeters|CHECK_BOX||Sets infill to happen before perimeters are created.
infill_only_where_needed|Only Infill Where Needed|CHECK_BOX||Creates infill only where it will be used as internal support.
infill_speed|Infill|POSITVE_DOUBLE|mm/s|The speed to print infill.
infill_overlap_perimeter|Infill Overlap|POSITIVE_DOUBLE|mm|The amount the infill edge will push into the preimiter. Helps ensure the infill is connected to the edge.
infill_speed|Infill|POSITIVE_DOUBLE|mm/s|The speed to print infill.
layer_gcode|Layer Change G-Code|MULTI_LINE_TEXT||This gcode will be inserted right after the change in z height for the next layer.
layer_height|Layer Height|POSITVE_DOUBLE|mm|Sets the height of each layer of the print. A smaller number will create more layers and more vertical accuracy but also a slower print.
layer_height|Layer Height|POSITIVE_DOUBLE|mm|Sets the height of each layer of the print. A smaller number will create more layers and more vertical accuracy but also a slower print.
max_fan_speed|Max Fan Speed|INT|%|This is the maximum speed that your fan can run at.
min_extrusion_before_retract|Min Extrusion|POSITVE_DOUBLE|mm|This is the minimum amount of filament that must be extruded before a rectarction can occure.
min_extrusion_before_retract|Min Extrusion|POSITIVE_DOUBLE|mm|This is the minimum amount of filament that must be extruded before a rectarction can occure.
min_fan_speed|Min Fan Speed|INT|%|This is the minimum fan speed that your fan can run at.
min_print_speed|Min Print Speed|POSITVE_DOUBLE|mm/s|This is the minimum speed that the printer will reduce to to make the layer take long enough to satisfy the min layer time.
min_skirt_length|Minimum Extrusion Length|POSITVE_DOUBLE|mm|Sets the minimum amount of filament to use drawing the skirt loops. This will cause at least enough skirt loops to be drawn to use this amount of filament.
min_print_speed|Min Print Speed|POSITIVE_DOUBLE|mm/s|This is the minimum speed that the printer will reduce to to make the layer take long enough to satisfy the min layer time.
min_skirt_length|Minimum Extrusion Length|POSITIVE_DOUBLE|mm|Sets the minimum amount of filament to use drawing the skirt loops. This will cause at least enough skirt loops to be drawn to use this amount of filament.
notes|notes|MULTI_LINE_TEXT||These notes will be added as comments in the header of the output gcode.
nozzle_diameter|Nozzle Diameter|POSITVE_DOUBLE|mm|This is the diameter of your extruder nozle.
nozzle_diameter|Nozzle Diameter|POSITIVE_DOUBLE|mm|This is the diameter of your extruder nozle.
only_retract_when_crossing_perimeters|Only Retract When\n Crossing Perimeters|CHECK_BOX||Prevents retraction while within a printing perimeter.
ooze_prevention|Enable|CHECK_BOX||This will lower the temperature of the non-printing extruder to help prevent oozing.
overhangs|Optimize Overhangs|CHECK_BOX||Experimental feature that attempts to improve overhangs using the fan and bridge settings.
output_filename_format|Output File Name Format|STRING||Sets the way that slicer creates file names (this is not used by MatterControl).
pause_gcode|Pause G-Code|MULTI_LINE_TEXT||This gcode will be inserted when the printer is paused.
perimeter_acceleration|Perimeters|POSITVE_DOUBLE|mm/s²|Acceleration to use on perimeters. Set to 0 to disable changing the printer's acceleration.
perimeter_acceleration|Perimeters|POSITIVE_DOUBLE|mm/s²|Acceleration to use on perimeters. Set to 0 to disable changing the printer's acceleration.
perimeter_extruder|Perimeter Extruder|INT||The index of the extruder to use for perimeters.
perimeter_extrusion_width|Perimeters|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Leave this as 0 to allow automatic calculation of extrusion width.
perimeter_speed|Perimeters|POSITVE_DOUBLE|mm/s|Sets the default movement speed while printing perimeters.
perimeter_speed|Inside Perimeters|POSITIVE_DOUBLE|mm/s|Sets the default movement speed while printing inside perimeters.
perimeters|Perimeters (minimum)|INT||The number of external layers or shells to create.
post_process|Post-Processing Scripts|MULTI_LINE_TEXT||You can include additional programs to process the gcode after slicer is finished. The complete path of the program to run should be included here.
print_center|Print Center|VECTOR2|mm|The position (coordinates) of the center of the print bed.
raft_layers|Raft Layers|INT|layers|Number of layers to print before printing any parts.
randomize_start|Randomize Starting Points|CHECK_BOX||Start each new layer from a different vertex to reduce seams.
resume_gcode|Resume G-Code|MULTI_LINE_TEXT||This gcode will be inserted when the printer is resumed.
retract_before_travel|Minimum Travel After\n Retraction|POSITVE_DOUBLE|mm|The minimum distance of a non-printing move that will result in a retraction.
retract_before_travel|Minimum Travel After\n Retraction|POSITIVE_DOUBLE|mm|The minimum distance of a non-printing move that will result in a retraction.
retract_layer_change|Retract on Layer Change|CHECK_BOX||If set, a retraction will occur prior to changing the layer height.
retract_length|Length|POSITVE_DOUBLE|mm|The amount that the filament will be reversed after each qualifying non-printing move.
retract_length_tool_change|Change Tool|POSITVE_DOUBLE|mm|The amount that the filament will be reversed before changing to a new tool.
retract_lift|Z Lift|POSITVE_DOUBLE|mm|The amount the extruder head will be lifted after each retraction.
retract_restart_extra_toolchange|Length|POSITVE_DOUBLE|mm\nzero to disable|The amount the filament will be retracted when changing to a different extruder.
retract_restart_extra|Extra Length On Restart|POSITVE_DOUBLE|mm|Additional amount of filament that will be extruded after a retraction.
retract_restart_extra|Extra Length On Restart|POSITVE_DOUBLE|mm|The amount of extra extrusion that will occur when an extruder is selected.
retract_speed|Speed|POSITVE_DOUBLE|mm/s|The speed that the filament will be retracted (and re-extruded).
resolution|Resolution|POSITVE_DOUBLE|mm|The minimum feature size to consider from the model. Leave at 0 to use all the model detail.
skirt_distance|Distance from Object|POSITVE_DOUBLE|mm|The distance to start drawing the first skirt loop.
retract_length|Length|POSITIVE_DOUBLE|mm|The amount that the filament will be reversed after each qualifying non-printing move.
retract_length_tool_change|Change Tool|POSITIVE_DOUBLE|mm|The amount that the filament will be reversed before changing to a new tool.
retract_lift|Z Lift|POSITIVE_DOUBLE|mm|The amount the extruder head will be lifted after each retraction.
retract_restart_extra_toolchange|Length|POSITIVE_DOUBLE|mm\nzero to disable|The amount the filament will be retracted when changing to a different extruder.
retract_restart_extra|Extra Length On Restart|POSITIVE_DOUBLE|mm|Additional amount of filament that will be extruded after a retraction.
retract_restart_extra|Extra Length On Restart|POSITIVE_DOUBLE|mm|The amount of extra extrusion that will occur when an extruder is selected.
retract_speed|Speed|POSITIVE_DOUBLE|mm/s|The speed that the filament will be retracted (and re-extruded).
resolution|Resolution|POSITIVE_DOUBLE|mm|The minimum feature size to consider from the model. Leave at 0 to use all the model detail.
skirt_distance|Distance from Object|POSITIVE_DOUBLE|mm|The distance to start drawing the first skirt loop. Make this 0 to create an anchor for the part to the bed.
skirt_height|Skirt Height|INT|layers|The number of layers to draw the skirt.
skirts|Loops|INT||The number of loops to draw around all the parts on the bed.
slowdown_below_layer_time|Slow Down If Layer Print\nTime Is Below|INT|Seconds|If a layer is estimated to take less than this to print, the movement speed will be reduced to try and make the layer take this long to print.
small_perimeter_speed|Small Perimeters|DOUBLE_OR_PERCENT|mm/s or %|Used for small perimeters (usually holes). This can be set explicitly or as a percentage of the Perimeters' speed.
solid_fill_pattern|Top/Bottom Fill Pattern|LIST|rectilinear,concentric,hilbertcurve,achimedeancords,octagramspiral|The pattern used on the bottom and top layers of the print.
solid_infill_below_area|Solid Infill Threshold Area|POSITVE_DOUBLE|mm2|Forces solid infill for any area less than this amount.
solid_infill_below_area|Solid Infill Threshold Area|POSITIVE_DOUBLE|mm2|Forces solid infill for any area less than this amount.
solid_infill_every_layers|Solid Infill Every|INT|layers|Sets how often a layer will be forced to be solid infilled. Zero will result in normal infill throughout.
solid_infill_extrusion_width|Solid Infill|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Leave this as 0 to allow automatic calculation of extrusion width.
solid_infill_speed|Solid Infill|DOUBLE_OR_PERCENT|mm/s|The speed to print infill when completely solid. This can be set explicitly or as a percentage of the Infill speed.
@ -99,29 +102,30 @@ standby_temperature_delta|Temp Lower Amount|DOUBLE|degrees|This is the amount to
start_gcode|Start G-Code|MULTI_LINE_TEXT||This gcode will be inserted into the output right after the temperature setting. If you have the commands to set temperature in this section they will not be generated outside of this section. You can also include values from other settings such as [first_layer_temperature].
start_perimeters_at_concave_points|Start At Concave Points|CHECK_BOX||Make sure the first point on a perimeter is a concave point.
start_perimeters_at_non_overhang|Start At Non Overhang|CHECK_BOX||Make sure the first point on a perimeter is not an overhang.
support_material_angle|Pattern Angle|POSITVE_DOUBLE|degrees|The starting angle of the supports.
support_material_angle|Pattern Angle|POSITIVE_DOUBLE|degrees|The starting angle of the supports.
support_material_create_internal_support|Internal Support|CHECK_BOX||Create support where needed on internal features.
support_material_enforce_layers|Enforce Support For First|INT|layers|Generate support material everywhere not touching the bed for n layers, regardless of angle.
support_material_extruder|Support Material Extruder|INT||The index of the extruder to use for support material.
support_material_extrusion_width|Support Material|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Leave this as 0 to allow automatic calculation of extrusion width.
support_material_interface_extruder|Support Interface Extruder|INT||The index of the extruder to use for support material interface layers.
support_material_interface_layers|Interface Layers|INT|layers|The number of layers to print between the supports and the part.
support_material_interface_spacing|Interface Pattern Spacing|POSITVE_DOUBLE|mm|The space between lines of the interface layers (0 is solid).
support_material_interface_spacing|Interface Pattern Spacing|POSITIVE_DOUBLE|mm|The space between lines of the interface layers (0 is solid).
support_material_pattern|Pattern|LIST|rectilinear,rectilinear-grid,honeycomb|The pattern used while generating support material.
support_material_spacing|Pattern Spacing|POSITVE_DOUBLE|mm|The space between the lines of he support material.
support_material_speed|Support Material|POSITVE_DOUBLE|mm/s|The speed to print support material structures.
support_material_threshold|Overhang Threshold|POSITVE_DOUBLE|degrees|The last angle at which support material will be generated. Larger numbers will result in more support. Set to 0 to enable automatic settings.
support_material_xy_distance|X and Y Distance|POSITVE_DOUBLE|mm|The distance the support material will be from the object in the x and y direction.
support_material_z_distance|Z Distance|POSITVE_DOUBLE|mm|The distance the support material will be from the object in the z direction.
support_material_spacing|Pattern Spacing|POSITIVE_DOUBLE|mm|The space between the lines of he support material.
support_material_speed|Support Material|POSITIVE_DOUBLE|mm/s|The speed to print support material structures.
support_material_threshold|Overhang Threshold|POSITIVE_DOUBLE|degrees|The last angle at which support material will be generated. Larger numbers will result in more support. Set to 0 to enable automatic settings.
support_material_xy_distance|X and Y Distance|POSITIVE_DOUBLE|mm|The distance the support material will be from the object in the x and y direction.
support_material_z_distance|Z Distance|POSITIVE_DOUBLE|mm|The distance the support material will be from the object in the z direction.
support_material|Generate Support Material|CHECK_BOX||This turns on and off the generation of support material.
temperature|Extruder Other Layers|POSITVE_DOUBLE|degrees|The temperature to set the extruder to after the first layer has been printed.
support_type|Support Type|LIST|NONE, GRID, LINES|The type of support to create for surfaces that need it.
temperature|Extruder Other Layers|POSITIVE_DOUBLE|degrees|The temperature to set the extruder to after the first layer has been printed.
thin_walls|Thin Walls|CHECK_BOX||Detect when walls are too close together and need to be extruded as just one wall.
threads|Threads|INT||The number of CPU cores to use while doing slicing. Increasing this can slow down your machine.
toolchange_gcode|Tool Change G-Code|MULTI_LINE_TEXT||This gcode will be inserted after every tool change.
top_infill_extrusion_width|Top Solid Infill|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Leave this as 0 to allow automatic calculation of extrusion width.
top_solid_infill_speed|Top Solid Infill|DOUBLE_OR_PERCENT|mm/s|The speed to print the top infill. This can be set explicitly or as a percentage of the Infill speed.
top_solid_layers|Number of Solid Layers\n on the Top:|INT||How many layers will be solid filled on the top surfaces of the object.
travel_speed|Travel|POSITVE_DOUBLE|mm/s|Speed to move when not extruding material.
travel_speed|Travel|POSITIVE_DOUBLE|mm/s|Speed to move when not extruding material.
use_firmware_retraction|Use Firmware Retraction|CHECK_BOX||Request the firmware to do retractions rather than specify the extruder movements directly.
use_relative_e_distances|Use Relative E Distances|CHECK_BOX||Normally you will want to use absolute e distances. Only check this if you know your printer needs relative e distances.
vibration_limit|Vibration Limit|INT|Hz|This is to help reduce vibrations during printing. If your printer has a resonance frequency that is causing trouble you can set this to try and reduce printing at that frequency.

View file

@ -1527,3 +1527,33 @@ Translated:Note
English:To enable GCode export, select a printer profile.
Translated:To enable GCode export, select a printer profile.
English:The amount to remove from the bottom of the model
Translated:The amount to remove from the bottom of the model
English:The amount the infill edge will push into the preimiter. Helps ensure the infill is connected to the edge.
Translated:The amount the infill edge will push into the preimiter. Helps ensure the infill is connected to the edge.
English:The distance to start drawing the first skirt loop. Make this 0 to create an anchor for the part to the bed.
Translated:The distance to start drawing the first skirt loop. Make this 0 to create an anchor for the part to the bed.
English:Bottom Clip
Translated:Bottom Clip
English:Infill Overlap
Translated:Infill Overlap
English:Inside Perimeters
Translated:Inside Perimeters
English:Outside Perimeter
Translated:Outside Perimeter
English:Sets the default movement speed while printing inside perimeters.
Translated:Sets the default movement speed while printing inside perimeters.
English:The type of support to create for surfaces that need it.
Translated:The type of support to create for surfaces that need it.
English:Support Type
Translated:Support Type