mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Fixed spanish translation and kingroon profiles added (#1572)
* Update OrcaSlicer_es.po * Update OrcaSlicer_es.po More strings! * Update OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * Update Orcaslicer spanish * Merge * Corregidos duplicados * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po modified: bbl/i18n/es/OrcaSlicer_es.mo * modified: bbl/i18n/es/OrcaSlicer_es.mo * Update Orca es * FIX:orcaslicer_es.po some strings * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po modified: resources/i18n/es/OrcaSlicer.mo * Update text.js Added es_ES to text.js (spanish strings) * Kingroon profiles added Added Kp3s and kp5l printers * Update OrcaSlicer_es.po CAMBIOS EN CUARTEL * Update OrcaSlicer_es.po * [FIX] Fixed some spanish strings Improved translation * More spanish string fixes More fixes * Fix More Spanish Strings * add kingoon profiles * Last mo update * Fix KP3S PRO S1 profile * Kingroon printers fixes * Update OrcaSlicer.mo * Added plate bed
This commit is contained in:
parent
7a3971eca5
commit
cccc857f6f
41 changed files with 2761 additions and 442 deletions
123
resources/profiles/Kingroon.json
Normal file
123
resources/profiles/Kingroon.json
Normal file
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"name": "Kingroon",
|
||||
"url": "https://kingroon.com/",
|
||||
"version": "00.02.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Kingroon configuration files",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Kingroon KP3S PRO S1",
|
||||
"sub_path": "machine/Kingroon KP3S PRO S1.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon KP3S PRO V2",
|
||||
"sub_path": "machine/Kingroon KP3S PRO V2.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Kingroon KP3S PRO S1",
|
||||
"sub_path": "process/0.20mm Standard @Kingroon KP3S PRO S1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Kingroon KP3S PRO V2",
|
||||
"sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.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_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pva",
|
||||
"sub_path": "filament/fdm_filament_pva.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PLA",
|
||||
"sub_path": "filament/Kingroon Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PLA-CF",
|
||||
"sub_path": "filament/Kingroon Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PETG",
|
||||
"sub_path": "filament/Kingroon Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic ABS",
|
||||
"sub_path": "filament/Kingroon Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic TPU",
|
||||
"sub_path": "filament/Kingroon Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic ASA",
|
||||
"sub_path": "filament/Kingroon Generic ASA.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PC",
|
||||
"sub_path": "filament/Kingroon Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PVA",
|
||||
"sub_path": "filament/Kingroon Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PA",
|
||||
"sub_path": "filament/Kingroon Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon Generic PA-CF",
|
||||
"sub_path": "filament/Kingroon Generic PA-CF.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon KP3S PRO S1 0.4 nozzle",
|
||||
"sub_path": "machine/Kingroon KP3S PRO S1 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Kingroon KP3S PRO V2 0.4 nozzle",
|
||||
"sub_path": "machine/Kingroon KP3S PRO V2 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue