Prusa MINI Firmware overview
menu_vars.h File Reference
#include "stdint.h"

Go to the source code of this file.

Macros

#define QUOTE_ME(x)   #x
 
#define STR(x)   QUOTE_ME(x)
 
#define z_offset_def   nozzle_to_probe[2]
 

Variables

const int x_axis_len
 
const int y_axis_len
 
const int z_axis_len
 
const int len_tol_abs
 
const int len_tol_rev
 
const float nozzle_to_probe [3]
 
const float z_offset_step
 
const float z_offset_min
 
const float z_offset_max
 
const float zoffset_fl_range [3]
 
const char * zoffset_fl_format
 
const int32_t nozzle_range [3]
 
const int32_t heatbed_range [3]
 
const int32_t printfan_range [3]
 
const int32_t flowfact_range [3]
 
const int32_t feedrate_range [3]
 
const int32_t move_x [3]
 
const int32_t move_y [3]
 
const int32_t move_z [3]
 
const int32_t move_e [3]
 
const int32_t manual_feedrate [4]
 
const int32_t extrude_min_temp
 
const int32_t _noz_park [3]
 
const char *const gcode_nozzle_park
 
const char X_home_gcode []
 
const char Y_home_gcode []
 
const char Z_home_gcode []
 
const int32_t filament_change_slow_load_length
 
const int32_t filament_change_fast_load_length
 
const int32_t filament_change_full_load_length
 
const int32_t filament_change_slow_purge_length
 
const int32_t filament_change_full_purge_load_length
 
const float filament_unload_mini_length
 

Macro Definition Documentation

◆ QUOTE_ME

#define QUOTE_ME (   x)    #x

◆ STR

#define STR (   x)    QUOTE_ME(x)

◆ z_offset_def

#define z_offset_def   nozzle_to_probe[2]

Variable Documentation

◆ x_axis_len

const int x_axis_len

◆ y_axis_len

const int y_axis_len

◆ z_axis_len

const int z_axis_len

◆ len_tol_abs

const int len_tol_abs

◆ len_tol_rev

const int len_tol_rev

◆ nozzle_to_probe

const float nozzle_to_probe[3]

◆ z_offset_step

const float z_offset_step

◆ z_offset_min

const float z_offset_min

◆ z_offset_max

const float z_offset_max

◆ zoffset_fl_range

const float zoffset_fl_range[3]

◆ zoffset_fl_format

const char* zoffset_fl_format

◆ nozzle_range

const int32_t nozzle_range[3]

◆ heatbed_range

const int32_t heatbed_range[3]

◆ printfan_range

const int32_t printfan_range[3]

◆ flowfact_range

const int32_t flowfact_range[3]

◆ feedrate_range

const int32_t feedrate_range[3]

◆ move_x

const int32_t move_x[3]

◆ move_y

const int32_t move_y[3]

◆ move_z

const int32_t move_z[3]

◆ move_e

const int32_t move_e[3]

◆ manual_feedrate

const int32_t manual_feedrate[4]

◆ extrude_min_temp

const int32_t extrude_min_temp

◆ _noz_park

const int32_t _noz_park[3]

◆ gcode_nozzle_park

const char* const gcode_nozzle_park

◆ X_home_gcode

const char X_home_gcode[]
constexpr

◆ Y_home_gcode

const char Y_home_gcode[]
constexpr

◆ Z_home_gcode

const char Z_home_gcode[]
constexpr

◆ filament_change_slow_load_length

const int32_t filament_change_slow_load_length
constexpr

◆ filament_change_fast_load_length

const int32_t filament_change_fast_load_length
constexpr

◆ filament_change_full_load_length

const int32_t filament_change_full_load_length
constexpr

◆ filament_change_slow_purge_length

const int32_t filament_change_slow_purge_length
constexpr

◆ filament_change_full_purge_load_length

const int32_t filament_change_full_purge_load_length
constexpr

◆ filament_unload_mini_length

const float filament_unload_mini_length
constexpr