mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Add re:3D printer profiles (#12935)
# Description * Add re:3D printer profiles. # Screenshots/Recordings/Graphs <img width="404" height="275" alt="image" src="https://github.com/user-attachments/assets/b7a747a8-4d1a-440f-a214-4a98619e6723" /> ## Tests * Tested build on Linux Ubuntu. * Ran profile validation script: <img width="439" height="74" alt="image" src="https://github.com/user-attachments/assets/ad10e0a0-de9b-45c6-a40e-6cacb6e7b779" />
This commit is contained in:
committed by
GitHub
parent
f72de427cb
commit
ebcefdf037
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "re3D Gigabot X2 1.75 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fgf_re3D_common",
|
||||
"printer_model": "re3D Gigabot X2",
|
||||
"nozzle_diameter": [
|
||||
"1.75"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"552x0",
|
||||
"552x593",
|
||||
"0x593"
|
||||
],
|
||||
"printable_height": "470",
|
||||
"extruder_clearance_height_to_rod": "220",
|
||||
"extruder_clearance_height_to_lid": "630",
|
||||
"max_layer_height": [
|
||||
"1.4"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_variant": "1.75"
|
||||
}
|
||||
Reference in New Issue
Block a user