Applied printer-linter format

This commit is contained in:
saumyaj3 2023-10-11 12:18:41 +00:00 committed by github-actions[bot]
parent 7d9d6cbf6a
commit e627a4174f

View File

@ -7,7 +7,6 @@
"visible": true,
"manufacturer": "Creality3D",
"file_formats": "text/x-gcode",
"quality_definition": "creality_base",
"first_start_actions": [ "MachineSettingsAction" ],
"has_machine_quality": true,
"has_materials": true,
@ -16,19 +15,28 @@
"preferred_material": "generic_pla",
"preferred_quality_type": "standard",
"preferred_variant_name": "0.4mm Nozzle",
"quality_definition": "creality_base",
"variants_name": "Nozzle Size"
},
"overrides":
{
"gantry_height": { "value": 25 },
"machine_depth": { "default_value": 220 },
"machine_head_with_fans_polygon": { "default_value": [[-20,10], [10,10], [10,-10], [-20,-10]] },
"machine_head_with_fans_polygon":
{
"default_value": [
[-20, 10],
[10, 10],
[10, -10],
[-20, -10]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 250 },
"machine_max_acceleration_e": { "value": 5000 },
"machine_max_acceleration_x": { "value": 5000.00 },
"machine_max_acceleration_y": { "value": 5000.00 },
"machine_max_acceleration_z": { "value": 500.00 },
"machine_max_acceleration_x": { "value": 5000.0 },
"machine_max_acceleration_y": { "value": 5000.0 },
"machine_max_acceleration_z": { "value": 500.0 },
"machine_max_feedrate_e": { "value": 100 },
"machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 },