From f7fd02cde972cc785b4c2f534389dadde29660a7 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 20 Feb 2023 17:06:49 +0100 Subject: [PATCH] warnings at same value as max don't make sense PP-324 --- resources/definitions/ultimaker2.def.json | 12 ++---------- resources/definitions/ultimaker3.def.json | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json index bc7f945001..def26c9b6f 100644 --- a/resources/definitions/ultimaker2.def.json +++ b/resources/definitions/ultimaker2.def.json @@ -100,16 +100,8 @@ "machine_start_gcode": { "value": "\"G0 F3000 Y50 ;avoid prime blob\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 Z0 ;move Z to bottom endstops\\nG28 X0 Y0 ;move X/Y to endstops\\nG1 X15 Y0 F4000 ;move X/Y to front of printer\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 Y50 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\"" }, "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, "machine_width": { "default_value": 223 }, - "material_bed_temperature": - { - "maximum_value": "110", - "maximum_value_warning": "110" - }, - "material_bed_temperature_layer_0": - { - "maximum_value": "110", - "maximum_value_warning": "110" - }, + "material_bed_temperature": { "maximum_value": "110" }, + "material_bed_temperature_layer_0": { "maximum_value": "110" }, "speed_slowdown_layers": { "value": 2 }, "support_z_distance": { "value": "0.1" } } diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 5e6575a871..a929e28258 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -135,16 +135,8 @@ "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_start_gcode": { "default_value": "" }, "machine_width": { "default_value": 233 }, - "material_bed_temperature": - { - "maximum_value": "115", - "maximum_value_warning": "115" - }, - "material_bed_temperature_layer_0": - { - "maximum_value": "115", - "maximum_value_warning": "115" - }, + "material_bed_temperature": { "maximum_value": "115" }, + "material_bed_temperature_layer_0": { "maximum_value": "115" }, "multiple_mesh_overlap": { "value": "0" }, "optimize_wall_printing_order": { "value": "True" }, "prime_blob_enable":