Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-03-24 16:22:28 +0300
committerGhostkeeper <rubend@tutanota.com>2020-03-24 16:22:28 +0300
commit8e324c594ea83baa860bfba07c39e6d05608a3c3 (patch)
tree84fae5c5d8b5aca1fb09e98a35298adeb3e38ff3 /resources/definitions/gmax15plus.def.json
parent5cdf1adccc62d23cbe20f235acbd6d1ee2e05f6a (diff)
Adjust wall thickness to 1 line if using spiralise
Except for printers that explicitly override it. Fixes #7317.
Diffstat (limited to 'resources/definitions/gmax15plus.def.json')
-rw-r--r--resources/definitions/gmax15plus.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/gmax15plus.def.json b/resources/definitions/gmax15plus.def.json
index e98d6c02fe..7cafa09727 100644
--- a/resources/definitions/gmax15plus.def.json
+++ b/resources/definitions/gmax15plus.def.json
@@ -48,7 +48,7 @@
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home X/Y/Z\nM104 S{material_print_temperature} ; Preheat\nM109 S{material_print_temperature} ; Preheat\nG91 ;relative positioning\nG90 ;absolute positioning\nG1 Z25.0 F9000 ;raise nozzle 25mm\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." },
"machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" },
- "wall_thickness": { "default_value": 1 },
+ "wall_thickness": { "value": "1" },
"top_bottom_thickness": { "default_value": 1 }
}
}