Applied printer-linter format

This commit is contained in:
saumyaj3 2024-04-10 09:40:54 +00:00 committed by github-actions[bot]
parent 43b209aa99
commit 2fa3baac23

View File

@ -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" }
}
}