Home
last modified time | relevance | path

Searched refs:get_bed_shape (Results 1 – 6 of 6) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Jobs/
H A DFillBedJob.cpp40 m_bedpts = get_bed_shape(*m_plater->config()); in prepare()
H A DArrangeJob.cpp156 Points bedpts = get_bed_shape(*m_plater->config()); in process()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPrintConfig.hpp1379 Points get_bed_shape(const DynamicPrintConfig &cfg);
1380 Points get_bed_shape(const PrintConfig &cfg);
1381 Points get_bed_shape(const SLAPrinterConfig &cfg);
H A DPrintConfig.cpp3858 Points get_bed_shape(const DynamicPrintConfig &config) in get_bed_shape() function
3874 Points get_bed_shape(const PrintConfig &cfg) in get_bed_shape() function
3879 Points get_bed_shape(const SLAPrinterConfig &cfg) { return to_points(cfg.bed_shape.values); } in get_bed_shape() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/
H A DPrusaSlicer.cpp245 Points bed = get_bed_shape(m_print_config); in run()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DPlater.cpp2843 arrangement::arrange(movable, fixed, get_bed_shape(*config()), in find_new_position()