diff --git a/resources/definitions/abax_titan.def.json b/resources/definitions/abax_titan.def.json index 76f49cf841..e349ab6eca 100644 --- a/resources/definitions/abax_titan.def.json +++ b/resources/definitions/abax_titan.def.json @@ -22,11 +22,10 @@ "machine_height": { "default_value": 300 }, "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" }, "machine_width": { "default_value": 310 }, + "material_bed_temerature": { "value": 1 }, "speed_print": { "default_value": 40 }, "support_enable": { "default_value": true }, "top_bottom_thickness": { "default_value": 1 }, - "wall_thickness": { "value": "1" }, - "material_bed_temerature" : { "value": 1 } - + "wall_thickness": { "value": "1" } } } \ No newline at end of file