Skip to content

Commit

Permalink
fix macro conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
p3p committed Apr 28, 2024
1 parent 2c9cade commit 517c91c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MarlinSimulator/visualisation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include <imgui_internal.h>
#include <implot.h>

#include "src/inc/MarlinConfig.h"
#include "src/module/motion.h"

static GLfloat * SetBedVertexAndAdvance(GLfloat * dest, GLfloat x, GLfloat y) {
const GLfloat new_vertex[VERTEX_FLOAT_COUNT] = { BED_VERTEX(x, y) };
Expand Down

0 comments on commit 517c91c

Please sign in to comment.