mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:59:02 +08:00
Merge branch 'main' into CURA-11403_save-PAP
This commit is contained in:
commit
41bcb037cb
2
.github/ISSUE_TEMPLATE/SlicingCrash.yaml
vendored
2
.github/ISSUE_TEMPLATE/SlicingCrash.yaml
vendored
@ -4,7 +4,7 @@ labels: ["Type: Bug", "Status: Triage", "Slicing Error :collision:"]
|
|||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### 💥 Slicing Crash Analysis Tool 💥
|
### 💥 Slicing Crash Analysis Tool 💥
|
||||||
We are taking steps to analyze an increase in reported crashes more systematically. We'll need some help with that. 😇
|
We are taking steps to analyze an increase in reported crashes more systematically. We'll need some help with that. 😇
|
||||||
Before filling out the report below, we want you to try a special Cura 5.7 Alpha.
|
Before filling out the report below, we want you to try a special Cura 5.7 Alpha.
|
||||||
|
16
resources/extruders/geeetech_A20_1.def.json
Normal file
16
resources/extruders/geeetech_A20_1.def.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata":
|
||||||
|
{
|
||||||
|
"machine": "geeetech_A20",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
{
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user