mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
Calibs: Process layer height (#11835)
Closes #11726 # Description Removed hardcoded 0.2mm layer height. Now it will stay in with the user process. Also corrected several config assignments to use print_config instead of obj->config for consistency. ## Note Didn't change PA PATTERN because i don't know if it may impact the calibration results for this specific test.
This commit is contained in:
@@ -280,9 +280,7 @@ private:
|
||||
|
||||
struct SuggestedConfigCalibPAPattern
|
||||
{
|
||||
const std::vector<std::pair<std::string, double>> float_pairs{{"initial_layer_print_height", 0.25},
|
||||
{"layer_height", 0.2},
|
||||
{"initial_layer_speed", 30}};
|
||||
const std::vector<std::pair<std::string, double>> float_pairs{{"initial_layer_speed", 30}};
|
||||
|
||||
const std::vector<std::pair<std::string, double>> nozzle_ratio_pairs{{"line_width", 112.5}, {"initial_layer_line_width", 140}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user