Prusa MINI Firmware overview
job_recovery_info_t Struct Reference

#include <power_loss_recovery.h>

Collaboration diagram for job_recovery_info_t:

Public Attributes

uint8_t valid_head
 
xyze_pos_t current_position
 
xyz_pos_t home_offset
 
xyz_pos_t position_shift
 
uint16_t feedrate
 
uint8_t axis_relative
 
char sd_filename [MAXPATHNAMELENGTH]
 
volatile uint32_t sdpos
 
millis_t print_job_elapsed
 
uint8_t valid_foot
 

Detailed Description

Marlin 3D Printer Firmware Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]

Based on Sprinter and grbl. Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. power_loss_recovery.h - Resume an SD print after power-loss

Member Data Documentation

◆ valid_head

uint8_t job_recovery_info_t::valid_head

◆ current_position

xyze_pos_t job_recovery_info_t::current_position

◆ home_offset

xyz_pos_t job_recovery_info_t::home_offset

◆ position_shift

xyz_pos_t job_recovery_info_t::position_shift

◆ feedrate

uint16_t job_recovery_info_t::feedrate

◆ axis_relative

uint8_t job_recovery_info_t::axis_relative

◆ sd_filename

char job_recovery_info_t::sd_filename[MAXPATHNAMELENGTH]

◆ sdpos

volatile uint32_t job_recovery_info_t::sdpos

◆ print_job_elapsed

millis_t job_recovery_info_t::print_job_elapsed

◆ valid_foot

uint8_t job_recovery_info_t::valid_foot