![]() |
Prusa Slicer 2.6.0
|
Functions | |
| std::string | to_ini (const ConfMap &m) |
| std::string | get_cfg_value (const DynamicPrintConfig &cfg, const std::string &key) |
| void | fill_iniconf (ConfMap &m, const SLAPrint &print) |
| void | fill_slicerconf (ConfMap &m, const SLAPrint &print) |
| ExPolygons | rings_to_expolygons (const std::vector< marchsq::Ring > &rings, double px_w, double px_h) |
| std::vector< ExPolygons > | extract_slices_from_sla_archive (ZipperArchive &arch, const RasterParams &rstp, const marchsq::Coord &win, std::function< bool(int)> progr) |
| std::vector< ExPolygons > Slic3r::anonymous_namespace{SL1.cpp}::extract_slices_from_sla_archive | ( | ZipperArchive & | arch, |
| const RasterParams & | rstp, | ||
| const marchsq::Coord & | win, | ||
| std::function< bool(int)> | progr | ||
| ) |
References Slic3r::png::decode_png(), Slic3r::ZipperArchive::entries, Slic3r::ex_tbb, extract_slices_from_sla_archive(), Slic3r::execution::for_each(), Slic3r::RasterParams::height, Slic3r::invert_raster_trafo(), Slic3r::RasterParams::px_h, Slic3r::RasterParams::px_w, rings_to_expolygons(), Slic3r::RasterParams::trafo, and Slic3r::RasterParams::width.
Referenced by extract_slices_from_sla_archive().
Here is the call graph for this function:
Here is the caller graph for this function:References Slic3r::SLAPrint::default_object_config(), Slic3r::SLAPrintStatistics::estimated_print_time, Slic3r::SLAPrintStatistics::fast_layers_count, fill_iniconf(), Slic3r::PrintBase::full_print_config(), get_cfg_value(), Slic3r::SLAPrint::objects(), Slic3r::SLAPrintStatistics::objects_used_material, Slic3r::SLAPrint::print_statistics(), Slic3r::SLAPrintStatistics::slow_layers_count, Slic3r::SLAPrintStatistics::support_used_material, and Slic3r::Utils::utc_timestamp().
Referenced by fill_iniconf().
Here is the call graph for this function:
Here is the caller graph for this function:References fill_slicerconf(), Slic3r::PrintBase::full_print_config(), and Slic3r::ConfigBase::opt_serialize().
Referenced by fill_slicerconf().
Here is the call graph for this function:
Here is the caller graph for this function:| std::string Slic3r::anonymous_namespace{SL1.cpp}::get_cfg_value | ( | const DynamicPrintConfig & | cfg, |
| const std::string & | key | ||
| ) |
References get_cfg_value(), Slic3r::ConfigOptionResolver::has(), Slic3r::ConfigBase::option(), and Slic3r::ConfigOption::serialize().
Referenced by fill_iniconf(), and get_cfg_value().
Here is the call graph for this function:
Here is the caller graph for this function:| ExPolygons Slic3r::anonymous_namespace{SL1.cpp}::rings_to_expolygons | ( | const std::vector< marchsq::Ring > & | rings, |
| double | px_w, | ||
| double | px_h | ||
| ) |
References Slic3r::MultiPoint::points, rings_to_expolygons(), Slic3r::scaled(), and Slic3r::union_ex().
Referenced by extract_slices_from_sla_archive(), and rings_to_expolygons().
Here is the call graph for this function:
Here is the caller graph for this function: