Commit Graph

  • bb6ec44beb FIX: z_distance_top==0 not working Arthur 2024-01-31 14:05:09 +08:00
  • c7febad548 FIX: raft_first_layer_expansion not working with tree support Arthur 2024-01-26 16:19:59 +08:00
  • f0e0f9b5f0 FIX: raft_first_layer_expansion not working with tree support Arthur 2024-01-26 16:19:59 +08:00
  • d0868d6711 ENH: accurate top z distance for tree support Arthur 2024-01-06 21:27:46 +08:00
  • c32c8c1f61 ENH: accurate top z distance for tree support Arthur 2024-01-06 21:27:46 +08:00
  • de24d0ac2f FIX: tree support bottom interface layers were not correct Arthur 2023-08-04 22:29:56 +08:00
  • 689a84f819 FIX: tree support bottom interface layers were not correct Arthur 2023-08-04 22:29:56 +08:00
  • b3be5bb161 ENH: tree support uses accurate lslices Arthur 2023-09-14 17:20:58 +08:00
  • d68acdae5c ENH: tree support uses accurate lslices Arthur 2023-09-14 17:20:58 +08:00
  • cc9f29c463 Rename smsOrganic to smsTreeOrganic Noisyfox 2025-01-27 17:09:32 +08:00
  • 52e01c89cf Rename smsOrganic to smsTreeOrganic Noisyfox 2025-01-27 17:09:32 +08:00
  • 1c498664a5 FIX: several support bugs Arthur 2023-12-20 12:09:27 +08:00
  • 4cb5571cbb FIX: several support bugs Arthur 2023-12-20 12:09:27 +08:00
  • 8c51f3e693 FIX: crash when support type and style are inconsistent Arthur 2023-12-01 10:12:22 +08:00
  • ef2912a9b5 FIX: crash when support type and style are inconsistent Arthur 2023-12-01 10:12:22 +08:00
  • c443951f30 FIX: organic support not work with raft only Arthur 2023-11-28 17:17:11 +08:00
  • 9f42580649 FIX: organic support not work with raft only Arthur 2023-11-28 17:17:11 +08:00
  • e8d4291e02 FIX: adaptive layer height may mess up support layers Arthur 2023-09-13 21:00:04 +08:00
  • 8ef42a9f82 FIX: adaptive layer height may mess up support layers Arthur 2023-09-13 21:00:04 +08:00
  • 5f450923c9 FIX: compiling error on linux Arthur 2023-11-17 11:38:55 +08:00
  • 089b5c292b FIX: compiling error on linux Arthur 2023-11-17 11:38:55 +08:00
  • 14ecfac592 ENH: open support wall count for normal support Arthur 2023-11-16 21:05:26 +08:00
  • e11be1c511 ENH: open support wall count for normal support Arthur 2023-11-16 21:05:26 +08:00
  • 8a7cc79129 ENH: improve first layer tree support Arthur 2023-10-31 10:33:42 +08:00
  • d8d4bee806 ENH: improve first layer tree support Arthur 2023-10-31 10:33:42 +08:00
  • 5fb0e01943 ENH: improve auto-arranging objects with tree support We decide to set brim width of all objects to MAX_BRANCH_RADIUS_FIRST_LAYER if there is an object with tree support after discussion. Noisyfox 2025-01-27 15:32:38 +08:00
  • fc351c3477 ENH: improve auto-arranging objects with tree support We decide to set brim width of all objects to MAX_BRANCH_RADIUS_FIRST_LAYER if there is an object with tree support after discussion. Noisyfox 2025-01-27 15:32:38 +08:00
  • 70c4961df3 FIX: tree support generates floating hybrid supports Jira: STUDIO-4763 Github: #2660 Noisyfox 2025-01-26 23:19:13 +08:00
  • 85494dd2b3 FIX: tree support generates floating hybrid supports Jira: STUDIO-4763 Github: #2660 Noisyfox 2025-01-26 23:19:13 +08:00
  • 2205ad0069 FIX: improve tree support generation speed 1. Improve generation speed by removing unnecessary get_avoidance. 2. Fix a bug of hybrid support's interface (Jira: STUDIO-4878, STUDIO-4726, Github#2614) 3. Fix a bug of tree support pass through objects (Jira: STUDIO-4252, STUDIO-4608 STUDIO-4298) 4. Fix a bug with first layer + Arachne (Jira: STUDIO-4281, Github #2423) Noisyfox 2025-01-26 23:11:53 +08:00
  • dc7668742e FIX: improve tree support generation speed 1. Improve generation speed by removing unnecessary get_avoidance. 2. Fix a bug of hybrid support's interface (Jira: STUDIO-4878, STUDIO-4726, Github#2614) 3. Fix a bug of tree support pass through objects (Jira: STUDIO-4252, STUDIO-4608 STUDIO-4298) 4. Fix a bug with first layer + Arachne (Jira: STUDIO-4281, Github #2423) Noisyfox 2025-01-26 23:11:53 +08:00
  • 1d1df4b0a5 ENH: improve tree support 1. add a hook inside tree branches for improved strength 2. fix the issue that interface may fly as a mess (delete the logic where gap nodes can skip dropping down) 3. fix the issue that base nodes may fly as a mess (smoothing should skip polygon nodes, see Jira:STUDIO-4403) Noisyfox 2025-01-26 22:11:30 +08:00
  • 3fb9a0e54e ENH: improve tree support 1. add a hook inside tree branches for improved strength 2. fix the issue that interface may fly as a mess (delete the logic where gap nodes can skip dropping down) 3. fix the issue that base nodes may fly as a mess (smoothing should skip polygon nodes, see Jira:STUDIO-4403) Noisyfox 2025-01-26 22:11:30 +08:00
  • 51290a853d Clean up tree support code Noisyfox 2025-01-26 17:43:29 +08:00
  • 2cac573f2e Clean up tree support code Noisyfox 2025-01-26 17:43:29 +08:00
  • 4034ffea18 Replace TreeSupport::SupportParams with SupportParameters Noisyfox 2025-01-26 17:08:07 +08:00
  • 3b756b6c2c Replace TreeSupport::SupportParams with SupportParameters Noisyfox 2025-01-26 17:08:07 +08:00
  • 824f9efb69 Remove duplicated support code Noisyfox 2025-01-26 15:36:07 +08:00
  • 6c9b06a40c Remove duplicated support code Noisyfox 2025-01-26 15:36:07 +08:00
  • 58d524d75f Remove unused Organic tree code Noisyfox 2025-01-26 11:16:02 +08:00
  • 85fe9a977d Remove unused Organic tree code Noisyfox 2025-01-26 11:16:02 +08:00
  • 06c809c598 Add Prusa MK4S profiles (#8279) Russell Cloran 2025-02-07 08:12:55 -08:00
  • 578776bdc9 Add Prusa MK4S profiles (#8279) Russell Cloran 2025-02-07 08:12:55 -08:00
  • 2af5aa56d8 Add new machines (#8274) VOLUMIC 2025-02-07 17:10:12 +01:00
  • e8ff266077 Add new machines (#8274) VOLUMIC 2025-02-07 17:10:12 +01:00
  • f7e9792a5d Update .gitignore SoftFever 2025-02-08 00:09:05 +08:00
  • 4fd80faade Update .gitignore SoftFever 2025-02-08 00:09:05 +08:00
  • 03a9d3f5ca Precise wall enabled for all wall ordering types (#8247) Ioannis Giannakas 2025-02-07 15:34:27 +00:00
  • 59a1b60a03 Precise wall enabled for all wall ordering types (#8247) Ioannis Giannakas 2025-02-07 15:34:27 +00:00
  • 42577feeba Clip the organic supports outside bed (#8195) Noisyfox 2025-02-07 23:18:58 +08:00
  • e0c51575c6 Clip the organic supports outside bed (#8195) Noisyfox 2025-02-07 23:18:58 +08:00
  • af893267e6 fix wrong retraction value in some printer profiles SoftFever 2025-02-07 20:20:30 +08:00
  • 7d0d6d9811 fix wrong retraction value in some printer profiles SoftFever 2025-02-07 20:20:30 +08:00
  • 658c4f096e Proper support of Bambu LAN printers (#8256) Noisyfox 2025-02-05 12:42:35 +08:00
  • 2e46a4b82c Proper support of Bambu LAN printers (#8256) Noisyfox 2025-02-05 12:42:35 +08:00
  • 321c209a74 Match text size of advanced toggle text (#8318) yw4z 2025-02-05 06:22:56 +03:00
  • 1b1b280dfd Match text size of advanced toggle text (#8318) yw4z 2025-02-05 06:22:56 +03:00
  • 8337db208a use orca color for "can't find device" link (#8298) Paul 2025-02-04 20:00:05 -05:00
  • 92a4cec2a9 use orca color for "can't find device" link (#8298) Paul 2025-02-04 20:00:05 -05:00
  • 69c3661876 Merge branch 'main' into dbuzz/toolbar-icon-size Noisyfox 2025-02-05 08:57:39 +08:00
  • 222a9cf5f6 Merge branch 'main' into dbuzz/toolbar-icon-size Noisyfox 2025-02-05 08:57:39 +08:00
  • 921e4cef2e Acceleration fixes VOLUMIC 2025-02-04 13:49:14 +01:00
  • a056994d16 Acceleration fixes VOLUMIC 2025-02-04 13:49:14 +01:00
  • b5b837cf41 Fixes VOLUMIC 2025-02-04 13:05:58 +01:00
  • dab085c259 Fixes VOLUMIC 2025-02-04 13:05:58 +01:00
  • ed538b0307 Merge branch 'main' of https://github.com/VOLUMIC/OrcaSlicer VOLUMIC 2025-02-04 10:09:56 +01:00
  • 54695ecc5a Merge branch 'main' of https://github.com/VOLUMIC/OrcaSlicer VOLUMIC 2025-02-04 10:09:56 +01:00
  • dd8812cd04 accelerations removing VOLUMIC 2025-02-04 10:09:52 +01:00
  • b5d107dd09 accelerations removing VOLUMIC 2025-02-04 10:09:52 +01:00
  • b18a24920b Merge branch 'main' into dev/save-local-machine SoftFever 2025-02-04 07:59:30 +08:00
  • f7fa478045 Merge branch 'main' into dev/save-local-machine SoftFever 2025-02-04 07:59:30 +08:00
  • 4ca541fbc7 Merge branch 'main' into main SoftFever 2025-02-04 07:58:42 +08:00
  • c5e48e4175 Merge branch 'main' into main SoftFever 2025-02-04 07:58:42 +08:00
  • 532a2d36b5 disable flatpak upload (#8306) SoftFever 2025-02-04 06:36:53 +08:00
  • 53ae81eaaf disable flatpak upload (#8306) SoftFever 2025-02-04 06:36:53 +08:00
  • dc83549aa1 Orca filament profile revamp - done (#8287) SoftFever 2025-02-03 21:15:17 +08:00
  • df2a1bc4fc Orca filament profile revamp - done (#8287) SoftFever 2025-02-03 21:15:17 +08:00
  • 7b3e0cc637 glcanvas: scale icons using icon size, not scale factor Dima Buzdyk 2025-02-03 21:06:50 +10:00
  • e6cd39e97a glcanvas: scale icons using icon size, not scale factor Dima Buzdyk 2025-02-03 21:06:50 +10:00
  • 0c190860e2 Configure filament change and pause commands for SV06 (Plus) ACE (#8233) Jonathan Rascher 2025-02-02 07:00:52 -06:00
  • f5a77cb4d6 Configure filament change and pause commands for SV06 (Plus) ACE (#8233) Jonathan Rascher 2025-02-02 07:00:52 -06:00
  • 93477bc2ec Hide delete filament button while only 1 filament exist (#8240) yw4z 2025-02-02 15:59:44 +03:00
  • 4804ffb793 Hide delete filament button while only 1 filament exist (#8240) yw4z 2025-02-02 15:59:44 +03:00
  • 41236140ca Fix bold text in Calibration.md (#8239) Andres Gongora 2025-02-02 13:58:12 +01:00
  • f46850222d Fix bold text in Calibration.md (#8239) Andres Gongora 2025-02-02 13:58:12 +01:00
  • 2767f180b6 Addresses #8275 by adding time lapse gcode to the profile (#8278) Codey Whitt 2025-02-02 06:56:57 -06:00
  • 269d29fc02 Addresses #8275 by adding time lapse gcode to the profile (#8278) Codey Whitt 2025-02-02 06:56:57 -06:00
  • dedc3cbae0 Addresses #8093 by using proper placeholder for bed temperature (#8253) Codey Whitt 2025-02-02 06:55:40 -06:00
  • 7c1faffa2f Addresses #8093 by using proper placeholder for bed temperature (#8253) Codey Whitt 2025-02-02 06:55:40 -06:00
  • 991802a3a7 Merge branch 'main' into dev/save-local-machine Noisyfox 2025-02-02 15:00:25 +08:00
  • 4c07e7111f Merge branch 'main' into dev/save-local-machine Noisyfox 2025-02-02 15:00:25 +08:00
  • 3cd8b82dfb Add basic sanity checks for serial number input, to reduce potential crash caused by wrong SN Noisyfox 2025-02-02 14:59:51 +08:00
  • 48075d26fe Add basic sanity checks for serial number input, to reduce potential crash caused by wrong SN Noisyfox 2025-02-02 14:59:51 +08:00
  • eb908d0aa7 Update VS30ULTRA (0.4 nozzle).json VOLUMIC 2025-02-01 17:17:11 +01:00
  • 377a509b7f Update VS30ULTRA (0.4 nozzle).json VOLUMIC 2025-02-01 17:17:11 +01:00
  • 478e2a68a0 profils fixes VOLUMIC 2025-02-01 17:12:58 +01:00
  • 4eca2b9a9a profils fixes VOLUMIC 2025-02-01 17:12:58 +01:00
  • 1924d9b7ae Add new machines VOLUMIC 2025-02-01 17:01:04 +01:00
  • 2c4929c760 Add new machines VOLUMIC 2025-02-01 17:01:04 +01:00
  • 6473a0d2c8 Fix some filaments profiles for Anycubic Kobra S1 (#8262) Thomas 2025-02-01 14:24:45 +01:00