Changed the name of the Lone Width field to Nozzle Diameter in the UI to make its use more clear. When the active machine profile is an Ultimaker 2 it will also mention the Olsson Block.

This commit is contained in:
Kurt Loeffler 2015-12-11 12:55:28 -08:00
parent fa7a434de4
commit 88c8765ee2
2 changed files with 12 additions and 11 deletions

View file

@ -87,6 +87,7 @@
"material_print_temperature": { "enabled": "False" },
"material_bed_temperature": { "enabled": "False" },
"material_diameter": { "enabled": "False" },
"material_flow": { "enabled": "False" }
"material_flow": { "enabled": "False" },
"line_width": { "description": "The inner diameter of your printer's nozzle. If you are using an Olsson Block with a non-standard nozzle size then change this field to match the nozzle size you are using. Each line will be printed with this width in mind. The outer wall and top/bottom surface line widths may be set to a smaller value for higher surface quality. This field was previously named Line Width." }
}
}