From c493b64cb86eba7edd8509b2e239264bd36d44ff Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 17 Nov 2015 10:45:56 +0100 Subject: [PATCH] JSON: description of new material_print_temp_wait and material_bed_temp_wait --- resources/machines/fdmprinter.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index d466b1d2dc..b265155359 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -18,9 +18,11 @@ "default": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, "material_bed_temp_wait": { + "description": "Whether to insert a command to wait until the bed temperature is reached at the start.", "default": true }, "material_print_temp_wait": { + "description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.", "default": true }, "machine_width": {