Ian Bassi
b2c5344fd2
Reduce size by Json Fromatting ( #13163 )
...
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.
| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |
Used [JQ](https://jqlang.org/ ) `--tab` to automatically format every current JSON.
> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
2026-04-15 22:58:12 +08:00
SoftFever
f603e0f56a
tidy up and bump profile version ( #12889 )
...
* tidy up and bump profile version
* fix error
* tidy up
* fix
* tide up more
* fix errors
* fix more errors
2026-03-23 01:17:34 +08:00
SoftFever
a691035c22
Fixed many profile issues and cleaned up some messes. ( #10686 )
2025-09-11 17:50:53 +08:00
Thomas
8b90a1c627
Set Crosshatch as default infill pattern instead of grid ( #8952 )
2025-03-18 19:53:10 +08:00
InfimechOfficial
40d431db2b
fix z_hop type ( #7466 )
...
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update InfiMech Generic PLA.json
* Update Other PLA.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_filament_pla_Hyper_other.json
* Update fdm_filament_pla_other.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
2024-12-14 15:26:36 +08:00
InfimechOfficial
7555dc490e
Update Infimech profiles: fix arc fitting ( #7159 )
...
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
2024-10-22 23:12:40 +08:00
SoftFever
1929537fb0
Fix misc bugs
2024-07-23 00:12:54 +08:00
SoftFever
17042615f7
Tweak default parameters
...
1. Change default ensure_vertical_shell_thickness value back to ensure_all as suggested by @igiannakas
2. Change default sparse_infill_pattern vaule to ipCrossHatch
2024-05-29 23:07:29 +08:00
FlyingbearOfficial
caca543b26
fix parameters in process ( #5331 )
...
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Merge pull request #11 from FlyingbearOfficial/FlyingbearOfficial-patch-15
Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update fdm_process_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Merge branch 'SoftFever:main' into main
* Merge branch 'SoftFever:main' into main
* Merge branch 'SoftFever:main' into main
* Merge branch 'SoftFever:main' into main
* Update fdm_process_common.json
* Merge pull request #12 from FlyingbearOfficial/FlyingbearOfficial-patch-16
Update fdm_process_common.json
* Update fdm_process_common_S1.json
fix some parameters
* Update fdm_process_common.json
2024-05-18 21:41:01 +08:00
InfimechOfficial
c45952aed8
Modified filaments/process/starting codes and added a new print layer height 0.16mm in the process ( #4200 )
...
* Update InfiMech Generic ABS.json
* Update fdm_filament_abs.json
* Update InfiMech Generic PA-CF.json
* Update fdm_filament_pa.json
* Update InfiMech Generic PC.json
* Update fdm_filament_pc.json
* Update InfiMech Generic PETG.json
* Update fdm_filament_pet.json
* Update fdm_filament_pla.json
* Update InfiMech Generic PLA.json
* Update InfiMech Generic TPU.json
* Update InfiMech Generic TPU.json
* Update fdm_filament_tpu.json
* Update fdm_filament_common.json
* Add new files named Other Filament
Add ”Other+ ABS PA PC PETG PLA PLAHYPER TPU“ filaments
* Update InfiMech.json
* Update 0.08mm Extra Fine @InfiMech TX.json
* Update 0.12mm Fine @InfiMech TX.json
* Update 0.20mm Standard @InfiMech TX.json
* Update 0.24mm Draft @InfiMech TX.json
* Update fdm_process_common.json
* Add a new 0.16mm optimal file
* Update InfiMech.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Change cover.png img
* Update fdm_filament_pa.json
* Update InfiMech Generic PETG.json
* Update InfiMech.json
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-03-01 21:32:28 +08:00
SoftFever
e48f2cc8ad
make exclude_object off by default
2023-12-29 09:21:49 +08:00
SoftFever
99c77e440d
remove print_flow_ratio from profiles and hide it from process setting. It should be only displayed for parts
2023-11-16 19:07:40 +08:00
SoftFever
ebc438cc10
Support initial_tool variable for filename format
2023-11-13 22:25:32 +08:00
InfimechOfficial
b9f62109f7
20231103 Add "InfiMech" printer profiles ( #2596 )
...
* 20231103 Add "InfiMech" printer profiles
A new brand named "InfiMech" submits printer profiles for the first time.
* 20231103 Add "InfiMech" printer profiles
A new brand named "InfiMech" submits printer profiles for the first time.
* fix issues that prevent the profiles being loaded.
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-11-03 19:23:20 +08:00