Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 2, 2023
1 parent 324826d commit ad24ef1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/****************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
Expand All @@ -21,7 +20,6 @@
* 0x0000 and 0xFFFE. A single 0xFFFF in the data stream indicates the
* start of a new closed path.
*/

#pragma once

constexpr float x_min = 0.000000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ enum {
#include "move_xyz_screen.h"
#include "move_e_screen.h"
#include "files_screen.h"
#include "confirm_start_print_dialog_box.h"
#include "confirm_start_print_dialog_box.h"
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/****************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/****************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
Expand Down

0 comments on commit ad24ef1

Please sign in to comment.