From 289f9df67e01d92f544c2c4b27859f742465dc95 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 25 Aug 2015 09:19:30 +0200 Subject: [PATCH] moved infill_pattern outside density ; made retraction visible by default --- resources/settings/fdmprinter.json | 31 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index 4c3b8943a3..5e1537738a 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -448,20 +448,6 @@ "type": "float", "default": 20, "children": { - "infill_pattern": { - "label": "Infill Pattern", - "description": "Cura defaults to switching between grid and line infill. But with this setting visible you can control this yourself. The line infill swaps direction on alternate layers of infill, while the grid prints the full cross-hatching on each layer of infill.", - "type": "enum", - "visible": false, - "options": [ - "Grid", - "Lines", - "Concentric", - "ZigZag" - ], - "default": "Grid", - "inherit_function": "'Lines' if parent_value > 25 else 'Grid'" - }, "infill_line_distance": { "label": "Line distance", "description": "Distance between the printed infill lines.", @@ -473,6 +459,20 @@ } } }, + "infill_pattern": { + "label": "Infill Pattern", + "description": "Cura defaults to switching between grid and line infill. But with this setting visible you can control this yourself. The line infill swaps direction on alternate layers of infill, while the grid prints the full cross-hatching on each layer of infill.", + "type": "enum", + "visible": false, + "options": [ + "Grid", + "Lines", + "Concentric", + "ZigZag" + ], + "default": "Grid", + "inherit_function": "'Lines' if parent_value > 25 else 'Grid'" + }, "infill_overlap": { "label": "Infill Overlap", "description": "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill.", @@ -556,7 +556,8 @@ "label": "Enable Retraction", "description": "Retract the filament when the nozzle is moving over a non-printed area. Details about the retraction can be configured in the advanced tab.", "type": "boolean", - "default": true + "default": true, + "visible": true }, "retraction_amount": { "label": "Retraction Distance",