GithubHelp home page GithubHelp logo

ultimachine / marlin4due Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wurstnase/marlin4due

8.0 8.0 7.0 13.8 MB

Marlin for Arduino Due 32bit

C++ 7.71% Arduino 3.20% C 85.67% Makefile 0.35% CSS 0.06% HTML 0.03% JavaScript 0.52% Batchfile 0.01% Python 0.09% Processing 0.05% Objective-C 2.32% GDB 0.01%

marlin4due's People

Contributors

anhardt avatar giutrec avatar luc-github avatar tonokip avatar wurstnase avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

marlin4due's Issues

max not declared in this scope

In file included from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Configuration_adv.h:604:0,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Configuration.h:846,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin.h:18,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp:30:

C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp: In function 'void gcode_G29()':

Conditionals.h:289: error: 'max' was not declared in this scope

 #define MIN_PROBE_X (max(X_MIN_POS, X_MIN_POS + X_PROBE_OFFSET_FROM_EXTRUDER))

                                                                             ^

C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp:2488:51: note: in expansion of macro 'MIN_PROBE_X'

   bool left_out_l = left_probe_bed_position < MIN_PROBE_X,

                                               ^

Marlin_main.cpp:2497: error: 'left_out' was not declared in this scope

   if (left_out || right_out || front_out || back_out) {

       ^

Marlin_main.cpp:2497: error: 'right_out' was not declared in this scope

   if (left_out || right_out || front_out || back_out) {

                   ^

Marlin_main.cpp:2497: error: 'front_out' was not declared in this scope

   if (left_out || right_out || front_out || back_out) {

                                ^

Marlin_main.cpp:2497: error: 'back_out' was not declared in this scope

   if (left_out || right_out || front_out || back_out) {

                                             ^

Marlin_main.cpp:2504: error: 'right_out_r' was not declared in this scope

       right_probe_bed_position = right_out_r ? MAX_PROBE_X : left_probe_bed_position + MIN_PROBE_EDGE;

                                  ^

In file included from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Configuration_adv.h:604:0,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Configuration.h:846,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin.h:18,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp:30:

Conditionals.h:290: error: 'min' was not declared in this scope

 #define MAX_PROBE_X (min(X_MAX_POS, X_MAX_POS + X_PROBE_OFFSET_FROM_EXTRUDER))

                                                                             ^

C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp:2504:52: note: in expansion of macro 'MAX_PROBE_X'

       right_probe_bed_position = right_out_r ? MAX_PROBE_X : left_probe_bed_position + MIN_PROBE_EDGE;

                                                ^

Marlin_main.cpp:2512: error: 'back_out_b' was not declared in this scope

       back_probe_bed_position = back_out_b ? MAX_PROBE_Y : front_probe_bed_position + MIN_PROBE_EDGE;

                                 ^

In file included from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Configuration_adv.h:604:0,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Configuration.h:846,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin.h:18,

             from C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp:30:

Conditionals.h:292: error: 'min' was not declared in this scope

 #define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))

                                                                             ^

C:\Users\ULTIAD~1\AppData\Local\Temp\arduino_build_749885\sketch\Marlin_main.cpp:2512:50: note: in expansion of macro 'MAX_PROBE_Y'

       back_probe_bed_position = back_out_b ? MAX_PROBE_Y : front_probe_bed_position + MIN_PROBE_EDGE;

                                              ^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.