You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this guide , adding the suggested code in Orca Slicer and printing the print stop caused by error !! Error evaluating 'gcode_macro _OBICO_LAYER_CHANGE:gcode': jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'polygon', Orca Slicer and Moonraker Obico are at latest version.
The text was updated successfully, but these errors were encountered:
This is what I added in Orca Slicer _OBICO_LAYER_CHANGE CURRENT_LAYER={layer_num + 1} MINX=[first_layer_print_min_0] MINY=[first_layer_print_min_1] MAXX=[first_layer_print_max_0] MAXY=[first_layer_print_max_1]
and this is the result in Gcode. _OBICO_LAYER_CHANGE CURRENT_LAYER=1 MINX=52.5576 MINY=27.0948 MAXX=173.881 MAXY=197.905
no need to add the rest of Gcode as the error is just from this macro
Following this guide , adding the suggested code in Orca Slicer and printing the print stop caused by error
!! Error evaluating 'gcode_macro _OBICO_LAYER_CHANGE:gcode': jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'polygon'
, Orca Slicer and Moonraker Obico are at latest version.The text was updated successfully, but these errors were encountered: