InfimechOfficial
9731a17f0f
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
FlyingbearOfficial
bb1f9cf1b4
Update Flyingbear profiles: Fix arc fitting value ( #7157 )
...
* Update FlyingBear S1 0.4 nozzle.json
* 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
* Update fdm_process_common.json
* Update fdm_process_common_S1.json
fix some parameters
* Update fdm_process_common.json
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.20mm Standard @FlyingBear S1.json
* Update 0.24mm Draft @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.20mm Standard @FlyingBear Reborn3.json
* Update 0.24mm Draft @FlyingBear Reborn3.json
* Update FlyingBear S1 0.4 nozzle.json
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
2024-10-22 23:12:00 +08:00
PanZhiHao
01fe959283
Fix: kp3s v1 json configuration error ( #7148 )
2024-10-22 23:10:58 +08:00
xiaoyeliu
59a79040d2
Fix: Decouple the default material selection from the nozzle size on the machine. ( #7126 )
...
Fix: the filament's selection varied depending on the different nozzles chosen in the Wizard
2024-10-22 23:00:27 +08:00
cochcoder
5aaea09885
Fix bugs with CR-M4 ( #7108 )
2024-10-22 22:49:24 +08:00
Robert Baker
763717da2a
Update filename_format to AnkerMake Studio's default ( #7116 )
...
Update filename_format to Anker's default
Update fdm_process_common.json
2024-10-22 22:48:53 +08:00
SoftFever
296b234fe6
Update AnkerMake Jerk and Extruder settings to match AnkerMakeStudio ( #7117 )
...
Using the default 0.4 M5 profile in AnkerMakeStudio to compare, I
updated the values to match
# Description
Updates the jerk limits, max feedrate, max acceleration, retraction
length to match what ankermake studio has.
# Screenshots/Recordings/Graphs


## Tests
NA
2024-10-22 22:48:23 +08:00
SoftFever
588ffa1b32
Add geeetech M1 profile ( #7113 )
...
Printing settings for the M1 machine provided by Geeetech officially.
2024-10-22 22:47:32 +08:00
SoftFever
a52ce89925
Enable Air Filtration Support for BBL P1S, X1, X1C ( #7087 )
...
# Description
Re-Creation of Pull Request #6964 with X1E changes pulled.
OrcaSlicer includes exhaust fan settings for each filaments, however
these settings do not take effect on Bambu Labs machines that include
chamber temperature regulation fans.

Further investigation into the g-code files produced reveals that the
filament start g-code is responsible for using the air filtration
setting and sending the appropriate `M106 P3
S{during_print_exhaust_fan_speed_num[current_extruder]}` command to the
printer. However, this command, even with the setting enabled, is never
written to the final g-code file.
By default, Bambu Lab's filament profiles wrap this command up in` {if
activate_air_filtration[current_extruder] && support_air_filtration}`
clause, which always evaluates to false. As it turns out, the printer's
have the `support_air_filtration` flag set to `0` in the
`fdm_machine_common.json` file.
This change updates that value to `1` in the .json files for the X1,
X1C, X1E, and P1S 0.4mm nozzles. This is then inherited to other nozzle
sizes and user generated profiles. This is done by simply adding a line
` "support_air_filtration": "1",` to the .json to override the inherited
setting.
<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
> * What issue does this PR address or fix?
> * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->
Fixes #6066
# Screenshots/Recordings/Graphs
N/A
## Tests
Updated this flag in a custom user config for the printer than tried
generating the code file with Air Filtration enabled and set to 70%
The appropriate `M106 P3 S178 ` appears in the filament start gcode
section of the file.
<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
> * What issue does this PR address or fix?
> * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->
# Screenshots/Recordings/Graphs
<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
## Tests
Updated this flag in a custom user config for the printer than tried
generating the code file with Air Filtration enabled and set to 70%
The appropriate `M106 P3 S178 ` appears in the filament start gcode
section of the file.
2024-10-22 22:29:21 +08:00
SoftFever
09afb390dd
Add Anycubic Kobra 2 Plus, Kobra 2 Max, Kobra 2 Pro, Kobra 2 Neo, & Kobra 3 ( #7082 )
...
Thanks to @soosp for providing me the files from Anycubic's Slicer!
Closes #4210 , closes #3332 , closes #6200 , closes #5048 , and closes #6269
2024-10-22 22:24:51 +08:00
Robert Baker
fac94a46da
Update AnkerMake Jerk and Extruder settings to match AnkerMakeStudio
...
Using the default 0.4 M5 profile in AnkerMakeStudio to compare, I updated the values to match
2024-10-15 03:33:42 -07:00
whoseyoung
ca251c7090
Add geeetech M1 profile
...
Printing settings for the M1 machine provided by Geeetech officially.
2024-10-15 15:31:54 +08:00
cochcoder
736d50e623
Some cleanup
2024-10-14 15:30:19 -04:00
Yichen
66a7235e25
Enable Air Filtration Support for BBL P1S, X1, X1C
2024-10-12 10:33:18 -07:00
cochcoder
36a380b9c6
Initial add of Anycubic Kobra 2 Plus, Kobra 2 Max, Kobra 2 Pro, Kobra 2 Neo, Kobra 3
2024-10-12 00:13:33 -04:00
cochcoder
84bfed7de6
Final size optimizations
2024-10-11 20:30:47 -04:00
cochcoder
630797ece9
Optimize cover image
2024-10-10 19:34:03 -04:00
cochcoder
68178cacd8
Merge branch 'main' into Orangestorm-giga
2024-10-10 23:25:11 +00:00
cochcoder
ee819bd8dd
Apply suggestions from code review
...
Co-authored-by: Maximilian Pott <maxpott92@gmail.com>
2024-10-10 19:24:55 -04:00
Dylan
78ea8d84f3
Merge branch 'main' into sm-profiles
2024-10-07 16:45:59 +08:00
SoftFever
89d04ab9e9
General improvments to RatRig V-Core 4 & V-Core 4 HYBRID ( #5966 )
...
Resolves #5932
**The following changes made are made to all V-Core 4 versions**
- Improved cover's quality

- Added RatRig's PunkFil ABS, PETG, and PETG CF filaments
- Added PETG-CF10 filament type & RatRig to filament vendors
- Increased max z speed to 200 from 50 and max acceleration travel to
10,000 from 9,000
- Enabled wipe and z hop, as well as, increased retract before wipe to
70% from 0%
- Improved layer change G-Code
- Fixed pause G-Code
- Added extruder clearance parameters
*Almost all of these changes come from @nameisCruzCruz in #5932
2024-10-07 16:43:42 +08:00
cochcoder
fada134391
Bug fixes
2024-10-06 15:25:24 -04:00
cochcoder
e14428897e
Initial add of CR-M4
2024-10-06 15:21:22 -04:00
cochcoder
5b241a3982
Change acceleration & speed values
2024-10-06 12:29:21 -04:00
cochcoder
f2d1429a01
Merge branch 'main' into rat-rig-covers
2024-10-06 12:07:48 -04:00
cochcoder
dd3af0cfdd
Revert "Remove unused values"
...
This reverts commit cc1d7cfe04
.
2024-10-05 18:31:53 -04:00
cochcoder
cc1d7cfe04
Remove unused values
2024-10-05 18:31:18 -04:00
cochcoder
6ed920f8e2
Some cleanup
2024-10-05 18:30:21 -04:00
cochcoder
9f73262b43
Image optimizations
2024-10-05 18:05:16 -04:00
cochcoder
407ea045a2
Fix wrong max layer for K2 Plus 0.6 & 0.8
2024-10-04 19:48:26 -04:00
cochcoder
14467c0e8d
Fix typo
2024-10-04 16:59:10 -04:00
dylan
29278be729
fix prime_volume
2024-10-05 00:41:53 +08:00
dylan
0e15cccbc5
update version
2024-10-04 18:34:46 +08:00
cochcoder
201d188ef1
Revert "Trying something"
...
This reverts commit 08800dc9e3
.
2024-10-03 23:13:05 -04:00
cochcoder
08800dc9e3
Trying something
2024-10-03 22:20:17 -04:00
cochcoder
77eb02e722
Hopefully this is the last issue
2024-10-03 22:10:27 -04:00
cochcoder
b23223c0de
Another bug fix
...
Seriously, how do I miss these
2024-10-03 22:04:56 -04:00
cochcoder
44bb6cd3fc
Some more bug fixes
...
I have no clue how I missed these
2024-10-03 21:58:58 -04:00
cochcoder
a5f6f1cd82
Some cleanup & bug fixes
2024-10-03 21:51:52 -04:00
cochcoder
483d3f9c56
Fix a few things
2024-10-03 21:25:34 -04:00
cochcoder
9cb183c606
Merge branch 'main' into K1-SE
2024-10-03 23:52:54 +00:00
cochcoder
cac3d396c7
Initial Add of K2 Plus
...
*Some max speeds/accelerations changes for the 0.4 nozzle was left out as none of the other nozzles had these max speeds/accelerations
2024-10-03 19:51:04 -04:00
cochcoder
769ec051ee
Merge branch 'main' into Orangestorm-giga
2024-10-03 18:37:55 +00:00
HYzd766
1992623a50
Qidi profile updates: latest consumables and machine modifications ( #6952 )
...
* Qidi.json
* Qidi.json
* Qidi.json
* new change
new change
2024-10-03 23:38:46 +08:00
Andy
ec94b9086f
Russian translation update ( #6939 )
...
* Russian translation update
The next russian translation update OrcaSlicer V2.1.1 Official Release.
The work done to improve translation, corrected errors.
Thx.
* Russian translation update
The next russian translation update OrcaSlicer v2.2.0-beta2.
The work done to improve translation, corrected errors.
Thx.
* Russian translation update
The next russian translation update OrcaSlicer V2.2.0-beta2 + 3 lines in text.js
The work done to improve translation, corrected errors.
Thx.
2024-10-03 23:36:38 +08:00
cochcoder
cffa0033cb
Initial add of K1 SE
2024-10-02 18:57:45 -04:00
cochcoder
bc328b71c7
Try something else
2024-10-01 17:28:24 -04:00
cochcoder
66709ab582
Maybe setting id is the issue
2024-10-01 17:26:09 -04:00
dylan
d6f89393d7
Merge branch 'main' into sm-profiles
2024-10-01 17:17:33 +08:00
cochcoder
393ff7426b
Maybe this will do it
2024-09-30 22:20:38 -04:00
cochcoder
fcf4140daa
Fix the final build issue
...
*Hopfully
2024-09-30 22:00:10 -04:00
cochcoder
165f9d3f0c
Fix build issue 5
2024-09-30 21:58:38 -04:00
cochcoder
48b8b7d105
Fix build issue 4
2024-09-30 21:57:32 -04:00
cochcoder
8c39fd3d49
Fix build issue 3
2024-09-30 21:56:25 -04:00
cochcoder
60dc43bbf7
Hopefully this will fix all future build issues
2024-09-30 21:55:02 -04:00
cochcoder
09eea5e556
Fix build errors
2024-09-30 21:49:37 -04:00
cochcoder
b9da340fc5
Another attempt at fixing filament issues
2024-09-30 21:42:59 -04:00
cochcoder
b17dae8fb1
Cleanup
2024-09-30 20:30:19 -04:00
cochcoder
9323f6357d
Some filament fixes
2024-09-30 18:56:17 -04:00
cochcoder
48e99dab6a
Squashing some bugs
2024-09-30 17:26:15 -04:00
cochcoder
78ff7f34b9
Add OrangeStorm Giga 0.1, 0.4, 0.6, & 0.8
2024-09-30 15:59:12 -04:00
cochcoder
23d597a302
Add PETG-CF10 filament type & RatRig filament vendor
2024-09-27 12:25:12 -04:00
cochcoder
df2006858d
Fix incorrect filament type for RatRig PunkFil PETG CF
2024-09-27 12:01:54 -04:00
cochcoder
5b6232b084
Add filaments and improve machine parameters
2024-09-27 11:33:02 -04:00
cochcoder
548a998c2f
Merge branch 'main' into rat-rig-covers
2024-09-26 18:41:54 +00:00
cochcoder
e5f34a7f46
Revert "Initial add of V-Core 4 profiles from RatRig"
...
This reverts commit eeae83f445
.
2024-09-26 14:39:59 -04:00
cochcoder
de4af30921
Revert "Fix some bugs"
...
This reverts commit 2c42465352
.
2024-09-26 14:39:54 -04:00
cochcoder
0e3a841f03
Revert "Fix parent errors"
...
This reverts commit f1b91b706e
.
2024-09-26 14:39:48 -04:00
cochcoder
d989da6047
Reapply "Fix parent errors"
...
This reverts commit dda540fa5d
.
2024-09-26 14:39:44 -04:00
Azi
8d9ec11fe9
Feature/move plate to the front ( #6262 )
...
* WIP:only works after saving and then reloading
* working version of move plate to the front
* added icons for move to front
* removed a commented line
* fixed the move to front function to behave correctly with undo/redo actions
* Merge branch 'main' into feature/move_plate_to_the_front
2024-09-25 19:27:45 +08:00
SoftFever
04c65b750d
bump profile version
2024-09-23 21:29:19 +08:00
inkeliz
38cd758e94
Disable Arc Fitting for FlashForge ( #6855 )
...
Some printers (FlashForge Adventurer 5M and FlashForge Adventurer 5M Pro) have issues related to Arc Fitting.
Source:
https://www.reddit.com/r/FlashForge/comments/1cu1rnq/psa_disable_arc_fitting_in_orcaslicer_on_ad5m/
https://www.reddit.com/r/FlashForge/comments/1dw99d5/ad5m_pro_move_que_overflow/
https://www.reddit.com/r/FlashForge/comments/1ct0uck/my_a5m_stopped_mid_print/
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-23 00:42:32 +08:00
SoftFever
99d4d0957a
Add support for textured cool plate ( #6860 )
...
support textured cool plate
2024-09-22 16:48:49 +08:00
dylan
1d2c28f929
update gcodes
...
- add if 1==1 to switch the feature of wipe nozzles.
- fix the hold point of the right nozzle in J1 during multi-material printing.
2024-09-22 15:39:32 +08:00
SoftFever
c28fd550f3
Add Mellow M1 printer profiles
2024-09-21 22:59:25 +08:00
Mikkel Schmidt
48c56e12ae
Fix invalid START_PRINT in unofficial Rat Rig profiles. ( #6838 )
...
* Fix invalid START_PRINT in unofficial Rat Rig profiles.
2024-09-20 22:02:28 +08:00
cochcoder
661183b48f
Fix not being able to create new filaments for Dremel 3D45, 3D40, & 3D20 ( #6837 )
...
* Allow users to base off the generic filament
* Merge branch 'SoftFever:main' into Dremel-3D45-fix
2024-09-20 21:56:51 +08:00
HYzd766
a7924a662e
Qidi.json ( #6841 )
...
* Qidi.json
* Merge branch 'main' into p1
2024-09-20 21:55:57 +08:00
cochcoder
dda540fa5d
Revert "Fix parent errors"
...
This reverts commit f1b91b706e
.
2024-09-19 17:25:41 -04:00
cochcoder
f1b91b706e
Fix parent errors
2024-09-19 15:05:24 -04:00
cochcoder
a98d3a21c0
Merge branch 'main' into rat-rig-covers
2024-09-19 18:33:57 +00:00
Nobu
d39947d204
Update Ender-3 V2 Neo start G-Code to include mesh leveling ( #6832 )
...
* feat: update Ender-3 V2 Neo start G-Code to include mesh leveling
* fix: semicolon format
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-20 00:12:36 +08:00
SoftFever
ec3c48d95e
fix profile error
2024-09-20 00:09:00 +08:00
cochcoder
2c42465352
Fix some bugs
2024-09-18 14:23:49 -04:00
cochcoder
e4d282c6a4
Merge branch 'main' into rat-rig-covers
2024-09-18 18:11:32 +00:00
cochcoder
eeae83f445
Initial add of V-Core 4 profiles from RatRig
2024-09-18 14:11:04 -04:00
Co Print 3D Printing Technologies
587e839397
Adding Co Print profiles ( #6791 )
...
* Adding Co print profiles
* remove filament_z_hop_types
---------
Co-authored-by: Youssef Mohamed / Yusuf Kaya <38719545+yousefabohend@users.noreply.github.com>
2024-09-18 08:40:52 +08:00
artillery3dlab
265bc8453c
Artillery Resources Profiles Update ( #6754 )
...
* Artillery proflies update
* Artillery Resources Profiles Update
---------
Co-authored-by: chenyipeng <1192633120@qq.com>
2024-09-16 22:13:19 +08:00
Gabriel Janucik
603e3e76b0
FlashForge Adventurer 3 machine start gcode second fix #6282 ( #6744 )
2024-09-13 07:21:26 +08:00
SoftFever
a141e4fbf7
bump profile version
2024-09-08 23:12:46 +08:00
Noisyfox
d4c0a8b982
Fix Anycubic Kobra 0.4 nozzle profile ( #6678 )
...
* Fix Anycubic Kobra 0.4 nozzle profile
2024-09-08 22:52:54 +08:00
SoftFever
394cf6c981
update bbl profile
2024-09-08 22:05:08 +08:00
SoftFever
7d4402cea1
Update Qidi profiles, fixes thumbnails for X3 machines ( #6023 )
...
change of thumbnails
2024-09-08 10:15:23 +08:00
PugBuster
fc929ebb17
Added profiles for Anycubic Kobra standard ( #6660 )
...
Profile created based on information contained in the printer's firmware and profiles recommended by the manufacturer for Cura. It has been tested on various parts including 3DBenchy with more than satisfactory results.
2024-09-07 16:56:30 +08:00
Definately Anna
09f7412e19
Update Creality Ender-3 V3 KE 0.4 nozzle.json ( #6659 )
...
Fixed wrong probe count for default printer settings. Creality ships device with 5x5 mesh, and this setting causes errors "key194: BLtouch failed".
2024-09-07 16:52:37 +08:00
Bernhard Koppensteiner
0921b6d99d
fixed process naming, checks seem to be case sensitive
2024-09-04 20:51:10 +02:00
Bernhard Koppensteiner
a3d08e010d
Merge branch 'SoftFever:main' into main
2024-09-04 20:38:47 +02:00
SoftFever
60cf1b48cc
Merge branch 'main' into dev/outline-2
2024-09-03 23:07:21 +08:00
Bernhard Koppensteiner
e55a8e7858
Merge branch 'main' into main
2024-09-02 21:02:28 +02:00
SoftFever
db688e0cf4
Add Rook MK1 profile ( #6627 )
2024-09-01 21:09:42 +08:00
Noisyfox
445dc2b0f1
Merge branch 'main' into dev/outline-2
2024-08-30 21:43:26 +08:00
Bernhard Koppensteiner
f4bb5a6c20
changed speed settings
2024-08-29 14:41:26 +02:00
Bernhard Koppensteiner
50039afb66
added MK3.5
2024-08-29 14:41:09 +02:00
Bernhard Koppensteiner
be69554d34
changed thumbnail output
2024-08-29 14:40:27 +02:00
Bernhard Koppensteiner
22444137e8
changed cover
2024-08-28 22:02:57 +02:00
Bernhard Koppensteiner
40ac544dce
Merge branch 'main' of https://github.com/koppensb/OrcaSlicer
2024-08-28 21:51:01 +02:00
Bernhard Koppensteiner
65e007cb41
added MK3.5 support
2024-08-28 21:48:15 +02:00
Cyril Guislain
4f9c730705
Fixes for FLSUN S1/T1 ( #6574 )
2024-08-28 23:17:25 +08:00
Aleksey Bogomolov
751d51637b
UseElegoo Neptune 4 retraction from Np4 Pro profile ( #6565 )
...
* Use Elegoo Neptune 4 retraction from Np4 Pro profile
2024-08-27 23:30:58 +08:00
Kenneth Jiang
c30ffb1895
Profiles for Kingroon KLP1 and KP3S V1 ( #6554 )
...
* Kingroon KLP1 profiles
* Kingroon KP3S V1 profiles
* Make cover png file size more reasonable
* copy/paste error in the profile name
* Merge branch 'main' into kingroon-klp1-profiles
2024-08-27 23:28:02 +08:00
dylan
97eec47be6
update Snapmaker profiles
...
- add Breakaway Support filament
- add preheat params for Snapmaker Dual/IDEX printers
- update the check bounds code in start-gcode, which is now off by default
2024-08-27 01:14:19 +08:00
InfimechOfficial
2012fab758
upgrade start_gcode ( #6540 )
...
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
2024-08-23 19:23:55 +08:00
FlyingbearOfficial
bf79a93e1b
upgrade start_gcode ( #6541 )
...
* Update FlyingBear S1 0.4 nozzle.json
* 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
* Update fdm_process_common.json
* Update fdm_process_common_S1.json
fix some parameters
* Update fdm_process_common.json
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.20mm Standard @FlyingBear S1.json
* Update 0.24mm Draft @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.20mm Standard @FlyingBear Reborn3.json
* Update 0.24mm Draft @FlyingBear Reborn3.json
* Update FlyingBear S1 0.4 nozzle.json
2024-08-23 19:23:30 +08:00
SoftFever
c6065d54fc
New YOLO flow rate calibration ( #6479 )
...
* update flow rate calibration tests
* more tweaks
* add YOLO linear flow rate calibration
* update name
* revert line_width changes
* Make it 2mm thick and change some text
* Update YOLO test:
Normal YOLO for 0.01 step
Perfectionist YOLO for 0.005 step
* add space
2024-08-23 00:01:59 +08:00
Noisyfox
70495a3bf9
Use texture
instead of texelFetch
to make it smoother
2024-08-19 23:11:01 +08:00
Noisyfox
13e18d1d65
Use a 2-pass depth based outline algorithm when selected
2024-08-18 19:31:08 +08:00
artillery3dlab
364d91bd56
Artillery proflies update ( #6457 )
...
* Artillery proflies update
2024-08-18 11:37:11 +08:00
SoftFever
e73638af59
add prime all used extruder logic in start g-code for tool changer.
...
The prime logic is mainly bollowed from Prusa XL 5T
2024-08-14 23:03:05 +08:00
Duan Gauche
fa7a11fa7f
Styrene Butadiene Styrene (SBS) - Template and profiles for Bambu ( #6278 )
...
* Added SBS to filament_info.json
* Added SBS to Print.cpp
* added SBS to PrintConfig.cpp
* Added SBS to BBL
* Added SBS Template and also specified SBS as type in fdm_filament_sbs.json
* Updated settings for SBS in filament_sbs_template.json
* Applied SBS settings to fdm_filament_sbs.json
* added settings to Generic SBS @base.json
---------
Co-authored-by: Duan Gauche <duan.gauche@pdsvision.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-08-11 23:03:02 +08:00
Cyril Guislain
bcf4c29028
Improved FLSUN S1 and T1 configurations ( #6349 )
2024-08-11 22:59:59 +08:00
KrisMorr
8b8a70fffa
update locale and Polish translations ( #6330 )
...
* update locale and Polish translations
for PR #6329
* fix
* text.js_update Polish translation
* fix
2024-08-04 08:58:48 +08:00
Carlos Francisco Caruncho Serrano
d22cd9cb58
Updated and Fixed spanish translation ( #6320 )
...
* Update OrcaSlicer_es.po
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* some changes
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Some fixes
* More fixes
* More fixes and improves
* More fixes
* Merge remote-tracking branch 'upstream/main'
* Merge remote-tracking branch 'upstream/main'
* Update OrcaSlicer_es.po
* Merge branch 'main' of https://github.com/tadeu2/OrcaSlicer
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Merge remote-tracking branch 'upstream/main' into spanish_translation
* Update OrcaSlicer_es.po
* Merge remote-tracking branch 'upstream/main' into spanish_translation
* Merge remote-tracking branch 'upstream/main' into spanish_translation
* Traducción español Beta 2.1.0
* Update text.js
* Update OrcaSlicer_es.po
Cambiado punto por coma
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Merge remote-tracking branch 'upstream/main'
* Minor fix PR
* Update OrcaSlicer_es.po
* Merge remote-tracking branch 'upstream/main' into spanish_translation
* Update OrcaSlicer_es.po
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Update Spanish Language
* Updated strings
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Fixed Spanish Strings in English
Fixed a lot of string whose are translations were english to english.
* Some spanish strings improved
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Update Spanish Strings in RC
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Merge remote-tracking branch 'upstream/main' into spanish_translation
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Merge remote-tracking branch 'upstream/main' into Spanish_Translation
* Update OrcaSlicer_es.po
* Merge branch 'Spanish_Translation'
* Update OrcaSlicer_es.po
* Some fixes
* More fixes and improves
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
Cambiado punto por coma
2024-08-03 00:23:47 +08:00
FlyingbearOfficial
ade20222a5
fix "exclude_object" for FlyingBear profiles ( #6294 )
...
* Update FlyingBear S1 0.4 nozzle.json
* 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
* Update fdm_process_common.json
* Update fdm_process_common_S1.json
fix some parameters
* Update fdm_process_common.json
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.20mm Standard @FlyingBear S1.json
* Update 0.24mm Draft @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.20mm Standard @FlyingBear Reborn3.json
* Update 0.24mm Draft @FlyingBear Reborn3.json
2024-08-03 00:11:56 +08:00
Gabriel Janucik
74775c93b1
FlasForge Adventurer 3 machine start gcode fix #6282 ( #6312 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-08-03 00:02:51 +08:00
Flsun3d
7b6b5a3f81
Improved Flsun S1,T1 configuration parameters ( #6244 )
...
* Add files via upload
* Add files via upload
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-08-03 00:01:44 +08:00
Pim
f0f5c3bbe9
feat: add stealth mode select step to setup wizard ( #6104 )
...
feat: add stealth mode select to setup wizard
feat: enable stealth mode until user finishes setup wizard
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-07-31 19:51:07 +08:00
cochcoder
3510158cd8
Fix processes not showing for Flashforge Guider 2s ( #5970 )
...
* Fix processes not showing for Guider 2s
* Fix merge conflicts
* Fix process not showing (after updating PR)
2024-07-30 22:34:41 +08:00
SoftFever
abb62ca180
Update bbl profiles to 01.09.00.18 ( #6271 )
...
# Description
Copied files from BambuStudio after downloading updated profiles.
Add support for BambuLab PETG-HF and Support for ABS. Fixes #6182
Also contains some changes to the default infill from crosshatch to
gyroid, and updated start g-code for A1.
# Tests
Copied all files to resources directory on install, and started.
Profiles showed up.
2024-07-30 22:29:00 +08:00
cochcoder
55ed305392
Merge branch 'main' into rat-rig-covers
2024-07-29 17:10:56 +00:00
legonigel
e423a78eec
Revert "Update bambulab profiles to 01.09.00.18"
...
This reverts commit a09aa1711a
.
2024-07-29 09:22:27 -07:00
SoftFever
5e2f145c34
Merge branch 'main' into feature/multitool
2024-07-29 22:51:13 +08:00
cochcoder
7236d6cdbf
Fix crossing max x axis & rise max print height of Ender-3 V3 KE ( #5958 )
...
* Fix crossing max x axis & rise max print height of Ender-3 V3 KE
* Merge branch 'main' into ender-3-V3-KE-4
* Merge branch 'main' into ender-3-V3-KE-4
2024-07-29 20:34:00 +08:00
cochcoder
52ea9c2d32
Merge branch 'main' into rat-rig-covers
2024-07-28 21:37:53 +00:00
legonigel
a09aa1711a
Update bambulab profiles to 01.09.00.18
...
Copied files from BambuStudio after downloading updated profiles.
2024-07-27 14:05:58 -07:00
HYzd766
3ca9ffe7aa
Update fdm_process_qidi_x3_common.json
...
change of format
2024-07-26 09:12:00 +08:00
Carlos Francisco Caruncho Serrano
2eb2648bc4
Update spanish translation ( #6189 )
...
* Update OrcaSlicer_es.po
* some changes
* Some fixes
* More fixes
* More fixes and improves
* More fixes
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Traducción español Beta 2.1.0
* Update text.js
* Update OrcaSlicer_es.po
Cambiado punto por coma
* Minor fix PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update Spanish Language
* Updated strings
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Fixed Spanish Strings in English
Fixed a lot of string whose are translations were english to english.
* Some spanish strings improved
* Update Spanish Strings in RC
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes
* More fixes and improves
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
Cambiado punto por coma
* Update Spanish Language
* Some spanish strings improved
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes to PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Traducción español Beta 2.1.0
* Update text.js
* Minor fix PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes to PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes
* More fixes and improves
* Some spanish strings improved
* some changes
* Some fixes
* More fixes
* More fixes and improves
* Update OrcaSlicer_es.po
* Fixed Spanish Strings in English
Fixed a lot of string whose are translations were english to english.
* Some spanish strings improved
* Update Spanish Strings in RC
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Revert "Some Spanish Translation Fixes (#6115 )"
This reverts commit c37a871dd2
.
* Calibration: retraction test
* Fix a regression: Generic filament profiles conflicts #981
* support full_fan_speed_layer
* Support interface fan speed
* profile cover image reorg
* Traducción español Beta 2.1.0
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes to PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Revert "profile cover image reorg"
This reverts commit 041d41fa9f8bf2d927fa32a557e2427dddb1c849.
* Revert "Support interface fan speed"
This reverts commit a657d851218c95356771f4a839fdeea537e9919c.
* Revert "support full_fan_speed_layer"
This reverts commit ac6dcadeb034a2e74365c6268ef9ed7162fc59af.
* Revert "Fix a regression: Generic filament profiles conflicts #981 "
This reverts commit 97118f8e9401f895f585053ded1b40ad3a71ef78.
* Revert "Calibration: retraction test"
This reverts commit b210c294346c077385f4c1f8dab70f8596067dc5.
* Update OrcaSlicer_es.po
* More fixes
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Final fixes
* Update OrcaSlicer_es.po
* Update Spanish Strings
---------
Co-authored-by: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2024-07-25 22:26:25 +08:00
SoftFever
37b955082c
update "change_filament_gcode" for Prusa XL, fix extra tool park issue after final purge
2024-07-24 19:59:23 +08:00
SoftFever
ff10d5f661
Merge branch 'main' into feature/multitool
2024-07-23 18:21:19 +08:00
yw4z
4f6c17f568
Color fixes ( #5712 )
...
* Flushing volumes button background color for active state
* Sliced plates bar > Use different colors on plate numbers for light / dark theme
* Remove 3D navigator background
* Device & Project Tab > Sidebar > Selected tab background color
* Merge branch 'SoftFever:main' into color-fixes-3
* Correct sidebar button color for light mode for bbl monitor / calibration and project page
* Homepage fixes
* Fix parameters group title color too bright on dark theme
* Search popup hovered item background color
* Sidebar > Search box > match border color with other input/combo boxes
* fix indents
* Add descriptions to statecolors
* Paint gizmos > remove background of non active Tool / Brush buttons on dark mode
* Merge branch 'SoftFever:main' into color-fixes-3
* Top bar / Main tab bar button hover background
* Fix broken color change from last merges
* Gizmos selected text background
* Keyboard shortcuts window selected tab bg color
* About page link color
* Project page fixes
* match disabled text color on combo boxes with input boxes
* Use better background color for disabled elements on dark mode
* match all colors for disabled elements
* BBL > Monitor tab > Add printer text and icon not visible on dark theme
* even darker bg color for homepage thumbnails
* Sidebar arrow not visible
* Better bg color for row highlighting
* match style of gizmo combo box
* Merge branch 'SoftFever:main' into color-fixes-3
* Revert changes for main tab bar background color of button while hover
2024-07-23 18:00:21 +08:00
SoftFever
c36d4ad7c9
Fix misc bugs
2024-07-23 00:12:54 +08:00
SoftFever
447cc01405
preheat work - done
2024-07-21 17:58:37 +08:00
HYzd766
ab01e7b5c3
Update QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle.json
...
little change
2024-07-17 11:27:40 +08:00
HYzd766
6601ab9832
Update QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle.json
...
little change
2024-07-17 11:27:12 +08:00
HYzd766
ea1951b23c
Update QIDI PET-CF.json
...
little change
2024-07-17 11:26:41 +08:00
HYzd766
932371b184
Update fdm_filament_common.json
...
little change
2024-07-17 11:24:49 +08:00
HYzd766
ac6b996d13
Update fdm_filament_pla.json
...
little change
2024-07-17 11:23:34 +08:00
HYzd766
3693f36536
Update fdm_filament_pa.json
...
little change
2024-07-17 11:21:57 +08:00
HYzd766
00b501e6ab
Update QIDI PA12-CF.json
...
little change
2024-07-17 11:19:42 +08:00
HYzd766
afe0da8b62
Update QIDI PAHT-CF.json
...
little change
2024-07-17 11:18:52 +08:00
HYzd766
e0711fc41f
Update QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle.json
...
little change
2024-07-17 11:17:36 +08:00