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
YuSanka
1bc395cac2
handle_legacy_sla() is moved into handle_legacy_composite()
2025-01-13 14:13:04 +01:00
Lukas Matena
229d425dd3
Some fixes in phrases
2024-12-17 22:23:38 +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
Jan Bařtipán
e5e8f940db
SPE-2461: GCode add more info to be used in connect/slicer analytics: introduced profile_vendor, profile_version in slicer block (bgcode) or preset parameters dump (ascii gcode) + added "Produced on" key in file block (bgcode)
2024-11-18 23:47: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
Martin Šach
26b96c5ad2
Add max boundary to the scarf_start_height
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
Lukas Matena
ccc7c350a0
Remove AMF export (functionality not available from GUI since 2.4.0)
2024-10-16 12:20:22 +02:00
Lukas Matena
c16f2f1c1e
Fixed couple of compiler warnings
2024-09-27 14:18:12 +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
7908291160
Couple of fixes in phrases
2024-09-02 16:33:26 +02:00
David Kocik
e6313aa5e0
CLI option for single instance only with prusaslicer:// url
2024-08-29 14:56:19 +02:00
Lukas Matena
a54aa25f1b
Added tooltips for the new parameters
2024-08-29 10:36:42 +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
Jan Bařtipán
6eca12a1ed
Online service configuration can be now changed via env variables, added support for turning webdev tools via command line option
2024-08-09 10:07:47 +02:00
Martin Šach
919740fb3e
Apply fix includes.
2024-07-08 15:37:02 +02:00
Martin Šach
96e3e77fef
Prepare fe for include optimization.
...
- Add pragmas to keep necessary headers with symbols not explicitly
stated in the file.
- Use include paths that IWYU understands.
2024-07-08 15:37:02 +02:00
Lukas Matena
5998e2f78d
Fixes in phrases
2024-06-18 14:48:05 +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
1dd8e64009
Changed description
2024-06-14 14:27:05 +02:00
YuSanka
2d87c5a9b3
Tilt settings: Fixed a typo in detection, if a printer is "SL1".
...
+ OSX specific: Fixed a crash on start. (s_Preset_sla_tilt_options is moved to the same file as s_Preset_sla_material_options)
2024-06-06 12:35:18 +02:00
Lukas Matena
b6fc5c6c40
Added sidetext 'mm' to absolute_correction parameter
2024-06-06 12:23:22 +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
ebd76383f4
"Area fill" is changed to "Area fill threshold"
2024-06-06 12:23:22 +02:00
Lukas Matena
a19c60eb2a
Little changes in phrases
2024-06-06 12:23:22 +02:00
Lukas Matena
55d820b82d
Couple more improvements / fixes:
...
- 'Tilt profiles' renamed to 'Profiles settings'
- Area fill and delay before/after exposure are now showed in Normal mode
- Fixed and refactored calculation of time estimates
- Changed '+ / -' to the respective unicode character
- Tolerance added into print statistics
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
Lukas Matena
41f891c196
Renamed tower/tilt profile to speed (UI only)
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
Lukas Matena
f9712b030d
Updated tooltips for the new parameters
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
686e1c54bc
Updated tooltips
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
enricoturri1966
2eeca737ea
Technology ENABLE_OPENGL_AUTO_AA_SAMPLES set as default
2024-05-02 13:23:26 +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
enricoturri1966
c2b8914ed0
Tech ENABLE_GL_CORE_PROFILE set as default
2024-03-26 14:41:57 +01:00
enricoturri1966
82001626dd
SPE-2124: Added command line option 'opengl-aa' to allow the user to turn on the automatic selection of max number of supported samples for OpenGL antialising
2024-03-26 14:27:01 +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