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:
Ghostkeeper 2016-06-11 00:57:49 +02:00 committed by GitHub
parent b321a8a053
commit 6311cea372

View file

@ -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": {