diff --git a/resources/definitions/printrbot_simple.def.json b/resources/definitions/printrbot_simple.def.json index 80801363c4..b1af5f3baa 100644 --- a/resources/definitions/printrbot_simple.def.json +++ b/resources/definitions/printrbot_simple.def.json @@ -26,10 +26,10 @@ "machine_nozzle_cool_down_speed": { "default_value": 2 }, "machine_head_with_fans_polygon": { "default_value": [ - [ 55, -20 ], - [ 55, 99999 ], - [ -49, 99999 ], - [ -49, -20 ] + [-49, 20], + [-49, -99999], + [55, 20], + [55, -99999] ] }, "gantry_height": { "default_value": 99999 },