Commit 5b454175 authored by Guillaume Seguin's avatar Guillaume Seguin

Adjust path width in new visualization

parent 2ccce488
...@@ -330,8 +330,8 @@ class GcodeModel(Model): ...@@ -330,8 +330,8 @@ class GcodeModel(Model):
move_normal_x = - delta_y / norm move_normal_x = - delta_y / norm
move_normal_y = delta_x / norm move_normal_y = delta_x / norm
path_halfwidth = 0.1 path_halfwidth = 0.2
path_halfheight = 0.1 path_halfheight = 0.12
new_indices = [] new_indices = []
new_vertices = [] new_vertices = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment