Skip to content

Commit

Permalink
Applied printer-linter format
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 authored and github-actions[bot] committed Oct 11, 2023
1 parent 7d9d6cb commit e627a41
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions resources/definitions/creality_ender3v3se.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 },
Expand Down

0 comments on commit e627a41

Please sign in to comment.