mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
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:
parent
e9ce36d327
commit
cc8c6611e7
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@
|
||||||
"wall_line_width": { "value": "machine_nozzle_size" },
|
"wall_line_width": { "value": "machine_nozzle_size" },
|
||||||
"wall_overhang_angle": { "default_value": 75 },
|
"wall_overhang_angle": { "default_value": 75 },
|
||||||
"wall_overhang_speed_factor": { "default_value": 50 },
|
"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'" },
|
"z_seam_type": { "value": "'back'" },
|
||||||
"zig_zaggify_infill": { "value": true }
|
"zig_zaggify_infill": { "value": true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue