Filip Sykala - NTB T15p
be7b62af36
Remove "support_points_minimal_distance"
2025-02-25 16:41:17 +01:00
Noisyfox
938fbc516a
SPE-2484: Port of Cura's multi-material interlocking from OrcaSlicer.
...
Co-authored-by: SoftFever <softfeverever@gmail.com>
2025-02-17 15:26:44 +01:00
Lukáš Hejl
dcf26e1302
SPE-2501: Add an option to specify which extruder controls the bed temperature.
2025-02-17 12:23:02 +01:00
Lukas Matena
0968ffee65
Parameter tower_hop_height type changed from int to float
2025-02-12 17:13:25 +01:00
YuSanka
9896788693
Added buttons for set default tilt values
...
SPE-2666
2025-02-12 17:13:25 +01:00
Martin Šach
9490ae242f
SPE-2542: Add first_layer_infill_speed
2025-02-06 23:18:05 +01:00
Martin Šach
20687bc27a
Use slowdown above bridges
2025-02-06 23:13:50 +01:00
YuSanka
42d4f5c775
PrintConfig WIP: Changes related to CLI
...
* change a little bit a list of options inside CLI*ConfigDefs
* --load and --*-profiles are extracted into separate CLIInputConfigDef
+ removed CLIProfilesSharingConfigDef and DynamicPrintAndCLIConfig as no needed anymore
2025-01-21 14:40:07 +01:00
Lukáš Hejl
a718a7606a
SPE-2491: Basic support for printing with different nozzle diameters on tool-changer printers.
...
Add an option that automatically changes all extrusion widths to zero, which will automatically calculate extrusion width based on nozzle diameters.
Allow using wipe tower with different nozzle diameters and show just warning about it.
Add an option for infill combination that automatically calculates the number of layers based on nozzle diameter.
2024-12-11 16:37:56 +01:00
Lukáš Hejl
56a2a5973d
SPE-2400: Add an option for setting the gap size between the beginning and the end of closed perimeters.
...
Negative values extend the loop, causing the endpoints to overlap slightly.
2024-11-11 10:59:20 +01:00
Lukáš Hejl
eff2c16ecc
SPE-2177: Restore the "Ensure vertical shell thickness" option.
...
This partially reverts commit d5a1b59869d888c8ed30f360045017ec5e9bb00b.
Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: Vovodroid <vovodroid@users.noreply.github.com>
2024-10-24 13:23:11 +02:00
Lukas Matena
9237a68ba9
Use ModelWipeTower instead of config for wipe tower pos and rot (3MF part) - SPE-2520
2024-10-16 12:41:27 +02:00
Martin Šach
7042c1a34e
Add scarf seam config options
2024-09-26 14:43:09 +02:00
Lukáš Hejl
ceb13b1faa
SPE-2405: Add Zig Zag infill that is rectilinear infill but with a consistent pattern between layers.
...
This Zig Zag infill is inspired by the Zig Zag infill in Cura.
2024-09-05 16:14:18 +02:00
Lukas Matena
37583da9e8
Removed nozzle_high_temperature
2024-08-29 10:36:42 +02:00
Lukas Matena
66b8144f3f
Added nozzle_high_flow, nozzle_high_temperature, filament_abrasive. Updated version of libbgcode.
2024-08-29 10:36:42 +02:00
Martin Šach
919740fb3e
Apply fix includes.
2024-07-08 15:37:02 +02:00
Martin Šach
2b667ffb6b
Add two parameters for infill speed limiting.
...
One for infills that cross itself and one for the others.
2024-06-18 08:01:25 +02:00
tamasmeszaros
ac2580caf0
SLA z correction:
...
first SLA Z correction prototype
Change Z correction controlling parameter to integer layer count
Add z correction mm conversion text as description label under Z correction
Fixed a crash when switching pages in material tab
2024-06-14 15:32:10 +02:00
Lukas Matena
839343f1ec
Removed printer scaling correction from material overrides
2024-06-06 12:23:22 +02:00
Lukas Matena
20e4cef12e
Added new SLA material override for absolute correction (SPE-2262)
2024-06-06 12:23:22 +02:00
YuSanka
b0cf024a03
Renamed tower/tilt profile to speed (back end only)
2024-06-06 12:23:22 +02:00
YuSanka
b4f1257323
New time estimation for PrusaSla printers
2024-06-06 12:23:22 +02:00
YuSanka
755493531e
Follow up dbcd2b59 - Fixed values for tilt and tower profiles
2024-06-06 12:17:44 +02:00
YuSanka
578517c950
Material Settings: Added tilt parameters
...
+ "area_fill" is moved to Material Settings
+ "Tilt times" group is removed from SLA Printer Settings
+ Processed disabling/enabling of some parameters in respect to "use_tilt"
+ Implemented configuration option for vector of Enums
2024-06-06 12:17:44 +02:00
Lukáš Hejl
d6136a34e3
SPE-2301: Add a new option that makes a printer print loops clockwise instead of counterclockwise.
2024-06-03 18:24:03 +02:00
Lukáš Hejl
4b8fe98443
SPE-2186: Add shrinkage compensation into filament settings.
...
There is a limitation that on multi-tool printers, all used filaments must have the same shrinkage compression values.
2024-05-14 17:16:23 +02:00
Lukas Matena
f881526dc2
Remove the checkbox in Printer Settings. The feature will be turned off by setting zero, so it is consistent with bed temperature.
2024-05-14 07:14:19 +02:00
Lukas Matena
7e3e2b577b
Added heated_chamber checkbox into Printer Settings
2024-05-14 07:14:19 +02:00
Lukas Matena
30e2e20475
Added chamber_minimal_temperature parameter
2024-05-14 07:14:18 +02:00
Morton Jonuschat
32dc167277
[FEATURE] Chamber temperature config option (PR #10649 from @mjonuschat)
2024-05-14 07:14:18 +02:00
Lukáš Hejl
a3190d94d0
SPE-1804: Single perimeter for top and bottom layers working with both perimeter generators.
...
Co-authored-by: supermerill <merill@free.fr>
Co-authored-by: Morton Jonuschat <mjonuschat@gmail.com>
Co-authored-by: Vovodroid <vovodroid@users.noreply.github.com>
Co-authored-by: qing.zhang <qing.zhang@bambulab.com>
Co-authored-by: lane.wei <lane.wei@bambulab.com>
2024-04-24 10:06:56 +02:00
Lukas Matena
9dc7b70084
Merge branch 'master_27x'
2024-03-27 16:37:47 +01:00
David Kocik
0c7e6cb063
PrusaConnectNew class - new way to upload to Connect
...
Several bugs in UI fixed
Added Connect user data action, we might need it in future
Missing file in cmake and smaller fixes
new Connect frontend
2024-03-25 12:05:55 +01:00
Lukas Matena
c0aba8e2ca
Add the default/custom switch into project settings
2024-03-20 14:41:26 +01:00
Lukas Matena
0988bf2998
Removed some of the new parameters
2024-03-20 14:41:26 +01:00
Lukas Matena
8345a82b1c
Remove wiping_volumes_extruders
2024-03-20 14:41:26 +01:00
Lukas Matena
e8fd6951ad
Purging volumes new parameters
2024-03-20 05:51:03 +01:00
YuSanka
4f0894aa6c
SPE-2028 : Implement the command line interface for querying presets
2024-03-11 10:17:36 +01:00
Lukas Matena
0736f68e77
Wipe tower: rebranded skinnydip to stamping
2024-02-28 16:05:15 +01:00
Lukas Matena
030cd934c5
Wipe tower: removed skinnydip_extra_move
2024-02-28 16:05:14 +01:00
Lukas Matena
4900235332
Wipe tower: various little fixes:
...
- removed skinnydip_unloading_speed, unloading_speed is used instead
- the new parameter wipe_tower_extra_flow now automatically adjusts spacing
- the extra flow is seen in the preview
- skinnydip moves were simplified
- for MK4, pressure advance is kept for ramming and disabled for skinnydip
- G4 S0/R were swapped
- for MK4, the new temperature is set before the last cooling move
- range of the ramming dialog increased to 60 mm3/s
- fixed skinnydip_extra_move
- fixed temperature setting after cold_ramming
2024-02-28 16:05:14 +01:00
Lukas Matena
8e9251f2f0
Wipe tower: separate acceleration control (related to #10854 )
2024-02-28 15:48:01 +01:00
Lukas Matena
ecba2ca007
Wipe tower: increased purge flow parameter
2024-02-28 15:48:01 +01:00
Lukas Matena
d497757a7d
Wipe tower: remove extra skinnydip parameters
2024-02-28 15:48:01 +01:00
Lukas Matena
61e20a8cfa
Wipe tower: skinnydip_extra_move, skinnydip_delay
2024-02-28 15:48:01 +01:00
Lukas Matena
cddfcb888f
Wipe tower: cold ramming
2024-02-28 15:48:01 +01:00
Lukas Matena
0dba13d862
First skinnydip implementation
2024-02-28 15:48:00 +01:00
tamasmeszaros
3160b00d5a
Fixed crash when checking an integer nullable param on a config tab
2024-02-05 16:59:09 +01:00
tamasmeszaros
91e67e2e16
Fixing float nullable config vals and sla override apply func
2024-02-05 16:59:09 +01:00