Fix VzBot Base definition file

The correct value should be -03 not 0.3 Should actually still in the 5.3. Maybe it works out.
This commit is contained in:
Christian Kvasny 2023-03-07 00:09:57 +01:00 committed by GitHub
parent e9ce36d327
commit cc8c6611e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,8 +196,8 @@
"wall_line_width": { "value": "machine_nozzle_size" },
"wall_overhang_angle": { "default_value": 75 },
"wall_overhang_speed_factor": { "default_value": 50 },
"xy_offset_layer_0": { "value": 0.3 },
"xy_offset_layer_0": { "value": -0.3 },
"z_seam_type": { "value": "'back'" },
"zig_zaggify_infill": { "value": true }
}
}
}