Help for this page

Select Code to Download


  1. or download this
    has '_print' => (
        is      => 'ro',
    ...
        handles => [qw(apply_config extruders          expanded_output_fil
    +epath                     total_used_filament total_extruded_volume
                        placeholder_parser process)],
    );
    
  2. or download this
    sub new {
        # TODO: port PlaceholderParser methods to C++, then its own constr
    +uctor
    ...
        $self->placeholder_parser->update_timestamp;
        return $self;
    }