mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-21 07:52:32 +00:00
* Add Ultimaker S5 Profile - WIP * Add Ultimaker physical printer base * Ultimaker API WIP for base update. * Fix undefined reference error. * Add UMS5 profile, add placeholders for testAuth stuff. * Fix non-const func definitions, make func names align with style guide. * Localization stuff? IDK if this does anything or is required. * Add cover image * Auth code cleanup, add UI button for auth cred generation, implement various auth checks and tests. * Fix auth stuff * Clean up code * Get upload code sort-of working, fix typo * Update printer settings and start/end gcodes * Add makeGriffinCompatible preprocessor script to prevent machine crash, update machine profile. * Fix buildplate size, fix time missing bug, add S5 buildplate model * Correct capitalization to UltiMaker * Fix display bug, fix capitalization bug * Implement credential generation button and logic * Fix generate auth creds button, add todos, fix capitalization. * Actually fix generate auth credentials. * Fix generate auth creds message. * Update UM S5 machine limits * Revert accidental commit. * Fix postprocessor, clean up code. * Update presets for multi-extruder printing. * Add Single Extruder and Fast profiles. * Code cleanup * Register and validate the UltiMaker S5 presets * Show the Generate API Key button only for UltiMaker print hosts The PR added it to the Physical Printer dialog for every host type, where pressing it runs an ordinary connection test and reports "API Key created". Gate it on the selected host type instead. * Drop unused lambda captures in the UltiMaker host code clang promotes -Wunused-lambda-capture to an error under the project's -Werror, so the file failed to build on macOS; the five callbacks do not touch this. * Fix the Windows build of the UltiMaker print host --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "UltiMaker",
|
|
"url": "",
|
|
"version": "02.04.00.03",
|
|
"force_update": "0",
|
|
"description": "UltiMaker configurations",
|
|
"machine_model_list": [
|
|
{
|
|
"name": "UltiMaker 2",
|
|
"sub_path": "machine/UltiMaker 2.json"
|
|
},
|
|
{
|
|
"name": "UltiMaker S5",
|
|
"sub_path": "machine/UltiMaker S5.json"
|
|
}
|
|
],
|
|
"process_list": [
|
|
{
|
|
"name": "fdm_process_common",
|
|
"sub_path": "process/fdm_process_common.json"
|
|
},
|
|
{
|
|
"name": "0.12mm Fine @UltiMaker 2",
|
|
"sub_path": "process/0.12mm Fine @UltiMaker 2.json"
|
|
},
|
|
{
|
|
"name": "0.18mm Standard @UltiMaker 2",
|
|
"sub_path": "process/0.18mm Standard @UltiMaker 2.json"
|
|
},
|
|
{
|
|
"name": "0.18mm Standard @UltiMaker S5",
|
|
"sub_path": "process/0.18mm Standard @UltiMaker S5.json"
|
|
},
|
|
{
|
|
"name": "0.25mm Draft @UltiMaker 2",
|
|
"sub_path": "process/0.25mm Darft @UltiMaker 2.json"
|
|
},
|
|
{
|
|
"name": "0.2mm Fast @UltiMaker S5",
|
|
"sub_path": "process/0.2mm Fast @UltiMaker S5.json"
|
|
}
|
|
],
|
|
"filament_list": [],
|
|
"machine_list": [
|
|
{
|
|
"name": "fdm_machine_common",
|
|
"sub_path": "machine/fdm_machine_common.json"
|
|
},
|
|
{
|
|
"name": "UltiMaker 2 0.4 nozzle",
|
|
"sub_path": "machine/UltiMaker 2 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "UltiMaker S5 0.4 nozzle",
|
|
"sub_path": "machine/UltiMaker S5 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "UltiMaker S5 0.4 nozzle - Single Extruder",
|
|
"sub_path": "machine/UltiMaker S5 0.4 nozzle Single Extruder.json"
|
|
}
|
|
]
|
|
}
|