qing.zhang
def3b650e7
NEW: add preset of 0.6 & 0.8 X1C
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: Ica13fe3284eb7165822d6f4f0f03da23625835eb
2022-09-02 12:52:18 +08:00
qing.zhang
68501077e7
FIX: fix exist invalid setting id
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: If4e498a5b65f999634900ab6f0580c6edaab5acd
2022-09-02 12:52:18 +08:00
qing.zhang
f0afa8de59
ENH: add filament configure of 0.2 nozzle
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I23cc9979cefe6bf5198526007eb57a9ec785426e
2022-09-02 12:52:18 +08:00
qing.zhang
242a57f1b6
ENH: modified the machine_start_code and machine_end_code
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: Ic2fe491491b6e3e46870773e68aa3823ab37640a
2022-09-02 12:52:18 +08:00
qing.zhang
a19eb47a10
ENH: add 0.02 tolerance to nozzle.
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I2680289b4a944c01698aa57adb5270100f6a8c25
2022-09-02 12:52:18 +08:00
qing.zhang
a91099e186
NEW: show cost of filament in GUI
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: If28f6e969728fb5edd9cb35d6bc6d0a6c155d96e
(cherry picked from commit a4b8e620794f611c2f94f639cec49ec7c8fe8926)
2022-09-02 12:52:18 +08:00
SoftFever
315e57caac
profile tweaks
2022-08-30 21:20:12 +08:00
SoftFever
b6c1f101f8
Merge remote-tracking branch 'remote/master' into SoftFever
...
# Conflicts:
# src/libslic3r/PerimeterGenerator.cpp
2022-08-28 12:03:49 +08:00
qing.zhang
e83eab6e48
FIX: fix fail load Bambu PC @BBL 0.6 nozzle
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I591d38e6b7ae9bb7a0097af2fbbdc6860ed7864d
(cherry picked from commit 40e040c5e26235c16de09ac11dd8803f247f96b8)
2022-08-26 09:25:59 +08:00
qing.zhang
16ab49bea1
FIX: delete redudant configure file of Bambu PC material
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I897000a306700dd3f7b17563e25ef4dce0df1d49
(cherry picked from commit b74b33d0cd5b47ea192da8f78db40e4202ea5174)
2022-08-26 09:25:59 +08:00
qing.zhang
b043fb783b
ENH:add parameters of filaments
...
Change-Id: I7a07dbd91d68896c1efc8642ee61646cbaf7622f
(cherry picked from commit f52c53bc2d1aa74584eae310d9617a32f3a03972)
2022-08-26 09:25:59 +08:00
SoftFever
2671e3969d
Profile rework ( #4 )
...
* default BBL profile
* voron
* wip
* Voron profile
* Prusa MK3S
* add Prusa mk3s
* fix an issue that print_host value was not retrieved.
* add chamber temperature option for filament
* slightly adjust thumbernail angle
* Revert "slightly adjust thumbernail angle"
This reverts commit 6ad38efb36c66abe82c7fdeb23f6a24aac43654e.
* add `one wall on first layer` option
* save preset for connection
* remove unused options
* set default 3000 accl for MK3S
* tweak profile
* update Voron logo
* UI twwaks
* Readme update
* change abs default nozzle temp
* misc
* tweak profiles
* Update README
2022-08-24 15:40:43 +08:00
SoftFever
c9fb533769
Merge branch 'master' into SoftFever
2022-08-11 20:06:32 +08:00
salt.wei
3980708e2a
ENH: fix one bug which cause zero speed when flushing
...
filament_max_volumetric may be 0 which cause zero
flushing speed. Add protection for this issue.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I866b9d97c9c6d97122a4a2beaf508ce9c72ee3b2
2022-08-08 22:19:42 +08:00
salt.wei
b5f2ac84be
ENH: provide filament_start and end gcode options
...
Requirement from user to set filament_start_gcode
and filament_end_gcode. Set these two settings to
advanced mode
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I0d8ddb394b37614d0ef0f10f8434553cb20e9ffd
2022-08-08 22:19:42 +08:00
salt.wei
a0195d5202
ENH: recover setting id to be old value
...
Don't change setting ids to avoid potential user preset
loading issue
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Idbc8cfcbbbf7531f09e156844e286c672494af86
2022-08-05 16:11:42 +08:00
salt.wei
a0a0362693
ENH: sync filament_id with RFID
...
Make filament_id to be same with information
from nectarine
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I3012d74bb8fe849fbaf9fabab791a6b06335dcf6
2022-08-05 16:11:42 +08:00
salt.wei
42e2fbdf8c
ENH: add M400 before switch temperature when change filament
...
Add M400 to avoid temperature switched before flush end.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I118bb240357e5c820c15e46ae34efa62248fdacc
2022-08-05 16:11:42 +08:00
salt.wei
b148810de8
ENH: align the filament type with app/machine/RFID
...
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I534e6b619efbb7fe6b813bf51640f46066f378c5
2022-08-05 16:11:42 +08:00
salt.wei
32175ead86
ENH: update start gcode
...
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I85dfbc8d23b78f50c9695f5118136d4bbf0873c2
2022-08-05 16:11:42 +08:00
salt.wei
260d979c82
ENH: 0.8 nozzle should use monotonic pattern for top surface
...
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I73b2bb17175b50d91ba6c755884937a4c80de10d
2022-08-05 16:11:42 +08:00
lane.wei
5eba65df21
ENH: render: adjust the logo background color to bed's color
...
use the color of bed's stl
Change-Id: I56f1e184a27271b8bea5704f823ae7b28b656a46
2022-08-05 16:11:42 +08:00
salt.wei
a1dbe37f4f
ENH: add extruder offset for X1 and X1 carbon
...
The extruder offset of X1 and X1C is (0,2).
All generated gcode should minus this value.
Also change the min speed of cooling buffer for
better cooling for small area(from pineapple)
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I06e58a26f8736ae24fa9da02477a9d19114daeca
2022-08-05 16:11:42 +08:00
salt.wei
36968f643c
ENH: separate PA and PA-CF filament type
...
Filament type of Bambu PA-CF in RFID is PA-CF.
Change it to PA-CF as well in preset to avoid
failure of AMS mapping.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Ic6b6269123d59863fea2b7d262a124468c95b8af
2022-08-05 16:11:42 +08:00
salt.wei
ea59e3de05
ENH: some preset change
...
1 change bambu PC and TPU temperature by pineapple
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Id2bc603893ce9e2c33f15de420c79b94cd6dd89a
2022-08-05 15:22:16 +08:00
SoftFever
a0c03da35d
refactor Voron configs a bit
2022-07-26 23:34:00 +08:00
SoftFever
721c211a0f
Merge remote-tracking branch 'remote/master' into SoftFever
...
# Conflicts:
# resources/profiles/BBL/filament/Bambu PC @BBL X1C.json
# resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1C.json
2022-07-23 20:29:33 +08:00
SoftFever
1de4cbc5fb
Add Anycubic 4Max Pro support
2022-07-23 10:31:41 +08:00
lane.wei
af0b3ddb28
Update the codes to 01.01.00.10 for the formal release
...
1. first formal version of macos
2. add the bambu networking plugin install logic
3. auto compute the wipe volume when filament change
4. add the logic of wiping into support
5. refine the GUI layout and icons, improve the gui apperance in lots of
small places
6. serveral improve to support
7. support AMS auto-mapping
8. disable lots of unstable features: such as params table, media file download, HMS
9. fix serveral kinds of bugs
10. update the document of building
11. ...
2022-07-22 20:35:34 +08:00
SoftFever
faae5824ef
Add Voron 0.1 and Prusa MK3S support
2022-07-19 06:27:26 -07:00
SoftFever
f0add1c3dd
Add missing process file
2022-07-19 06:27:26 -07:00
SoftFever
438aac352e
Add Voron process settings
2022-07-19 06:27:26 -07:00
SoftFever
e8ad1795e6
WIP: add voron process setting
2022-07-19 06:27:26 -07:00
SoftFever
31c7c27a5c
Add Voron machine support
2022-07-19 06:27:26 -07:00
lane.wei
f8756e6c89
Add the full source of BambuStudio
...
using version 1.0.10
2022-07-15 23:42:08 +08:00
rtyr
148c0f3b7b
Bumped up versioni to 0.0.13
2021-12-21 10:31:36 +01:00
Pascal de Bruijn
d742b07f84
creality.ini: Ender-3 S1 improvements
...
It seems the firmware is setup to not have to run ABL for each print,
and thus Creality's example start_gcode does not include G29
Finetuning for the S1's Sprite Direct Drive extruder
2021-12-17 19:04:27 +01:00
rtyr
6dd0de4d2e
Anycubic bumped up to 0.0.12
2021-12-16 15:49:19 +01:00
rtyr
485613b721
Merge pull request #7092 from slghb/i3_mega_s_fixes
...
Update Anycubic i3 Mega (S) profile
2021-12-16 15:44:15 +01:00
rtyr
b7b95fdea7
Bumped up version to 0.1.2 - Added Ender 3 S1
2021-12-16 12:02:32 +01:00
rtyr
9ef2e5cf42
Merge pull request #7502 from pmjdebruijn/creality
...
Creality Bundle Enhancements
2021-12-16 11:54:03 +01:00
rtyr
9ca4c85838
Ender 3 S1 thumbnail
2021-12-16 11:50:46 +01:00
rtyr
53de196025
Sync with PrusaSlicer-settings
2021-12-16 10:35:32 +01:00
Pascal de Bruijn
ceb423ca2a
creality.ini: add preliminary Ender-3 S1
2021-12-15 20:14:01 +01:00
Pascal de Bruijn
b9b1c65bda
creality.ini: slight improvements to Ender-2 Pro
...
Replace bed stl with something consistent with the rest
Replace bed svg with something simpler consistent with the rest
Add tiny safety margin
2021-12-15 20:03:45 +01:00
Pascal de Bruijn
4ecef73c5c
creality.ini: always output layer heights with two decimals
2021-12-15 19:43:15 +01:00
Maximilian Engelhardt
b99d2a15f0
Update Anycubic i3 Mega (S) profile
...
- revert retraction settings as the previous change causes issues with
stringing.
- sync many settings with Prusa MK2 profile and some with Prusa MK3
profile.
- remove no longer needed SUPPORTED print settings. Support settings can
now be selected directly in the PrusaSlicer menu.
- add DAS FILAMENT PETG profile.
2021-12-15 15:52:09 +01:00
rtyr
7fe2243e8f
Updated for the PrusaSlicer 2.4.0-rc release.
2021-12-14 14:41:25 +01:00
rtyr
daf59f9870
Bumped up version to 0.1.1
2021-12-11 21:01:34 +01:00
rtyr
a803b1669f
Delete ENDER2PRO_thumbnail(NONBETA).png
2021-12-11 20:57:06 +01:00