Prusa MINI Firmware overview
fwretract_settings_t Struct Reference

#include <fwretract.h>

Collaboration diagram for fwretract_settings_t:

Public Attributes

float retract_length
 
feedRate_t retract_feedrate_mm_s
 
float retract_zraise
 
float retract_recover_extra
 
feedRate_t retract_recover_feedrate_mm_s
 
float swap_retract_length
 
float swap_retract_recover_extra
 
feedRate_t swap_retract_recover_feedrate_mm_s
 

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/. fwretract.h - Define firmware-based retraction interface

Member Data Documentation

◆ retract_length

float fwretract_settings_t::retract_length

◆ retract_feedrate_mm_s

feedRate_t fwretract_settings_t::retract_feedrate_mm_s

◆ retract_zraise

float fwretract_settings_t::retract_zraise

◆ retract_recover_extra

float fwretract_settings_t::retract_recover_extra

◆ retract_recover_feedrate_mm_s

feedRate_t fwretract_settings_t::retract_recover_feedrate_mm_s

◆ swap_retract_length

float fwretract_settings_t::swap_retract_length

◆ swap_retract_recover_extra

float fwretract_settings_t::swap_retract_recover_extra

◆ swap_retract_recover_feedrate_mm_s

feedRate_t fwretract_settings_t::swap_retract_recover_feedrate_mm_s