mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 12:15:56 +08:00
moonraker compatibility fix
This commit is contained in:
parent
f9160c2909
commit
e551fe57b7
@ -1883,6 +1883,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
|||||||
file.write_format(
|
file.write_format(
|
||||||
"; first_layer_height = %.3f\n",
|
"; first_layer_height = %.3f\n",
|
||||||
print.config().initial_layer_print_height.value);
|
print.config().initial_layer_print_height.value);
|
||||||
|
file.write_format("; variable_layer_height = %d\n", m_config.adaptive_layer_height ? 1 : 0);
|
||||||
|
|
||||||
file.write("; CONFIG_BLOCK_END\n\n");
|
file.write("; CONFIG_BLOCK_END\n\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user