Vojtech Bubnik
8ed6d1b466
WIP: Implemented support for QOI G-code thumbnail format as requested
...
by the RepRapFirmware team due to their low RAM budget for decompression.
Bundled the QOI image compression library.
2022-06-08 21:12:00 +02:00
YuSanka
906f8914a6
SLA estimation time:
...
* A calculation of the estimation of a print time is ported from the FW
(See https://gitlab.com/prusa3d/sl1/sla-fw/-/blob/1.7/slafw/project/project.py#L485 )
* Some missed parameters are added to the Printer Presets
2022-06-02 09:29:11 +02:00
Lukáš Hejl
c76c497234
Renamed slicing engine to perimeter generator and slightly rearrangement of Arachne parameters.
2022-06-01 21:43:00 +02:00
Lukáš Hejl
3942cf958c
Updated Arachne with Cura master.
2022-06-01 21:41:40 +02:00
Lukáš Hejl
d868261399
Updated the default values for wall_add_middle_threshold and wall_split_middle_threshold, which should decrease the number of missing tiny islands.
2022-06-01 21:40:15 +02:00
Lukáš Hejl
3610afd393
Updated Arachne with Cura master.
2022-06-01 21:40:15 +02:00
Lukáš Hejl
556e2b71cc
Initial port of Arachne from Cura.
2022-06-01 21:40:13 +02:00
Lukáš Hejl
bbb7e839a0
Fixed various issues in the ported Lightning infill.
...
Added export to SVG for TreeNode.
Also was finalized integration of Lightning infill and Lightning infill was enabled.
2022-06-01 21:35:58 +02:00
enricoturri1966
8d0780aabe
Tech ENABLE_GL_CORE_PROFILE - Added command line option '--opengl-core=M.m' which allows the user to select a specific OpenGL version supporting core profile
2022-05-30 16:15:25 +02:00
Lukáš Hejl
0c4df47bd0
Fixed various issues in the ported Lightning infill.
...
Added export to SVG for TreeNode.
Also was finalized integration of Lightning infill and Lightning infill was enabled.
2022-03-16 23:37:05 +01:00
tamasmeszaros
ca7668d858
Change precision units to mm
...
Add some perf optimization for svg output writing
2022-02-03 16:10:03 +01:00
tamasmeszaros
5e97778528
Added new param sla_output_precision in nanometers
...
Adopted a fast and easy integer to string conversion
2022-02-03 16:10:03 +01:00
tamasmeszaros
7f153a55b3
SLA archiver implemented for svg output, switchable in config.
...
new config is sla_archive_format as a string.
WIP
Get rid of SVG class, use manual svg creation
Revert changes in SVG.hpp and SVG.cpp
2022-02-03 16:09:57 +01:00
Vojtech Bubnik
87cff55856
WIP: Implemented support for QOI G-code thumbnail format as requested
...
by the RepRapFirmware team due to their low RAM budget for decompression.
Bundled the QOI image compression library.
2022-02-02 17:37:46 +01:00
Lukas Matena
5c616c5931
Sync to 2.4.1-beta1
2022-02-01 14:16:13 +01:00
Lukas Matena
ebb9041041
Merge branch 'master' into stable - no conflicts fixed
2022-02-01 14:15:18 +01:00
YuSanka
fec654513e
Merge remote-tracking branch 'origin/master' into dev
2022-01-18 08:41:10 +01:00
Vojtech Bubnik
658f01b64b
WIP: G-code find / replace using a new gcode_substitutions PrintConfig
...
parameter.
2022-01-17 12:29:46 +01:00
YuSanka
ced6d26917
Merge remote-tracking branch 'origin/master' into dev
2022-01-12 15:05:31 +01:00
Lukas Matena
f3e14865e5
Minor tweaks in machine limits handling:
...
- renamed some variables so the names are not misleading
- improved readability a bit
- disabled silent mode for RRF (it was apparently enabled by mistake)
- set default value of machine_limits_usage to TimeEstimateOnly
2022-01-10 12:52:21 +01:00
Lukas Matena
7f9e519baf
Merge branch 'master' into dev
2021-12-14 15:10:42 +01:00
YuSanka
080e80a4d6
Localization: Next improvements: CS, IT, ES, DE, ES, FR
2021-12-10 17:28:36 +01:00
enricoturri1966
9139ab3f7e
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
2021-12-09 08:38:29 +01:00
Lukas Matena
7ec7d5181a
Updated tooltip on 'synchronize supports with object layers'
2021-12-08 17:30:27 +01:00
Vojtech Bubnik
f697ede19a
The default SLA material speed was set to fast.
2021-12-08 16:56:05 +01:00
YuSanka
d8ecc191da
Added a check that first layer height is not expressed as a percentage (related to https://github.com/prusa3d/PrusaSlicer/issues/7418 )
...
first_layer_height cannot be changed to ConfigOptionFloat, that would break loading of old 3MFs.
The relative values from 3MFs should already be converted to absolute in `Preset::normalize`, what is missing is the UI check.
+ Code refactoring for OptionsGroup::create_single_option_line():
Don't clear label value in an Option. This value is used in Field::get_value_by_opt_type() to show error "%s doesn't support percentage".
=> At functions OG_CustomCtrl::CtrlLine::render() and OG_CustomCtrl::CtrlLine::get_pos() added check if current line has more than one option.
=> Draw option's label only when line has several options.
2021-12-07 09:20:36 +01:00
Vojtech Bubnik
7837070d29
Follow-up to c6de3e84eb
...
Fixed typos in option labels.
2021-12-03 09:40:00 +01:00
Vojtech Bubnik
481def3205
WIP Lightning Infill, roughly integrated, untested, disabled with
...
HAS_LIGHTNING_INFILL
2021-12-01 18:11:41 +01:00
Vojtech Bubnik
4158f9ec8e
New config value "gcode_resolution" replaces the hard coded RESOLUTION
...
value, which was set to 0.0125mm.
2021-11-30 17:52:05 +01:00
Vojtech Bubnik
b02b33338c
Merge branch 'introduce-mks-wifi-support-2.3.0-rc2' of https://github.com/RandoMan70/PrusaSlicer into RandoMan70-introduce-mks-wifi-support-2.3.0-rc2
2021-11-29 17:31:21 +01:00
n8bot
3f0bdb5816
Fix ConfigOptionEnum for interface pattern ( #7316 )
...
Caused some intermittent issues with profiles warning about "rectilinear grid" interface pattern not existing.
2021-11-29 11:21:21 +01:00
Sergey Kovalev
5fe529ffbc
Add missing mapping
2021-11-24 00:49:53 +07:00
Sergey Kovalev
4917f3b811
Initial implementation, mostly proof of concept
2021-11-23 23:41:25 +07:00
Vojtech Bubnik
55a555c848
Tooltip for the new SLA material parameter "material_print_speed"
2021-11-19 16:30:37 +01:00
tamasmeszaros
a7260e7257
Add material print speed parameter for sla printers except sl1
2021-11-19 15:08:53 +01:00
tamasmeszaros
c6de3e84eb
Trying to solve forward compatibility for SLA relative_corrections
2021-11-19 09:47:57 +01:00
YuSanka
1aaa4845c5
Partially ported ff195fc9
(Add max_literal to setting def, to set the threshold for popup warning for float% fields) from @SuperSlicer
...
(related to https://github.com/prusa3d/PrusaSlicer/issues/2829#issuecomment-955606863 )
2021-11-16 13:44:48 +01:00
YuSanka
a6863961f7
Localization + new POT
...
+ added hyperlinks for Ironing parameters
2021-11-15 08:32:40 +01:00
YuSanka
8bfa132a1b
Localization fixes + new POT
2021-11-12 09:21:41 +01:00
YuSanka
e8be7b2ecd
Implemented possibility to show resin colors from the Plater (Bottles with resin are colored now in preset combobox)
...
+ Added nsvgParseFromFileWithReplace() to replace some colors before parsing from SVG file
+ Thumbnails are saved with selected resin color in SL1 or SL1S files
+ "white" folder is deleted from "icons" now. THere is no needed anymore.
2021-11-09 17:01:50 +01:00
YuSanka
2fcab52f86
Added "Color" parameter for SLA material
2021-11-05 17:22:37 +01:00
Lukas Matena
3f1fc8329b
Follow-up to 482841b
, see also #6743 :
...
The validation is now counterproductive, both the backend and the UI can
handle the situation well enough.
2021-10-21 11:38:10 +02:00
Niall Sheridan
69721123db
[fuzzy skin] Use "walls" instead of "perimeters" in option
...
"Perimeters" has a specific meaning within Prusa Slicer, but fuzzy skin
uses "perimeters" to mean "walls" which can be confusing
2021-10-21 10:30:58 +02:00
Vojtech Bubnik
bec140b4bc
"only_retract_when_crossing_perimeters" disabled by default
...
to reduce stringing for "custom" printers based on "defaults".
2021-10-15 16:35:16 +02:00
Vojtech Bubnik
b29c0ead7d
Implemented configurable speed and acceleration settings for the first
...
object layer over raft interface:
"first_layer_speed_over_raft", "first_layer_acceleration_over_raft".
Fixes I have a question about the speed of the first layer after the raft. #6623
Fixes Layer After Raft Is Not Considered First Layer! #6166
2021-08-31 16:03:14 +02:00
Vojtech Bubnik
5f26bfd397
Brim separation from object, follow up to 82373334bc
...
1) Changed the name of the variable "brim_offset" to "brim_separation"
for clarity.
2) Added legacy conversion after loading an old 3MF that does not define
then new "brim_separation" variable: The "brim_separation" is being
filled in with the "elefant_foot_compensation" value to produce
equal brim separation to the old PrusaSlicer that saved that 3MF file.
2021-08-31 12:22:44 +02:00
Vojtech Bubnik
d3f11a6ab7
Follow-up to OctoPrint upload: ignore certificate revocation checks
...
6b03b66167
Renamed the new "printhost_ignore_check" option to "printhost_ssl_ignore_revoke"
Improved the Physical Printers dialog in regard to the new option checkbox
(added tooltip to the checkbox, moved it to the end of options).
Disabled the host_xxx options at the command line interface, they no
more work after these options were separated to Physical Printers profiles.
Little refactoring of Http.cpp/hpp, OctoPrint.cpp/hpp
Private local variables prefixed with m_, some renaming for clarity.
2021-08-24 13:57:52 +02:00
Lukas Matena
16562a2e77
Do not print brim when object has raft, it is not supported and makes no sense
2021-08-24 12:43:56 +02:00
Vojtech Bubnik
6b03b66167
OctoPrint upload: ignore certificate revocation checks
...
Fixes Hostname incorrect While test is positive (Bonjour discovery not
supported for the address field) #1781
(partial fix of #1781 )
2021-08-24 11:24:48 +02:00
Lukas Matena
86c1e5c50f
Default values for brim_offset anf elefant_foot_compensation set to zero
2021-08-17 15:09:34 +02:00