From 6311cea372d75b365e246afee5755784091a3022 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Sat, 11 Jun 2016 00:57:49 +0200 Subject: [PATCH] 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! --- resources/definitions/printrbot_simple.def.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/definitions/printrbot_simple.def.json b/resources/definitions/printrbot_simple.def.json index 5d0af46f85..5950055a76 100644 --- a/resources/definitions/printrbot_simple.def.json +++ b/resources/definitions/printrbot_simple.def.json @@ -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": {