mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
moonraker compatibility fix
This commit is contained in:
parent
f9160c2909
commit
e551fe57b7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue