re:3D profile updates. (#15169)

* re:3D profile updates.

- Replace vendor-specific "re3D Greengate rPETG" filament with a generic "re3D rPETG" (base + @0.8/@1.75 nozzle variants), matching the naming convention used for rPLA/rPETG elsewhere in the re:3D vendor
  pack.
- Add fdm_filament_pp as a proper filament-type parent and switch re3D rPP to inherit from it instead of overriding filament_type on top of fdm_filament_pet.
- Added filament_type to the specific printer JSON file and removed from the base printer JSON file [fixes Issue#14693]
- Updates to speeds and accelerations for re:3D profiles, moved from common to machine processes [closed: PR#14259]
- Updates to fdm profile filename format so that it lists the filename and extruder number in the sliced .gcode file

* Fix setting IDs

* Add rename from for changed material names.
This commit is contained in:
Mitchell Mashburn
2026-08-07 12:07:03 -05:00
committed by GitHub
parent 74aed7a2bb
commit af9fd10d7a
36 changed files with 527 additions and 384 deletions

View File

@@ -1,214 +1,219 @@
{ {
"name": "re3D", "name": "re3D",
"version": "02.04.00.03", "url": "",
"force_update": "0", "version": "03.00.08",
"description": "re3D configurations", "force_update": "0",
"machine_model_list": [ "description": "re3D configurations",
{ "machine_model_list": [
"name": "re3D Gigabot 4", {
"sub_path": "machine/re3D Gigabot 4.json" "name": "re3D Gigabot 4",
}, "sub_path": "machine/re3D Gigabot 4.json"
{ },
"name": "re3D Gigabot 4 XLT", {
"sub_path": "machine/re3D Gigabot 4 XLT.json" "name": "re3D Gigabot 4 XLT",
}, "sub_path": "machine/re3D Gigabot 4 XLT.json"
{ },
"name": "re3D GigabotX 2", {
"sub_path": "machine/re3D GigabotX 2.json" "name": "re3D GigabotX 2",
}, "sub_path": "machine/re3D GigabotX 2.json"
{ },
"name": "re3D GigabotX 2 XLT", {
"sub_path": "machine/re3D GigabotX 2 XLT.json" "name": "re3D GigabotX 2 XLT",
}, "sub_path": "machine/re3D GigabotX 2 XLT.json"
{ },
"name": "re3D Terabot 4", {
"sub_path": "machine/re3D Terabot 4.json" "name": "re3D Terabot 4",
}, "sub_path": "machine/re3D Terabot 4.json"
{ },
"name": "re3D TerabotX 2", {
"sub_path": "machine/re3D TerabotX 2.json" "name": "re3D TerabotX 2",
} "sub_path": "machine/re3D TerabotX 2.json"
], }
"process_list": [ ],
{ "process_list": [
"name": "fdm_process_common", {
"sub_path": "process/fdm_process_common.json" "name": "fdm_process_common",
}, "sub_path": "process/fdm_process_common.json"
{ },
"name": "fdm_process_re3D_common", {
"sub_path": "process/fdm_process_re3D_common.json" "name": "fdm_process_re3D_common",
}, "sub_path": "process/fdm_process_re3D_common.json"
{ },
"name": "fgf_process_re3D_common", {
"sub_path": "process/fgf_process_re3D_common.json" "name": "fgf_process_re3D_common",
}, "sub_path": "process/fgf_process_re3D_common.json"
{ },
"name": "0.2 Fine", {
"sub_path": "process/0.2mm Fine @re3D fdm 0.4.json" "name": "0.2 Fine",
}, "sub_path": "process/0.2mm Fine @re3D fdm 0.4.json"
{ },
"name": "0.26 Standard", {
"sub_path": "process/0.26mm Standard @re3D fdm 0.4.json" "name": "0.26 Standard",
}, "sub_path": "process/0.26mm Standard @re3D fdm 0.4.json"
{ },
"name": "0.3 Fine", {
"sub_path": "process/0.3mm Fine @re3D fdm 0.8.json" "name": "0.32 Draft",
}, "sub_path": "process/0.32mm Draft @re3D fdm 0.4.json"
{ },
"name": "0.32 Draft", {
"sub_path": "process/0.32mm Draft @re3D fdm 0.4.json" "name": "0.3 Fine",
}, "sub_path": "process/0.3mm Fine @re3D fdm 0.8.json"
{ },
"name": "0.4 Standard", {
"sub_path": "process/0.4mm Draft @re3D fdm 0.8.json" "name": "0.4 Standard",
}, "sub_path": "process/0.4mm Draft @re3D fdm 0.8.json"
{ },
"name": "0.6 Standard", {
"sub_path": "process/0.6mm Standard @re3D fgf 0.8.json" "name": "1.0 Standard",
}, "sub_path": "process/1.0mm Standard @re3D fgf 1.75.json"
{ },
"name": "1.0 Standard", {
"sub_path": "process/1.0mm Standard @re3D fgf 1.75.json" "name": "0.6 Standard",
} "sub_path": "process/0.6mm Standard @re3D fgf 0.8.json"
], }
"filament_list": [ ],
{ "filament_list": [
"name": "fdm_filament_common", {
"sub_path": "filament/fdm_filament_common.json" "name": "fdm_filament_common",
}, "sub_path": "filament/fdm_filament_common.json"
{ },
"name": "fdm_filament_pc", {
"sub_path": "filament/fdm_filament_pc.json" "name": "fdm_filament_pla",
}, "sub_path": "filament/fdm_filament_pla.json"
{ },
"name": "fdm_filament_pet", {
"sub_path": "filament/fdm_filament_pet.json" "name": "fdm_filament_pet",
}, "sub_path": "filament/fdm_filament_pet.json"
{ },
"name": "fdm_filament_pla", {
"sub_path": "filament/fdm_filament_pla.json" "name": "fdm_filament_pp",
}, "sub_path": "filament/fdm_filament_pp.json"
{ },
"name": "re3D PC", {
"sub_path": "filament/re3D PC.json" "name": "fdm_filament_pc",
}, "sub_path": "filament/fdm_filament_pc.json"
{ },
"name": "re3D PC @0.4 nozzle", {
"sub_path": "filament/re3D PC @0.4 nozzle.json" "name": "re3D PLA",
}, "sub_path": "filament/re3D PLA.json"
{ },
"name": "re3D PC @0.8 nozzle", {
"sub_path": "filament/re3D PC @0.8 nozzle.json" "name": "re3D PETG",
}, "sub_path": "filament/re3D PETG.json"
{ },
"name": "re3D Greengate rPETG", {
"sub_path": "filament/re3D Greengate rPETG.json" "name": "re3D PC",
}, "sub_path": "filament/re3D PC.json"
{ },
"name": "re3D Greengate rPETG @0.8 nozzle", {
"sub_path": "filament/re3D Greengate rPETG @0.8 nozzle.json" "name": "re3D rPETG",
}, "sub_path": "filament/re3D rPETG.json"
{ },
"name": "re3D Greengate rPETG @1.75 nozzle", {
"sub_path": "filament/re3D Greengate rPETG @1.75 nozzle.json" "name": "re3D rPP",
}, "sub_path": "filament/re3D rPP.json"
{ },
"name": "re3D PETG", {
"sub_path": "filament/re3D PETG.json" "name": "re3D PLA @0.4 nozzle",
}, "sub_path": "filament/re3D PLA @0.4 nozzle.json"
{ },
"name": "re3D PETG @0.4 nozzle", {
"sub_path": "filament/re3D PETG @0.4 nozzle.json" "name": "re3D PLA @0.8 nozzle",
}, "sub_path": "filament/re3D PLA @0.8 nozzle.json"
{ },
"name": "re3D PETG @0.8 nozzle", {
"sub_path": "filament/re3D PETG @0.8 nozzle.json" "name": "re3D PETG @0.4 nozzle",
}, "sub_path": "filament/re3D PETG @0.4 nozzle.json"
{ },
"name": "re3D rPP", {
"sub_path": "filament/re3D rPP.json" "name": "re3D PETG @0.8 nozzle",
}, "sub_path": "filament/re3D PETG @0.8 nozzle.json"
{ },
"name": "re3D rPP @0.8 nozzle", {
"sub_path": "filament/re3D rPP @0.8 nozzle.json" "name": "re3D PC @0.4 nozzle",
}, "sub_path": "filament/re3D PC @0.4 nozzle.json"
{ },
"name": "re3D rPP @1.75 nozzle", {
"sub_path": "filament/re3D rPP @1.75 nozzle.json" "name": "re3D PC @0.8 nozzle",
}, "sub_path": "filament/re3D PC @0.8 nozzle.json"
{ },
"name": "re3D PLA", {
"sub_path": "filament/re3D PLA.json" "name": "re3D rPETG @0.8 nozzle",
}, "sub_path": "filament/re3D rPETG @0.8 nozzle.json"
{ },
"name": "re3D PLA @0.4 nozzle", {
"sub_path": "filament/re3D PLA @0.4 nozzle.json" "name": "re3D rPETG @1.75 nozzle",
}, "sub_path": "filament/re3D rPETG @1.75 nozzle.json"
{ },
"name": "re3D PLA @0.8 nozzle", {
"sub_path": "filament/re3D PLA @0.8 nozzle.json" "name": "re3D rPP @0.8 nozzle",
} "sub_path": "filament/re3D rPP @0.8 nozzle.json"
], },
"machine_list": [ {
{ "name": "re3D rPP @1.75 nozzle",
"name": "fdm_machine_common", "sub_path": "filament/re3D rPP @1.75 nozzle.json"
"sub_path": "machine/fdm_machine_common.json" }
}, ],
{ "machine_list": [
"name": "fdm_re3D_common", {
"sub_path": "machine/fdm_re3D_common.json" "name": "fdm_machine_common",
}, "sub_path": "machine/fdm_machine_common.json"
{ },
"name": "fgf_re3D_common", {
"sub_path": "machine/fgf_re3D_common.json" "name": "fdm_re3D_common",
}, "sub_path": "machine/fdm_re3D_common.json"
{ },
"name": "re3D Gigabot 4 0.4 nozzle", {
"sub_path": "machine/re3D Gigabot 4 0.4 nozzle.json" "name": "fgf_re3D_common",
}, "sub_path": "machine/fgf_re3D_common.json"
{ },
"name": "re3D Gigabot 4 0.8 nozzle", {
"sub_path": "machine/re3D Gigabot 4 0.8 nozzle.json" "name": "re3D Gigabot 4 0.4 nozzle",
}, "sub_path": "machine/re3D Gigabot 4 0.4 nozzle.json"
{ },
"name": "re3D Gigabot 4 XLT 0.4 nozzle", {
"sub_path": "machine/re3D Gigabot 4 XLT 0.4 nozzle.json" "name": "re3D Gigabot 4 0.8 nozzle",
}, "sub_path": "machine/re3D Gigabot 4 0.8 nozzle.json"
{ },
"name": "re3D Gigabot 4 XLT 0.8 nozzle", {
"sub_path": "machine/re3D Gigabot 4 XLT 0.8 nozzle.json" "name": "re3D Gigabot 4 XLT 0.4 nozzle",
}, "sub_path": "machine/re3D Gigabot 4 XLT 0.4 nozzle.json"
{ },
"name": "re3D Terabot 4 0.4 nozzle", {
"sub_path": "machine/re3D Terabot 4 0.4 nozzle.json" "name": "re3D Gigabot 4 XLT 0.8 nozzle",
}, "sub_path": "machine/re3D Gigabot 4 XLT 0.8 nozzle.json"
{ },
"name": "re3D Terabot 4 0.8 nozzle", {
"sub_path": "machine/re3D Terabot 4 0.8 nozzle.json" "name": "re3D GigabotX 2 0.8 nozzle",
}, "sub_path": "machine/re3D GigabotX 2 0.8 nozzle.json"
{ },
"name": "re3D GigabotX 2 0.8 nozzle", {
"sub_path": "machine/re3D GigabotX 2 0.8 nozzle.json" "name": "re3D GigabotX 2 1.75 nozzle",
}, "sub_path": "machine/re3D GigabotX 2 1.75 nozzle.json"
{ },
"name": "re3D GigabotX 2 1.75 nozzle", {
"sub_path": "machine/re3D GigabotX 2 1.75 nozzle.json" "name": "re3D GigabotX 2 XLT 0.8 nozzle",
}, "sub_path": "machine/re3D GigabotX 2 XLT 0.8 nozzle.json"
{ },
"name": "re3D GigabotX 2 XLT 0.8 nozzle", {
"sub_path": "machine/re3D GigabotX 2 XLT 0.8 nozzle.json" "name": "re3D GigabotX 2 XLT 1.75 nozzle",
}, "sub_path": "machine/re3D GigabotX 2 XLT 1.75 nozzle.json"
{ },
"name": "re3D GigabotX 2 XLT 1.75 nozzle", {
"sub_path": "machine/re3D GigabotX 2 XLT 1.75 nozzle.json" "name": "re3D Terabot 4 0.4 nozzle",
}, "sub_path": "machine/re3D Terabot 4 0.4 nozzle.json"
{ },
"name": "re3D TerabotX 2 0.8 nozzle", {
"sub_path": "machine/re3D TerabotX 2 0.8 nozzle.json" "name": "re3D Terabot 4 0.8 nozzle",
}, "sub_path": "machine/re3D Terabot 4 0.8 nozzle.json"
{ },
"name": "re3D TerabotX 2 1.75 nozzle", {
"sub_path": "machine/re3D TerabotX 2 1.75 nozzle.json" "name": "re3D TerabotX 2 0.8 nozzle",
} "sub_path": "machine/re3D TerabotX 2 0.8 nozzle.json"
] },
} {
"name": "re3D TerabotX 2 1.75 nozzle",
"sub_path": "machine/re3D TerabotX 2 1.75 nozzle.json"
}
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "filament",
"name": "fdm_filament_pp",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"filament_type": [
"PP"
]
}

View File

@@ -9,6 +9,9 @@
"filament_settings_id": [ "filament_settings_id": [
"re3D PC @0.4 nozzle" "re3D PC @0.4 nozzle"
], ],
"filament_type": [
"PC"
],
"compatible_printers": [ "compatible_printers": [
"re3D Gigabot 4 0.4 nozzle", "re3D Gigabot 4 0.4 nozzle",
"re3D Gigabot 4 XLT 0.4 nozzle", "re3D Gigabot 4 XLT 0.4 nozzle",

View File

@@ -9,6 +9,9 @@
"filament_settings_id": [ "filament_settings_id": [
"re3D PC @0.8 nozzle" "re3D PC @0.8 nozzle"
], ],
"filament_type": [
"PC"
],
"compatible_printers": [ "compatible_printers": [
"re3D Gigabot 4 0.8 nozzle", "re3D Gigabot 4 0.8 nozzle",
"re3D Gigabot 4 XLT 0.8 nozzle", "re3D Gigabot 4 XLT 0.8 nozzle",

View File

@@ -17,6 +17,9 @@
"filament_vendor": [ "filament_vendor": [
"re3D" "re3D"
], ],
"filament_type": [
"PETG"
],
"close_fan_the_first_x_layers": [ "close_fan_the_first_x_layers": [
"2" "2"
], ],

View File

@@ -14,6 +14,9 @@
"re3D Gigabot 4 XLT 0.8 nozzle", "re3D Gigabot 4 XLT 0.8 nozzle",
"re3D Terabot 4 0.8 nozzle" "re3D Terabot 4 0.8 nozzle"
], ],
"filament_type": [
"PETG"
],
"filament_vendor": [ "filament_vendor": [
"re3D" "re3D"
], ],

View File

@@ -9,6 +9,9 @@
"filament_settings_id": [ "filament_settings_id": [
"re3D PLA @0.4 nozzle" "re3D PLA @0.4 nozzle"
], ],
"filament_type": [
"PLA"
],
"compatible_printers": [ "compatible_printers": [
"re3D Gigabot 4 0.4 nozzle", "re3D Gigabot 4 0.4 nozzle",
"re3D Gigabot 4 XLT 0.4 nozzle", "re3D Gigabot 4 XLT 0.4 nozzle",

View File

@@ -9,6 +9,9 @@
"filament_settings_id": [ "filament_settings_id": [
"re3D PLA @0.8 nozzle" "re3D PLA @0.8 nozzle"
], ],
"filament_type": [
"PLA"
],
"compatible_printers": [ "compatible_printers": [
"re3D Gigabot 4 0.8 nozzle", "re3D Gigabot 4 0.8 nozzle",
"re3D Gigabot 4 XLT 0.8 nozzle", "re3D Gigabot 4 XLT 0.8 nozzle",

View File

@@ -1,14 +1,21 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFG01", "filament_id": "GFG01",
"setting_id": "fRX555Prkdu5ESIp", "setting_id": "WlELqPVnuL7DaTxs",
"name": "re3D Greengate rPETG @0.8 nozzle", "name": "re3D rPETG @0.8 nozzle",
"from": "system", "from": "system",
"renamed_from": "re3D Greengate rPETG @0.8 nozzle",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"0" "0"
], ],
"filament_type": [
"PETG"
],
"filament_vendor": [
"re3D"
],
"nozzle_temperature": [ "nozzle_temperature": [
"0" "0"
], ],

View File

@@ -1,14 +1,21 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFG01", "filament_id": "GFG01",
"setting_id": "6aPU6CYS2cmODkok", "setting_id": "sHzO2S3mmE6Iqs2O",
"name": "re3D Greengate rPETG @1.75 nozzle", "name": "re3D rPETG @1.75 nozzle",
"from": "system", "from": "system",
"renamed_from": "re3D Greengate rPETG @1.75 nozzle",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"0" "0"
], ],
"filament_type": [
"PETG"
],
"filament_vendor": [
"re3D"
],
"nozzle_temperature": [ "nozzle_temperature": [
"0" "0"
], ],

View File

@@ -1,13 +1,14 @@
{ {
"type": "filament", "type": "filament",
"name": "re3D Greengate rPETG", "name": "re3D rPETG",
"from": "system", "from": "system",
"renamed_from": "re3D Greengate rPETG",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"filament_id": "GFG01", "filament_id": "GFG01",
"setting_id": "SdugLw5oy9GB7NID", "setting_id": "6aESuJ2S2Kogd4Lq",
"filament_settings_id": [ "filament_settings_id": [
"re3D Greengate rPETG" "re3D rPETG"
], ],
"compatible_printers": [ "compatible_printers": [
"re3D GigabotX 2 0.8 nozzle", "re3D GigabotX 2 0.8 nozzle",

View File

@@ -5,7 +5,7 @@
"name": "re3D rPP @0.8 nozzle", "name": "re3D rPP @0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pp",
"filament_type": [ "filament_type": [
"PP" "PP"
], ],

View File

@@ -5,7 +5,7 @@
"name": "re3D rPP @1.75 nozzle", "name": "re3D rPP @1.75 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pp",
"filament_type": [ "filament_type": [
"PP" "PP"
], ],

View File

@@ -3,10 +3,7 @@
"name": "re3D rPP", "name": "re3D rPP",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pp",
"filament_type": [
"PP"
],
"filament_id": "GFG02", "filament_id": "GFG02",
"setting_id": "8PB62qm5Cd3SHLf4", "setting_id": "8PB62qm5Cd3SHLf4",
"filament_settings_id": [ "filament_settings_id": [

View File

@@ -6,7 +6,7 @@
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "GB4", "model_id": "GB4",
"printer_model": "re3D Gigabot 4", "printer_model": "re3D Gigabot 4",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D Gigabot 4_buildplate_texture.svg",
"default_materials": "re3D PETG;re3D PLA;re3D PC", "default_materials": "re3D PETG;re3D PLA;re3D PC",
"printable_area": [ "printable_area": [
"0x0", "0x0",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "GB4", "model_id": "GB4",
"printer_model": "re3D Gigabot 4", "printer_model": "re3D Gigabot 4",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D Gigabot 4_buildplate_texture.svg",
"default_materials": "re3D PETG;re3D PLA;re3D PC", "default_materials": "re3D PETG;re3D PLA;re3D PC",
"printable_area": [ "printable_area": [
"0x0", "0x0",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "GB4", "model_id": "GB4",
"printer_model": "re3D Gigabot 4 XLT", "printer_model": "re3D Gigabot 4 XLT",
"bed_texture": "Gigabot 4 XLT_buildplate_texture.png", "bed_texture": "re3D Gigabot 4 XLT_buildplate_texture.svg",
"default_materials": "re3D PETG;re3D PLA;re3D PC", "default_materials": "re3D PETG;re3D PLA;re3D PC",
"printable_area": [ "printable_area": [
"0x0", "0x0",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "GB4", "model_id": "GB4",
"printer_model": "re3D Gigabot 4 XLT", "printer_model": "re3D Gigabot 4 XLT",
"bed_texture": "Gigabot 4 XLT_buildplate_texture.png", "bed_texture": "re3D Gigabot 4 XLT_buildplate_texture.svg",
"default_materials": "re3D PETG;re3D PLA;re3D PC", "default_materials": "re3D PETG;re3D PLA;re3D PC",
"printable_area": [ "printable_area": [
"0x0", "0x0",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FGF", "machine_tech": "FGF",
"model_id": "re3D GBX2", "model_id": "re3D GBX2",
"printer_model": "re3D GigabotX 2", "printer_model": "re3D GigabotX 2",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
"printable_area": [ "printable_area": [
"0x0", "0x0",
"552x0", "552x0",
@@ -25,7 +25,7 @@
"0.3" "0.3"
], ],
"default_filament_profile": [ "default_filament_profile": [
"re3D Greengate rPETG @0.8 nozzle" "re3D rPETG @0.8 nozzle"
], ],
"default_print_profile": "0.6 Standard", "default_print_profile": "0.6 Standard",
"printer_settings_id": "re3d_gbx_08", "printer_settings_id": "re3d_gbx_08",

View File

@@ -7,7 +7,7 @@
"machine_tech": "FGF", "machine_tech": "FGF",
"model_id": "re3D GBX2", "model_id": "re3D GBX2",
"printer_model": "re3D GigabotX 2", "printer_model": "re3D GigabotX 2",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
"printable_area": [ "printable_area": [
"0x0", "0x0",
"552x0", "552x0",
@@ -26,7 +26,7 @@
"0.6" "0.6"
], ],
"default_filament_profile": [ "default_filament_profile": [
"re3D Greengate rPETG @1.75 nozzle" "re3D rPETG @1.75 nozzle"
], ],
"default_print_profile": "1.0 Standard", "default_print_profile": "1.0 Standard",
"printer_settings_id": "re3d_gbx_175", "printer_settings_id": "re3d_gbx_175",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FGF", "machine_tech": "FGF",
"model_id": "re3D GBX2 XLT", "model_id": "re3D GBX2 XLT",
"printer_model": "re3D GigabotX 2 XLT", "printer_model": "re3D GigabotX 2 XLT",
"bed_texture": "GigabotX 2 XLT_buildplate_texture.png", "bed_texture": "re3D GigabotX 2 XLT_buildplate_texture.svg",
"printable_area": [ "printable_area": [
"0x0", "0x0",
"552x0", "552x0",
@@ -25,7 +25,7 @@
"0.3" "0.3"
], ],
"default_filament_profile": [ "default_filament_profile": [
"re3D Greengate rPETG @0.8 nozzle" "re3D rPETG @0.8 nozzle"
], ],
"default_print_profile": "0.6 Standard", "default_print_profile": "0.6 Standard",
"printer_settings_id": "re3d_gbx_xlt_08", "printer_settings_id": "re3d_gbx_xlt_08",

View File

@@ -7,7 +7,7 @@
"machine_tech": "FGF", "machine_tech": "FGF",
"model_id": "re3D GBX2 XLT", "model_id": "re3D GBX2 XLT",
"printer_model": "re3D GigabotX 2 XLT", "printer_model": "re3D GigabotX 2 XLT",
"bed_texture": "GigabotX 2 XLT_buildplate_texture.png", "bed_texture": "re3D GigabotX 2 XLT_buildplate_texture.svg",
"printable_area": [ "printable_area": [
"0x0", "0x0",
"552x0", "552x0",
@@ -26,7 +26,7 @@
"0.6" "0.6"
], ],
"default_filament_profile": [ "default_filament_profile": [
"re3D Greengate rPETG @1.75 nozzle" "re3D rPETG @1.75 nozzle"
], ],
"default_print_profile": "1.0 Standard", "default_print_profile": "1.0 Standard",
"printer_settings_id": "re3d_gbx_xlt_175", "printer_settings_id": "re3d_gbx_xlt_175",

View File

@@ -9,5 +9,5 @@
"bed_model": "", "bed_model": "",
"bed_texture": "re3D GigabotX 2 XLT_buildplate_texture.svg", "bed_texture": "re3D GigabotX 2 XLT_buildplate_texture.svg",
"hotend_model": "GBX-HOTEND.stl", "hotend_model": "GBX-HOTEND.stl",
"default_materials": "re3D Greengate rPETG;re3D rPP;" "default_materials": "re3D rPETG;re3D rPP;"
} }

View File

@@ -9,5 +9,5 @@
"bed_model": "", "bed_model": "",
"bed_texture": "re3D GigabotX 2_buildplate_texture.svg", "bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
"hotend_model": "GBX-HOTEND.stl", "hotend_model": "GBX-HOTEND.stl",
"default_materials": "re3D Greengate rPETG;re3D rPP;" "default_materials": "re3D rPETG;re3D rPP;"
} }

View File

@@ -6,7 +6,7 @@
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "TB4", "model_id": "TB4",
"printer_model": "re3D Terabot 4", "printer_model": "re3D Terabot 4",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D Terabot 4_buildplate_texture.svg",
"default_materials": "re3D PETG;re3D PLA;re3D PC", "default_materials": "re3D PETG;re3D PLA;re3D PC",
"printable_area": [ "printable_area": [
"0x0", "0x0",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "TB4", "model_id": "TB4",
"printer_model": "re3D Terabot 4", "printer_model": "re3D Terabot 4",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D Terabot 4_buildplate_texture.svg",
"default_materials": "re3D PETG;re3D PLA;re3D PC", "default_materials": "re3D PETG;re3D PLA;re3D PC",
"printable_area": [ "printable_area": [
"0x0", "0x0",

View File

@@ -6,7 +6,7 @@
"machine_tech": "FGF", "machine_tech": "FGF",
"model_id": "re3D TBX2", "model_id": "re3D TBX2",
"printer_model": "re3D TerabotX 2", "printer_model": "re3D TerabotX 2",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
"printable_area": [ "printable_area": [
"0x0", "0x0",
"892x0", "892x0",
@@ -25,7 +25,7 @@
"0.3" "0.3"
], ],
"default_filament_profile": [ "default_filament_profile": [
"re3D Greengate rPETG @0.8 nozzle" "re3D rPETG @0.8 nozzle"
], ],
"default_print_profile": "0.6 Standard", "default_print_profile": "0.6 Standard",
"printer_settings_id": "re3d_tbx2_08", "printer_settings_id": "re3d_tbx2_08",

View File

@@ -7,7 +7,7 @@
"machine_tech": "FGF", "machine_tech": "FGF",
"model_id": "re3D TBX2", "model_id": "re3D TBX2",
"printer_model": "re3D TerabotX 2", "printer_model": "re3D TerabotX 2",
"bed_texture": "Gigabot 4_buildplate_texture.png", "bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
"printable_area": [ "printable_area": [
"0x0", "0x0",
"892x0", "892x0",
@@ -26,7 +26,7 @@
"0.6" "0.6"
], ],
"default_filament_profile": [ "default_filament_profile": [
"re3D Greengate rPETG @1.75 nozzle" "re3D rPETG @1.75 nozzle"
], ],
"default_print_profile": "1.0 Standard", "default_print_profile": "1.0 Standard",
"printer_settings_id": "re3d_tbx2_175", "printer_settings_id": "re3d_tbx2_175",

View File

@@ -9,5 +9,5 @@
"bed_model": "", "bed_model": "",
"bed_texture": "re3D TerabotX 2_buildplate_texture.svg", "bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
"hotend_model": "GBX-HOTEND.stl", "hotend_model": "GBX-HOTEND.stl",
"default_materials": "re3D Greengate rPETG;re3D rPP;" "default_materials": "re3D rPETG;re3D rPP;"
} }

View File

@@ -22,5 +22,35 @@
"top_surface_line_width": "0.48", "top_surface_line_width": "0.48",
"support_line_width": "0.48", "support_line_width": "0.48",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_bottom_z_distance": "0.2" "support_bottom_z_distance": "0.2",
} "bridge_speed": "50",
"internal_bridge_speed": "150%",
"default_acceleration": "5000",
"outer_wall_speed": "60",
"initial_layer_speed": "50",
"gap_infill_speed": "60",
"sparse_infill_speed": "80",
"inner_wall_speed": "80",
"internal_solid_infill_speed": "80",
"support_interface_speed": "30",
"support_speed": "90",
"top_surface_speed": "50",
"travel_speed": "300",
"top_surface_acceleration": "2500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"ironing_speed": "25",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_infill_speed": "50",
"outer_wall_acceleration": "2500",
"bridge_acceleration": "3500",
"sparse_infill_acceleration": "5000",
"internal_solid_infill_acceleration": "5000",
"initial_layer_travel_speed": "100%",
"small_perimeter_speed": "50%",
"filename_format": "{input_filename_base}_{\"E\"}{initial_tool}_{filament_type[initial_tool]}_{print_time}.gcode"
}

View File

@@ -22,5 +22,32 @@
"top_surface_line_width": "0.44", "top_surface_line_width": "0.44",
"support_line_width": "0.48", "support_line_width": "0.48",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_bottom_z_distance": "0.2" "support_bottom_z_distance": "0.2",
} "outer_wall_speed": "60",
"initial_layer_speed": "50",
"gap_infill_speed": "60",
"sparse_infill_speed": "80",
"inner_wall_speed": "80",
"internal_solid_infill_speed": "80",
"support_interface_speed": "30",
"support_speed": "90",
"top_surface_speed": "50",
"travel_speed": "300",
"top_surface_acceleration": "2500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"ironing_speed": "25",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_infill_speed": "50",
"outer_wall_acceleration": "2500",
"bridge_acceleration": "3500",
"sparse_infill_acceleration": "5000",
"internal_solid_infill_acceleration": "5000",
"initial_layer_travel_speed": "100%",
"small_perimeter_speed": "50%",
"filename_format": "{input_filename_base}_{\"E\"}{initial_tool}_{filament_type[initial_tool]}_{print_time}.gcode"
}

View File

@@ -22,5 +22,32 @@
"top_surface_line_width": "0.48", "top_surface_line_width": "0.48",
"support_line_width": "0.48", "support_line_width": "0.48",
"support_top_z_distance": "0.35", "support_top_z_distance": "0.35",
"support_bottom_z_distance": "0.35" "support_bottom_z_distance": "0.35",
} "outer_wall_speed": "60",
"initial_layer_speed": "50",
"gap_infill_speed": "60",
"sparse_infill_speed": "80",
"inner_wall_speed": "80",
"internal_solid_infill_speed": "80",
"support_interface_speed": "30",
"support_speed": "90",
"top_surface_speed": "50",
"travel_speed": "300",
"top_surface_acceleration": "2500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"ironing_speed": "25",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_infill_speed": "50",
"outer_wall_acceleration": "2500",
"bridge_acceleration": "3500",
"sparse_infill_acceleration": "5000",
"internal_solid_infill_acceleration": "5000",
"initial_layer_travel_speed": "100%",
"small_perimeter_speed": "50%",
"filename_format": "{input_filename_base}_{\"E\"}{initial_tool}_{filament_type[initial_tool]}_{print_time}.gcode"
}

View File

@@ -22,5 +22,32 @@
"top_surface_line_width": "1", "top_surface_line_width": "1",
"support_line_width": "1", "support_line_width": "1",
"support_top_z_distance": "0.24", "support_top_z_distance": "0.24",
"support_bottom_z_distance": "0.24" "support_bottom_z_distance": "0.24",
} "outer_wall_speed": "60",
"initial_layer_speed": "50",
"gap_infill_speed": "60",
"sparse_infill_speed": "80",
"inner_wall_speed": "80",
"internal_solid_infill_speed": "80",
"support_interface_speed": "30",
"support_speed": "90",
"top_surface_speed": "50",
"travel_speed": "300",
"top_surface_acceleration": "2500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"ironing_speed": "25",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_infill_speed": "50",
"outer_wall_acceleration": "2500",
"bridge_acceleration": "3500",
"sparse_infill_acceleration": "5000",
"internal_solid_infill_acceleration": "5000",
"initial_layer_travel_speed": "100%",
"small_perimeter_speed": "50%",
"filename_format": "{input_filename_base}_{\"E\"}{initial_tool}_{filament_type[initial_tool]}_{print_time}.gcode"
}

View File

@@ -22,5 +22,32 @@
"top_surface_line_width": "1", "top_surface_line_width": "1",
"support_line_width": "1", "support_line_width": "1",
"support_top_z_distance": "0.42", "support_top_z_distance": "0.42",
"support_bottom_z_distance": "0.42" "support_bottom_z_distance": "0.42",
} "outer_wall_speed": "60",
"initial_layer_speed": "50",
"gap_infill_speed": "60",
"sparse_infill_speed": "80",
"inner_wall_speed": "80",
"internal_solid_infill_speed": "80",
"support_interface_speed": "30",
"support_speed": "90",
"top_surface_speed": "50",
"travel_speed": "300",
"top_surface_acceleration": "2500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"ironing_speed": "25",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_infill_speed": "50",
"outer_wall_acceleration": "2500",
"bridge_acceleration": "3500",
"sparse_infill_acceleration": "5000",
"internal_solid_infill_acceleration": "5000",
"initial_layer_travel_speed": "100%",
"small_perimeter_speed": "50%",
"filename_format": "{input_filename_base}_{\"E\"}{initial_tool}_{filament_type[initial_tool]}_{print_time}.gcode"
}

View File

@@ -6,34 +6,27 @@
"adaptive_layer_height": "0", "adaptive_layer_height": "0",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"bridge_flow": "0.95", "bridge_flow": "0.95",
"bridge_speed": "10",
"brim_width": "5", "brim_width": "5",
"compatible_printers": [], "compatible_printers": [],
"print_sequence": "by layer", "print_sequence": "by layer",
"default_acceleration": "0",
"bridge_no_support": "0", "bridge_no_support": "0",
"elefant_foot_compensation": "0.1", "elefant_foot_compensation": "0.1",
"outer_wall_line_width": "0.4", "outer_wall_line_width": "0.4",
"outer_wall_speed": "25",
"line_width": "0.4", "line_width": "0.4",
"infill_direction": "45", "infill_direction": "45",
"sparse_infill_density": "15%", "sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "crosshatch",
"initial_layer_line_width": "0.4", "initial_layer_line_width": "0.4",
"initial_layer_print_height": "0.2", "initial_layer_print_height": "0.2",
"initial_layer_speed": "15",
"gap_infill_speed": "25",
"infill_combination": "0", "infill_combination": "0",
"sparse_infill_line_width": "0.4", "sparse_infill_line_width": "0.4",
"infill_wall_overlap": "25%", "infill_wall_overlap": "25%",
"sparse_infill_speed": "70",
"interface_shells": "0", "interface_shells": "0",
"detect_overhang_wall": "0", "detect_overhang_wall": "0",
"reduce_infill_retraction": "0", "reduce_infill_retraction": "0",
"filename_format": "{input_filename_base}.gcode", "filename_format": "{input_filename_base}.gcode",
"wall_loops": "3", "wall_loops": "3",
"inner_wall_line_width": "0.4", "inner_wall_line_width": "0.4",
"inner_wall_speed": "40",
"print_settings_id": "", "print_settings_id": "",
"raft_layers": "0", "raft_layers": "0",
"seam_position": "nearest", "seam_position": "nearest",
@@ -41,7 +34,6 @@
"skirt_height": "2", "skirt_height": "2",
"minimum_sparse_infill_area": "0", "minimum_sparse_infill_area": "0",
"internal_solid_infill_line_width": "0.4", "internal_solid_infill_line_width": "0.4",
"internal_solid_infill_speed": "60",
"spiral_mode": "0", "spiral_mode": "0",
"standby_temperature_delta": "-20", "standby_temperature_delta": "-20",
"enable_support": "0", "enable_support": "0",
@@ -53,16 +45,12 @@
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
"support_interface_spacing": "0", "support_interface_spacing": "0",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2", "support_base_pattern_spacing": "2",
"support_speed": "40",
"support_threshold_angle": "30", "support_threshold_angle": "30",
"support_object_xy_distance": "0.5", "support_object_xy_distance": "0.5",
"detect_thin_wall": "0", "detect_thin_wall": "0",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_surface_speed": "35",
"travel_speed": "150",
"enable_prime_tower": "1", "enable_prime_tower": "1",
"prime_tower_width": "60", "prime_tower_width": "60",
"xy_hole_compensation": "0", "xy_hole_compensation": "0",

View File

@@ -1,116 +1,88 @@
{ {
"type": "process", "type": "process",
"name": "fdm_process_re3D_common", "name": "fdm_process_re3D_common",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"adaptive_layer_height": "0", "adaptive_layer_height": "0",
"reduce_crossing_wall": "1", "reduce_crossing_wall": "1",
"bridge_flow": "0.985", "bridge_flow": "0.985",
"bridge_speed": "25", "brim_width": "8",
"brim_width": "8", "print_sequence": "by layer",
"print_sequence": "by layer", "bridge_no_support": "0",
"default_acceleration": "5000", "elefant_foot_compensation": "0",
"bridge_no_support": "0", "sparse_infill_density": "15%",
"elefant_foot_compensation": "0", "sparse_infill_pattern": "rectilinear",
"outer_wall_speed": "120", "infill_combination": "0",
"sparse_infill_density": "15%", "infill_wall_overlap": "25%",
"sparse_infill_pattern": "rectilinear", "detect_overhang_wall": "1",
"initial_layer_speed": "50", "reduce_infill_retraction": "0",
"gap_infill_speed": "30", "filename_format": "{input_filename_base}.gcode",
"infill_combination": "0", "wall_loops": "3",
"infill_wall_overlap": "25%", "wall_generator": "arachne",
"sparse_infill_speed": "50", "raft_layers": "0",
"detect_overhang_wall": "1", "seam_position": "nearest",
"reduce_infill_retraction": "0", "skirt_distance": "8",
"filename_format": "{input_filename_base}.gcode", "skirt_height": "1",
"wall_loops": "3", "minimum_sparse_infill_area": "0",
"inner_wall_speed": "40", "spiral_mode": "0",
"wall_generator": "arachne", "standby_temperature_delta": "-75",
"raft_layers": "0", "enable_support": "1",
"seam_position": "nearest", "support_filament": "0",
"skirt_distance": "8", "support_interface_filament": "0",
"skirt_height": "1", "support_on_build_plate_only": "0",
"minimum_sparse_infill_area": "0", "support_interface_loop_pattern": "0",
"internal_solid_infill_speed": "40", "support_interface_top_layers": "2",
"spiral_mode": "0", "support_interface_spacing": "0.05",
"standby_temperature_delta": "-75", "support_base_pattern": "rectilinear",
"enable_support": "1", "support_base_pattern_spacing": "2",
"support_filament": "0", "support_threshold_angle": "30",
"support_interface_filament": "0", "support_object_xy_distance": "0.5",
"support_on_build_plate_only": "0", "detect_thin_wall": "0",
"support_interface_loop_pattern": "0", "enable_prime_tower": "0",
"support_interface_top_layers": "2", "prime_tower_width": "60",
"support_interface_spacing": "0.05", "xy_hole_compensation": "0",
"support_interface_speed": "80", "xy_contour_compensation": "0",
"support_base_pattern": "rectilinear", "max_travel_detour_distance": "0",
"support_base_pattern_spacing": "2", "bottom_surface_pattern": "monotonic",
"support_speed": "40", "bottom_shell_layers": "3",
"support_threshold_angle": "30", "bottom_shell_thickness": "0",
"support_object_xy_distance": "0.5", "brim_object_gap": "0.1",
"detect_thin_wall": "0", "compatible_printers_condition": "",
"top_surface_speed": "30", "draft_shield": "disabled",
"travel_speed": "300", "enable_arc_fitting": "1",
"enable_prime_tower": "0", "wall_infill_order": "inner wall/outer wall/infill",
"prime_tower_width": "60", "infill_direction": "45",
"xy_hole_compensation": "0", "interface_shells": "0",
"xy_contour_compensation": "0", "ironing_flow": "10%",
"max_travel_detour_distance": "0", "ironing_spacing": "0.1",
"bottom_surface_pattern": "monotonic", "ironing_type": "no ironing",
"bottom_shell_layers": "3", "print_settings_id": "fdm_process_re3D_common",
"bottom_shell_thickness": "0", "skirt_loops": "2",
"brim_object_gap": "0.1", "resolution": "0.0",
"compatible_printers_condition": "", "support_type": "normal(auto)",
"top_surface_acceleration": "500", "support_style": "snug",
"draft_shield": "disabled", "support_interface_bottom_layers": "2",
"enable_arc_fitting": "1", "tree_support_branch_angle": "45",
"wall_infill_order": "inner wall/outer wall/infill", "tree_support_wall_count": "0",
"infill_direction": "45", "top_surface_pattern": "monotonicline",
"initial_layer_acceleration": "500", "top_shell_layers": "4",
"travel_acceleration": "5000", "top_shell_thickness": "0.6",
"inner_wall_acceleration": "5000", "wipe_tower_no_sparse_layers": "0",
"interface_shells": "0", "precise_outer_wall": "0",
"ironing_flow": "10%", "accel_to_decel_enable": "0",
"ironing_spacing": "0.1", "prime_volume": "200",
"ironing_speed": "20", "ooze_prevention": "1",
"ironing_type": "no ironing", "preheat_time": "30",
"overhang_1_4_speed": "45", "slow_down_layers": "2",
"overhang_2_4_speed": "35", "small_perimeter_threshold": "10",
"overhang_3_4_speed": "25", "exclude_object": "1",
"overhang_4_4_speed": "15", "compatible_printers": [
"print_settings_id": "fdm_process_re3D_common", "re3D Gigabot 4 0.4 nozzle",
"skirt_loops": "2", "re3D Gigabot 4 0.8 nozzle",
"resolution": "0.0", "re3D Gigabot 4 XLT 0.4 nozzle",
"support_type": "normal(auto)", "re3D Gigabot 4 XLT 0.8 nozzle",
"support_style": "snug", "re3D Terabot 4 0.4 nozzle",
"support_interface_bottom_layers": "2", "re3D Terabot 4 0.8 nozzle"
"tree_support_branch_angle": "45", ]
"tree_support_wall_count": "0", }
"top_surface_pattern": "monotonicline",
"top_shell_layers": "4",
"top_shell_thickness": "0.6",
"initial_layer_infill_speed": "50",
"wipe_tower_no_sparse_layers": "0",
"precise_outer_wall": "0",
"outer_wall_acceleration": "2500",
"bridge_acceleration": "5000",
"sparse_infill_acceleration": "5000",
"internal_solid_infill_acceleration": "5000",
"accel_to_decel_enable": "0",
"prime_volume": "200",
"ooze_prevention": "1",
"preheat_time": "30",
"initial_layer_travel_speed": "100",
"slow_down_layers": "2",
"small_perimeter_speed": "20",
"small_perimeter_threshold": "10",
"exclude_object": "1",
"compatible_printers": [
"re3D Gigabot 4 0.4 nozzle",
"re3D Gigabot 4 0.8 nozzle",
"re3D Gigabot 4 XLT 0.4 nozzle",
"re3D Gigabot 4 XLT 0.8 nozzle",
"re3D Terabot 4 0.4 nozzle",
"re3D Terabot 4 0.8 nozzle"
]
}