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
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
YuSanka
e774d25f7a
Implemented UI to show a state of printers in PrusaConnect
2024-03-25 12:05:55 +01:00
YuSanka
207d1ab026
ExtruderFilaments: Check index of a selected filament to avoid an out of range.
2024-03-22 15:22:41 +01:00
Lukas Matena
0988bf2998
Removed some of the new parameters
2024-03-20 14:41:26 +01:00
Lukas Matena
e8fd6951ad
Purging volumes new parameters
2024-03-20 05:51:03 +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
Lukas Matena
1f87c498cd
Merge branch 'master_27x'
2024-02-20 23:01:02 +01:00
Merill
aa5573e8b9
fix remove_invalid_keys on an erased config instead of the preset config (PR #12127 from @supermerill, SPE-2127):
...
see supermerill/SuperSlicer/issues/4079
2024-02-16 11:43:57 +01:00
tamasmeszaros
7143190779
Making progress with eliminating exceptions
...
+ Fixed : SpinCtrl for nullable int still does not work
2024-02-05 16:59:08 +01:00
YuSanka
ef3493d7ea
WIP: SLA material overrides (UI part)
2024-02-05 16:59:08 +01:00
Lukas Matena
a42223f963
Merge branch 'master_27x'
2024-01-26 13:07:19 +01:00
Lukáš Hejl
7e8f45a302
Remove unused variable 'some_compatible' from ExtruderFilaments::update_compatible_internal().
...
This variable hasn't been used since the beginning.
2024-01-05 22:38:16 +01:00
tamasmeszaros
bffa3f8578
Get rid of in-source boost::nowide. Use upstream instead
2023-12-18 12:10:37 +01:00
Lukas Matena
2d130c71b6
Move binary gcode checkbox to Printer Settings
2023-12-11 15:40:35 +01:00
YuSanka
0a1e4758a1
Fix for #11727 : 2.7.0-rc2 Import ConfigBundle not pulling in all physical printers
2023-11-23 15:48:04 +01:00
YuSanka
55e3bf4c0a
Fix for PresetCollection::load_external_preset()
...
"filament_vendor" parameter isn't used neither by the UI nor by the slicing core,
therefore erase it from config apply to avoid redundant "dirty" parameter in loaded preset.
2023-11-16 15:12:17 +01:00
YuSanka
0e1a0e856f
Fix for SPE-2020 : Notification about temporary installed preset doesn't appear anymore
...
Description of bug:
During fixing of SPE-1845 there was made changes with 7280b2a0 commit.
But those changes destroyed a initial behavior. All presets are selected correctly now,
but user doesn't receive a notification about temporary installed presets, if any was.
2023-11-16 15:11:41 +01:00
YuSanka
f69b1a2247
Fix for SPE-2039 : Wrong preset selection, when loading configuration from 3mf.
...
Bug description: If all new presets are actualized from current update
but some of them isn't installed (doesn't selected in ConfigWizard),
and user try to load 3mf with those non-installed presets, than first visible preset is selected
instead of temporary installed preset.
+ Update dirty state for edited preset only it's needed.
2023-11-16 15:11:23 +01:00
Martin Šach
3ed86a820a
Add PrintConfig options for future more general z-hop implementation.
...
The parameters are also presented in the GUI.
2023-11-10 12:19:39 +01:00
David Kocik
78e128de1c
SPE-1970: Notify about available config update after sync.
...
Notification about conf update with new printer mockup.
"new printer" information in the update dialogs.
2023-10-19 11:15:24 +02:00
Lukas Matena
e6c4522143
Removed unused parameter 'arc_fitting_tolerance' from the configuration layer,
...
added static_assert for coord_t size
2023-10-17 13:20:31 +02:00
YuSanka
8e0c21d8d4
Fix for SPE-1936 : A change of extruders count doesn't mark a printer preset as "modified"
...
Note: this bug was caused by cfc520c97a
,
when we start to use deep_diff for non-filaments presets comparison
2023-10-05 10:43:23 +02:00
YuSanka
cfc520c97a
Thumbnails refactoring: Next round
...
* Check errors state on all places of its using (throw exceptions or show a warnings message)
+ To backward compatibility, save "thumbnails_format" value to the config
+ deep_diff() function is extended for the case of "thumbnails" comparison
+ Added unit tests to:
* check a load of configuration for "thumbnails" and "thumbnails_format" options
* check return values for make_and_check_thumbnail_list() function
2023-09-13 15:24:40 +02:00
enricoturri1966
53adc68717
Tech ENABLE_BINARIZED_GCODE set as default
2023-09-05 12:17:47 +02:00
Vojtech Bubnik
8dad25efc4
Merge branch 'master' into master_262
2023-09-04 14:44:32 +02:00
ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
Vojtech Bubnik
c01c863d8b
Merge branch 'master' into master_262
2023-08-31 17:16:20 +02:00
YuSanka
7280b2a0fb
Fix for SPE-1845 Incorrectly imported filament profiles from 3MF or configuration ini.
...
+ Fix for SPE-1848 Crash on switch from MM printer to SM, when non-first filament is modified
2023-08-31 14:30:14 +02:00
Vojtech Bubnik
529f1fb395
Merge branch 'et_spe1784_binary_gcode' into master_262
2023-08-30 18:52:55 +02:00
Vojtech Bubnik
7c120b2fa8
Removed the obsolete "threads" parameter from the configuration layer.
2023-08-30 15:26:53 +02:00
Vojtech Bubnik
1c26f0bf60
Merge branch 'master_262' into et_spe1784_binary_gcode
2023-08-28 18:53:30 +02:00
Vojtech Bubnik
3cfe2f4a3a
Merge branch 'vb_arc_welder' into master_262
2023-08-28 15:50:00 +02:00