Merge pull request #20200 from Ultimaker/PP-538_Replicator-plus

PP-538 Initial Profiles for Replicator+
This commit is contained in:
Remco Burema 2025-02-19 10:15:15 +01:00 committed by GitHub
commit 6cdd537f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 437 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"version": 2,
"name": "Extruder",
"inherits": "fdmextruder",
"metadata":
{
"machine": "ultimaker_replicator_plus",
"position": "0"
},
"overrides":
{
"extruder_nr":
{
"default_value": 0,
"maximum_value": 0
},
"machine_nozzle_offset_x": { "default_value": 0 },
"machine_nozzle_offset_y": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}