mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Machine head polygon with measured dimensions
The collision polygon of the machine head is rectangular, but the arm on which the nozzle hangs extends to the edge of the build plate on one side. These measurements were taken also by Calvindog717. The orientation is guessed. Usually the Y+ direction is towards the front... Let's hope it's good!
This commit is contained in:
parent
b321a8a053
commit
6311cea372
1 changed files with 5 additions and 5 deletions
|
@ -22,13 +22,13 @@
|
|||
"machine_nozzle_cool_down_speed": { "default_value": 2 },
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[ -3, 3 ],
|
||||
[ -3, -3 ],
|
||||
[ 3, -3 ],
|
||||
[ 3, 3 ]
|
||||
[ -55, 20 ],
|
||||
[ -55, -99999 ],
|
||||
[ 49, -99999 ],
|
||||
[ 49, 20 ]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default_value": 15 },
|
||||
"gantry_height": { "default_value": 99999 },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue