mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 10:37:40 +00:00
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:
committed by
GitHub
parent
74aed7a2bb
commit
af9fd10d7a
@@ -1,214 +1,219 @@
|
||||
{
|
||||
"name": "re3D",
|
||||
"version": "02.04.00.03",
|
||||
"force_update": "0",
|
||||
"description": "re3D configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"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 GigabotX 2",
|
||||
"sub_path": "machine/re3D GigabotX 2.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 TerabotX 2",
|
||||
"sub_path": "machine/re3D TerabotX 2.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"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": "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.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.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"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"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_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PC",
|
||||
"sub_path": "filament/re3D PC.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PC @0.4 nozzle",
|
||||
"sub_path": "filament/re3D PC @0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PC @0.8 nozzle",
|
||||
"sub_path": "filament/re3D PC @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D Greengate rPETG",
|
||||
"sub_path": "filament/re3D Greengate rPETG.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D Greengate rPETG @0.8 nozzle",
|
||||
"sub_path": "filament/re3D Greengate rPETG @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D Greengate rPETG @1.75 nozzle",
|
||||
"sub_path": "filament/re3D Greengate rPETG @1.75 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PETG",
|
||||
"sub_path": "filament/re3D PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PETG @0.4 nozzle",
|
||||
"sub_path": "filament/re3D PETG @0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PETG @0.8 nozzle",
|
||||
"sub_path": "filament/re3D PETG @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPP",
|
||||
"sub_path": "filament/re3D rPP.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPP @0.8 nozzle",
|
||||
"sub_path": "filament/re3D rPP @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPP @1.75 nozzle",
|
||||
"sub_path": "filament/re3D rPP @1.75 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PLA",
|
||||
"sub_path": "filament/re3D PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PLA @0.4 nozzle",
|
||||
"sub_path": "filament/re3D PLA @0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PLA @0.8 nozzle",
|
||||
"sub_path": "filament/re3D PLA @0.8 nozzle.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_re3D_common",
|
||||
"sub_path": "machine/fdm_re3D_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fgf_re3D_common",
|
||||
"sub_path": "machine/fgf_re3D_common.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D Gigabot 4 0.4 nozzle",
|
||||
"sub_path": "machine/re3D Gigabot 4 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.4 nozzle",
|
||||
"sub_path": "machine/re3D Gigabot 4 XLT 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.4 nozzle",
|
||||
"sub_path": "machine/re3D Terabot 4 0.4 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 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 1.75 nozzle",
|
||||
"sub_path": "machine/re3D GigabotX 2 XLT 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "re3D",
|
||||
"url": "",
|
||||
"version": "03.00.08",
|
||||
"force_update": "0",
|
||||
"description": "re3D configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"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 GigabotX 2",
|
||||
"sub_path": "machine/re3D GigabotX 2.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 TerabotX 2",
|
||||
"sub_path": "machine/re3D TerabotX 2.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"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": "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.26 Standard",
|
||||
"sub_path": "process/0.26mm Standard @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": "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": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.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_pp",
|
||||
"sub_path": "filament/fdm_filament_pp.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PLA",
|
||||
"sub_path": "filament/re3D PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PETG",
|
||||
"sub_path": "filament/re3D PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PC",
|
||||
"sub_path": "filament/re3D PC.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPETG",
|
||||
"sub_path": "filament/re3D rPETG.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPP",
|
||||
"sub_path": "filament/re3D rPP.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PLA @0.4 nozzle",
|
||||
"sub_path": "filament/re3D PLA @0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PLA @0.8 nozzle",
|
||||
"sub_path": "filament/re3D PLA @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PETG @0.4 nozzle",
|
||||
"sub_path": "filament/re3D PETG @0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PETG @0.8 nozzle",
|
||||
"sub_path": "filament/re3D PETG @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PC @0.4 nozzle",
|
||||
"sub_path": "filament/re3D PC @0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D PC @0.8 nozzle",
|
||||
"sub_path": "filament/re3D PC @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPETG @0.8 nozzle",
|
||||
"sub_path": "filament/re3D rPETG @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPETG @1.75 nozzle",
|
||||
"sub_path": "filament/re3D rPETG @1.75 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPP @0.8 nozzle",
|
||||
"sub_path": "filament/re3D rPP @0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D rPP @1.75 nozzle",
|
||||
"sub_path": "filament/re3D rPP @1.75 nozzle.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_re3D_common",
|
||||
"sub_path": "machine/fdm_re3D_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fgf_re3D_common",
|
||||
"sub_path": "machine/fgf_re3D_common.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D Gigabot 4 0.4 nozzle",
|
||||
"sub_path": "machine/re3D Gigabot 4 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.4 nozzle",
|
||||
"sub_path": "machine/re3D Gigabot 4 XLT 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 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 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 Terabot 4 0.4 nozzle",
|
||||
"sub_path": "machine/re3D Terabot 4 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "re3D Terabot 4 0.8 nozzle",
|
||||
"sub_path": "machine/re3D Terabot 4 0.8 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
10
resources/profiles/re3D/filament/fdm_filament_pp.json
Normal file
10
resources/profiles/re3D/filament/fdm_filament_pp.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pp",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"filament_type": [
|
||||
"PP"
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,9 @@
|
||||
"filament_settings_id": [
|
||||
"re3D PC @0.4 nozzle"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"re3D Gigabot 4 0.4 nozzle",
|
||||
"re3D Gigabot 4 XLT 0.4 nozzle",
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"filament_settings_id": [
|
||||
"re3D PC @0.8 nozzle"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"re3D Gigabot 4 0.8 nozzle",
|
||||
"re3D Gigabot 4 XLT 0.8 nozzle",
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
"filament_vendor": [
|
||||
"re3D"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
"re3D Gigabot 4 XLT 0.8 nozzle",
|
||||
"re3D Terabot 4 0.8 nozzle"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"re3D"
|
||||
],
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"filament_settings_id": [
|
||||
"re3D PLA @0.4 nozzle"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"re3D Gigabot 4 0.4 nozzle",
|
||||
"re3D Gigabot 4 XLT 0.4 nozzle",
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"filament_settings_id": [
|
||||
"re3D PLA @0.8 nozzle"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"re3D Gigabot 4 0.8 nozzle",
|
||||
"re3D Gigabot 4 XLT 0.8 nozzle",
|
||||
|
||||
@@ -1,14 +1,21 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG01",
|
||||
"setting_id": "fRX555Prkdu5ESIp",
|
||||
"name": "re3D Greengate rPETG @0.8 nozzle",
|
||||
"setting_id": "WlELqPVnuL7DaTxs",
|
||||
"name": "re3D rPETG @0.8 nozzle",
|
||||
"from": "system",
|
||||
"renamed_from": "re3D Greengate rPETG @0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"re3D"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"0"
|
||||
],
|
||||
@@ -1,14 +1,21 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG01",
|
||||
"setting_id": "6aPU6CYS2cmODkok",
|
||||
"name": "re3D Greengate rPETG @1.75 nozzle",
|
||||
"setting_id": "sHzO2S3mmE6Iqs2O",
|
||||
"name": "re3D rPETG @1.75 nozzle",
|
||||
"from": "system",
|
||||
"renamed_from": "re3D Greengate rPETG @1.75 nozzle",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"re3D"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"0"
|
||||
],
|
||||
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "re3D Greengate rPETG",
|
||||
"name": "re3D rPETG",
|
||||
"from": "system",
|
||||
"renamed_from": "re3D Greengate rPETG",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"filament_id": "GFG01",
|
||||
"setting_id": "SdugLw5oy9GB7NID",
|
||||
"setting_id": "6aESuJ2S2Kogd4Lq",
|
||||
"filament_settings_id": [
|
||||
"re3D Greengate rPETG"
|
||||
"re3D rPETG"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"re3D GigabotX 2 0.8 nozzle",
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "re3D rPP @0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"inherits": "fdm_filament_pp",
|
||||
"filament_type": [
|
||||
"PP"
|
||||
],
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "re3D rPP @1.75 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"inherits": "fdm_filament_pp",
|
||||
"filament_type": [
|
||||
"PP"
|
||||
],
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
"name": "re3D rPP",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"filament_type": [
|
||||
"PP"
|
||||
],
|
||||
"inherits": "fdm_filament_pp",
|
||||
"filament_id": "GFG02",
|
||||
"setting_id": "8PB62qm5Cd3SHLf4",
|
||||
"filament_settings_id": [
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "GB4",
|
||||
"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",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "GB4",
|
||||
"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",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "GB4",
|
||||
"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",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "GB4",
|
||||
"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",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FGF",
|
||||
"model_id": "re3D GBX2",
|
||||
"printer_model": "re3D GigabotX 2",
|
||||
"bed_texture": "Gigabot 4_buildplate_texture.png",
|
||||
"bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"552x0",
|
||||
@@ -25,7 +25,7 @@
|
||||
"0.3"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"re3D Greengate rPETG @0.8 nozzle"
|
||||
"re3D rPETG @0.8 nozzle"
|
||||
],
|
||||
"default_print_profile": "0.6 Standard",
|
||||
"printer_settings_id": "re3d_gbx_08",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"machine_tech": "FGF",
|
||||
"model_id": "re3D GBX2",
|
||||
"printer_model": "re3D GigabotX 2",
|
||||
"bed_texture": "Gigabot 4_buildplate_texture.png",
|
||||
"bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"552x0",
|
||||
@@ -26,7 +26,7 @@
|
||||
"0.6"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"re3D Greengate rPETG @1.75 nozzle"
|
||||
"re3D rPETG @1.75 nozzle"
|
||||
],
|
||||
"default_print_profile": "1.0 Standard",
|
||||
"printer_settings_id": "re3d_gbx_175",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FGF",
|
||||
"model_id": "re3D GBX2 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": [
|
||||
"0x0",
|
||||
"552x0",
|
||||
@@ -25,7 +25,7 @@
|
||||
"0.3"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"re3D Greengate rPETG @0.8 nozzle"
|
||||
"re3D rPETG @0.8 nozzle"
|
||||
],
|
||||
"default_print_profile": "0.6 Standard",
|
||||
"printer_settings_id": "re3d_gbx_xlt_08",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"machine_tech": "FGF",
|
||||
"model_id": "re3D GBX2 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": [
|
||||
"0x0",
|
||||
"552x0",
|
||||
@@ -26,7 +26,7 @@
|
||||
"0.6"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"re3D Greengate rPETG @1.75 nozzle"
|
||||
"re3D rPETG @1.75 nozzle"
|
||||
],
|
||||
"default_print_profile": "1.0 Standard",
|
||||
"printer_settings_id": "re3d_gbx_xlt_175",
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"bed_model": "",
|
||||
"bed_texture": "re3D GigabotX 2 XLT_buildplate_texture.svg",
|
||||
"hotend_model": "GBX-HOTEND.stl",
|
||||
"default_materials": "re3D Greengate rPETG;re3D rPP;"
|
||||
"default_materials": "re3D rPETG;re3D rPP;"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"bed_model": "",
|
||||
"bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
|
||||
"hotend_model": "GBX-HOTEND.stl",
|
||||
"default_materials": "re3D Greengate rPETG;re3D rPP;"
|
||||
"default_materials": "re3D rPETG;re3D rPP;"
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "TB4",
|
||||
"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",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "TB4",
|
||||
"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",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"machine_tech": "FGF",
|
||||
"model_id": "re3D TBX2",
|
||||
"printer_model": "re3D TerabotX 2",
|
||||
"bed_texture": "Gigabot 4_buildplate_texture.png",
|
||||
"bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"892x0",
|
||||
@@ -25,7 +25,7 @@
|
||||
"0.3"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"re3D Greengate rPETG @0.8 nozzle"
|
||||
"re3D rPETG @0.8 nozzle"
|
||||
],
|
||||
"default_print_profile": "0.6 Standard",
|
||||
"printer_settings_id": "re3d_tbx2_08",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"machine_tech": "FGF",
|
||||
"model_id": "re3D TBX2",
|
||||
"printer_model": "re3D TerabotX 2",
|
||||
"bed_texture": "Gigabot 4_buildplate_texture.png",
|
||||
"bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"892x0",
|
||||
@@ -26,7 +26,7 @@
|
||||
"0.6"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"re3D Greengate rPETG @1.75 nozzle"
|
||||
"re3D rPETG @1.75 nozzle"
|
||||
],
|
||||
"default_print_profile": "1.0 Standard",
|
||||
"printer_settings_id": "re3d_tbx2_175",
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"bed_model": "",
|
||||
"bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
|
||||
"hotend_model": "GBX-HOTEND.stl",
|
||||
"default_materials": "re3D Greengate rPETG;re3D rPP;"
|
||||
"default_materials": "re3D rPETG;re3D rPP;"
|
||||
}
|
||||
|
||||
@@ -22,5 +22,35 @@
|
||||
"top_surface_line_width": "0.48",
|
||||
"support_line_width": "0.48",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -22,5 +22,32 @@
|
||||
"top_surface_line_width": "0.44",
|
||||
"support_line_width": "0.48",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -22,5 +22,32 @@
|
||||
"top_surface_line_width": "0.48",
|
||||
"support_line_width": "0.48",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -22,5 +22,32 @@
|
||||
"top_surface_line_width": "1",
|
||||
"support_line_width": "1",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -22,5 +22,32 @@
|
||||
"top_surface_line_width": "1",
|
||||
"support_line_width": "1",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -6,34 +6,27 @@
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "10",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"outer_wall_speed": "25",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "15",
|
||||
"gap_infill_speed": "25",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"sparse_infill_speed": "70",
|
||||
"interface_shells": "0",
|
||||
"detect_overhang_wall": "0",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"inner_wall_speed": "40",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
@@ -41,7 +34,6 @@
|
||||
"skirt_height": "2",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"internal_solid_infill_speed": "60",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-20",
|
||||
"enable_support": "0",
|
||||
@@ -53,16 +45,12 @@
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "35",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "1",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
|
||||
@@ -1,116 +1,88 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_re3D_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "1",
|
||||
"bridge_flow": "0.985",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "8",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "5000",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_speed": "120",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"initial_layer_speed": "50",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "25%",
|
||||
"sparse_infill_speed": "50",
|
||||
"detect_overhang_wall": "1",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"inner_wall_speed": "40",
|
||||
"wall_generator": "arachne",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"skirt_distance": "8",
|
||||
"skirt_height": "1",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-75",
|
||||
"enable_support": "1",
|
||||
"support_filament": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0.05",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_speed": "30",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"top_surface_acceleration": "500",
|
||||
"draft_shield": "disabled",
|
||||
"enable_arc_fitting": "1",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"infill_direction": "45",
|
||||
"initial_layer_acceleration": "500",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "5000",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "20",
|
||||
"ironing_type": "no ironing",
|
||||
"overhang_1_4_speed": "45",
|
||||
"overhang_2_4_speed": "35",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "15",
|
||||
"print_settings_id": "fdm_process_re3D_common",
|
||||
"skirt_loops": "2",
|
||||
"resolution": "0.0",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "snug",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_re3D_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "1",
|
||||
"bridge_flow": "0.985",
|
||||
"brim_width": "8",
|
||||
"print_sequence": "by layer",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "25%",
|
||||
"detect_overhang_wall": "1",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"wall_generator": "arachne",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"skirt_distance": "8",
|
||||
"skirt_height": "1",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-75",
|
||||
"enable_support": "1",
|
||||
"support_filament": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0.05",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"enable_prime_tower": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"draft_shield": "disabled",
|
||||
"enable_arc_fitting": "1",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"infill_direction": "45",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_type": "no ironing",
|
||||
"print_settings_id": "fdm_process_re3D_common",
|
||||
"skirt_loops": "2",
|
||||
"resolution": "0.0",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "snug",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.6",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"precise_outer_wall": "0",
|
||||
"accel_to_decel_enable": "0",
|
||||
"prime_volume": "200",
|
||||
"ooze_prevention": "1",
|
||||
"preheat_time": "30",
|
||||
"slow_down_layers": "2",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user