Go to the source code of this file.
- Date
- Jun 10, 2019
- Author
- Marek Bel
◆ lay1cal_intro_line()
void lay1cal_intro_line |
( |
bool |
extraPurgeNeeded, |
|
|
float |
layer_height, |
|
|
float |
extrusion_width |
|
) |
| |
- Parameters
-
extraPurgeNeeded | false if the first MMU-related "G1 E29" have to be skipped because the nozzle is already full of filament |
layer_height | the height of the calibration layer |
extrusion_width | the width of the extrusion layer
|
◆ lay1cal_load_filament()
bool lay1cal_load_filament |
( |
uint8_t |
filament | ) |
|
- Parameters
-
cmd_buffer | character buffer needed to format gcodes |
filament | filament to use (applies for MMU only) |
- Returns
- true if extra purge distance is needed in case of MMU prints (after a toolchange), otherwise false
◆ lay1cal_meander()
void lay1cal_meander |
( |
float |
layer_height, |
|
|
float |
extrusion_width |
|
) |
| |
- Parameters
-
cmd_buffer | character buffer needed to format gcodes |
◆ lay1cal_square()
void lay1cal_square |
( |
uint8_t |
step, |
|
|
float |
layer_height, |
|
|
float |
extrusion_width |
|
) |
| |
This function needs to be called 4 times with step of 0,4,8,12
- Parameters
-
cmd_buffer | character buffer needed to format gcodes |
i | iteration |