From 0c810106810685fd3b4da775bf5bea55b82abee8 Mon Sep 17 00:00:00 2001 From: 0r31 Date: Fri, 7 Oct 2022 16:48:55 +0200 Subject: [PATCH] Set value (not default_value) of speed_travel --- resources/definitions/dagoma_sigma.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/dagoma_sigma.def.json b/resources/definitions/dagoma_sigma.def.json index 287d94fa1e..e0592d47dd 100644 --- a/resources/definitions/dagoma_sigma.def.json +++ b/resources/definitions/dagoma_sigma.def.json @@ -24,7 +24,7 @@ "default_value": "Dagoma Sigma" }, "speed_travel" : { - "default_value": 150 + "value": 150 }, "machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}°C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG90 ;absolute positioning\nM104 S120 ;Launch heating up to 120°C\nM106 S255 ;Activating layers fans\nG29 ;Homing and Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature} U-55 X55 V-85 Y-85 W0.26 Z0.26 ;Temperature for the first layer only\nM82 ;Set extruder to absolute mode\nG92 E0 ;Zero the extruded length\nG1 F200 E6 ;Extrude 10mm of feed stock\nG92 E0 ;Zero the extruded length again\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F{speed_travel}\nM117 Printing...\n"