mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:19:00 +08:00
Merge pull request #3474 from pouncingiguana/master
Added default material diameter to SeeMeCNC printer definitions
This commit is contained in:
commit
1cd26b790c
@ -25,6 +25,7 @@
|
|||||||
"machine_nozzle_size": { "default_value": 0.5 },
|
"machine_nozzle_size": { "default_value": 0.5 },
|
||||||
"machine_shape": { "default_value": "elliptic" },
|
"machine_shape": { "default_value": "elliptic" },
|
||||||
"machine_width": { "default_value": 290 },
|
"machine_width": { "default_value": 290 },
|
||||||
|
"material_diameter": { "default_value": 1.75 },
|
||||||
"relative_extrusion": { "default_value": false },
|
"relative_extrusion": { "default_value": false },
|
||||||
"retraction_amount": { "default_value": 3.2 },
|
"retraction_amount": { "default_value": 3.2 },
|
||||||
"retraction_combing": { "default_value": "off" },
|
"retraction_combing": { "default_value": "off" },
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"machine_nozzle_size": { "default_value": 0.5 },
|
"machine_nozzle_size": { "default_value": 0.5 },
|
||||||
"machine_shape": { "default_value": "elliptic" },
|
"machine_shape": { "default_value": "elliptic" },
|
||||||
"machine_width": { "default_value": 265 },
|
"machine_width": { "default_value": 265 },
|
||||||
|
"material_diameter": { "default_value": 1.75 },
|
||||||
"relative_extrusion": { "default_value": false },
|
"relative_extrusion": { "default_value": false },
|
||||||
"retraction_amount": { "default_value": 3.2 },
|
"retraction_amount": { "default_value": 3.2 },
|
||||||
"retraction_combing": { "default_value": "off" },
|
"retraction_combing": { "default_value": "off" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user