From 43cf00c63145dde11c160648feb6105e1725d79f Mon Sep 17 00:00:00 2001 From: just-trey Date: Mon, 19 Dec 2022 23:06:20 -0500 Subject: [PATCH] fix brim issue and acceleration enhancements --- resources/definitions/ankermake_m5.def.json | 26 ++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/resources/definitions/ankermake_m5.def.json b/resources/definitions/ankermake_m5.def.json index d1890c269a..ea2a332be7 100644 --- a/resources/definitions/ankermake_m5.def.json +++ b/resources/definitions/ankermake_m5.def.json @@ -68,8 +68,32 @@ "speed_support_roof": { "maximum_value_warning": 255 }, "speed_support_bottom": { "maximum_value_warning": 255 }, "speed_topbottom": { "value": 150.0 }, - "acceleration_print": { "value": "2500" }, "speed_travel": { "value": 250.0 }, + "acceleration_enabled": { "value": "true" }, + "acceleration_print": { "maximum_value_warning": "2500", "value": "2500" }, + "acceleration_infill": { "maximum_value_warning": "2500" }, + "acceleration_wall": { "maximum_value_warning": "2500" }, + "acceleration_wall_0": { "maximum_value_warning": "2500" }, + "acceleration_wall_x": { "maximum_value_warning": "2500" }, + "acceleration_roofing": { "maximum_value_warning": "2500" }, + "acceleration_topbottom": { "maximum_value_warning": "2500" }, + "acceleration_support": { "maximum_value_warning": "2500" }, + "acceleration_support_infill": { "maximum_value_warning": "2500" }, + "acceleration_support_interface": { "maximum_value_warning": "2500" }, + "acceleration_support_roof": { "maximum_value_warning": "2500" }, + "acceleration_support_bottom": { "maximum_value_warning": "2500" }, + "acceleration_prime_tower": { "maximum_value_warning": "2500" }, + "acceleration_travel": { + "maximum_value_warning": "2500", + "value": "acceleration_print" + }, + "acceleration_layer_0": { "maximum_value_warning": "2500" }, + "acceleration_print_layer_0": { "maximum_value_warning": "2500" }, + "acceleration_travel_layer_0": { + "maximum_value_warning": "2500", + "value": "acceleration_travel" + }, + "acceleration_skirt_brim": { "maximum_value_warning": "2500" }, "retraction_amount": { "default_value": 1.5 }, "retraction_speed": { "default_value": 60 },