mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge pull request #3474 from pouncingiguana/master
Added default material diameter to SeeMeCNC printer definitions
This commit is contained in:
commit
1cd26b790c
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
"machine_nozzle_size": { "default_value": 0.5 },
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"machine_width": { "default_value": 290 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"relative_extrusion": { "default_value": false },
|
||||
"retraction_amount": { "default_value": 3.2 },
|
||||
"retraction_combing": { "default_value": "off" },
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"machine_nozzle_size": { "default_value": 0.5 },
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"machine_width": { "default_value": 265 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"relative_extrusion": { "default_value": false },
|
||||
"retraction_amount": { "default_value": 3.2 },
|
||||
"retraction_combing": { "default_value": "off" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue