mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 03:27:55 +00:00
Fix the Folgertech i3 0.6 nozzle printable area (#15577)
The bed was declared as 0x0, 20x0, 200x200, 0x200 - a triangle - where the 0.4 nozzle profile and the printer have the 200 x 200 square. Found by the profile validator once it placed the prime tower beside the test cube: no tower fits inside that outline.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Folgertech",
|
"name": "Folgertech",
|
||||||
"version": "02.04.00.01",
|
"version": "02.04.00.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Folgertech configurations",
|
"description": "Folgertech configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"printer_variant": "0.6",
|
"printer_variant": "0.6",
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"20x0",
|
"200x0",
|
||||||
"200x200",
|
"200x200",
|
||||||
"0x200"
|
"0x200"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user