mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Removed nozzle offset from prime area
CURA-2520
This commit is contained in:
parent
2e9fa7ece1
commit
bac0ea94a1
1 changed files with 0 additions and 4 deletions
|
@ -378,10 +378,6 @@ class BuildVolume(SceneNode):
|
|||
for extruder in extruders:
|
||||
prime_x = extruder.getProperty("extruder_prime_pos_x", "value") - machine_width / 2
|
||||
prime_y = machine_depth / 2 - extruder.getProperty("extruder_prime_pos_y", "value")
|
||||
offset_x = extruder.getProperty("machine_nozzle_offset_x", "value")
|
||||
offset_y = extruder.getProperty("machine_nozzle_offset_y", "value")
|
||||
prime_x -= offset_x
|
||||
prime_y -= offset_y
|
||||
|
||||
prime_polygon = Polygon([
|
||||
[prime_x - PRIME_CLEARANCE, prime_y - PRIME_CLEARANCE],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue