1 of 11

D3D Final Assembly - Orientation

See Workshop Announcement.

Y1 motor is at Left Back Side, Y2 motor is at

Right Back side

Front

Back

Right

Left

Y2

Y1

Z Motor is at the bottom

Z Motor is at the bottom

Defined by location of Z axis

2 of 11

D3D Mini Marlin - Test Procedure - X Axis

Start

  1. Upload OSE Marlin via Arduino Environment by connecting to the Arduino Mega via USB cable
    1. Make sure you upload the correct code version from or after April 27, 2017
  2. Once uploaded, QUIT OUT OF ARDUINO
  3. Open up Pronterface
  4. Connect to Printer

Check Controller + Cable + Motor - this can be done for every axis

  1. Put a piece of tape on the stepper shaft
  2. Connect stepper to X on the controller using its own wire set
  3. Plug controller into power supply and USB cable from your computer to controller
  4. Open up pronterface, connect to Controller
  5. Pronterface should make the stepper move back and forth
  6. Do this for the 5 stepper motors, including extruder.
    1. Observe motion on 4 motion steppers, observe for clicking on extruder motor.
    2. If Extruder clicks, reverse 2 mid pins of stepper wire

X Endstop + X Motor

  1. Connect X Endstop and X Motor to RAMPS.
  2. In Pronterface - read the state of the endstop with m119
    1. Press and hold down the endstop - hit m119.
    2. Verification: output in Pronterface should say “Triggered”
  3. Use motion buttons to move the X back and forth
    • Don’t slam into end positions

3 of 11

D3D Mini Marlin - Test Procedure - X Axis

X Axis Motion

  • Mount X axis on machine
  • Connect X Endstop, X Motor, and Thermistor T0 to RAMPS.
  • In Pronterface - read the state of the endstop with m119
    • Press and hold down the endstop - hit m119.
    • Verification: output in Pronterface should say “Triggered”
    • When you release endstop, m119 should show “Open”
  • Use motion buttons to move the X back and forth
    • This should control the axes
    • Motion should stop at the Xmin end stop
    • Don’t slam into end positions

4 of 11

X Axis Motion - Troubleshooting

What if X axis does not move?

Troubleshooting - Start Upstream as a General Rule: Outlet Power - Power - Arduino - RAMPS - Cable - Stepper

  1. Pronterface connected - pressing motion buttons in Pronterface does not work
    1. Check power. Is the Power Supply plugged in to the wall?
    2. Check power 2. Is the RAMPS plugged into Power Supply?
    3. Check stepper motor + cable
      1. Take a working motor + cable

5 of 11

Y Axis Motion

Make Sure You have the Correct Y axis orientation for Y1 and Y2. Y1 is to the left if Z is at back.

  • Connect Y1 to the Y stepper driver on RAMPS
  • Connect Y2 to the Extruder 2 stepper driver on RAMPS
  • Observe for correct motion and endstops activating
  • Now you can home X and home Y reliably
  • Once both X and Y work, you can hit Home button, and both X and Y should home properly together

6 of 11

Heat Bed

Plug 2 heat bed wires into terminals D8

  1. Plug bed thermistor into T1
  2. Then you can hit Set on the bed buttom
  3. Red light behind D8 will go on, and you will feel the platform get hot

7 of 11

Height Probe

Take the 5V heigth sensor, and connect it to an endstop wire

  • Connect the black wire of the height sensor to the green wire of the endstop plug
  • Connect the blue wire of the height sensor to the black wire of the endstop plug
  • Connect the brown wire of the height probe to the red wire of the endstop plug

Height Probe

Endstop Plug

8 of 11

Z Motor

Plug in the Z motor to either of the Z plugs

  1. Green wire of stepper plug faces away from the controller power plug
  2. Adjust the Height sensor so it’s just slightly above the nozzle, and when it activates, it is exactly at the correct height.

9 of 11

Extruder

Plug extruder motor into the E0 header on the controller

  • Green wire of stepper plug faces away from the controller power plug
  • Adjust the Height sensor so it’s just slightly above the nozzle, and when it activates, it is exactly at the correct height.

10 of 11

Connection Log

Display in Pronterface upon Starting

D3D:

Connecting...

start

Printer is now online.

echo:Marlin 1.1.0-RC8

echo: Last Updated: 2016-12-06 12:00 | Author: Marcin Jakubowski

Compiled: Mar 22 2017

echo: Free Memory: 5416 PlannerBufferBytes: 1168

echo:V27 stored settings retrieved (398 bytes)

echo:Steps per unit:

echo: M92 X80.00 Y80.00 Z80.00 E500.00

echo:Maximum feedrates (mm/s):

echo: M203 X300.00 Y300.00 Z5.00 E25.00

echo:Maximum Acceleration (mm/s2):

echo: M201 X3000 Y3000 Z100 E10000

echo:Accelerations: P=printing, R=retract and T=travel

echo: M204 P3000.00 R3000.00 T3000.00

echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)

echo: M205 S0.00 T0.00 B20000 X20.00 Y20.00 Z20.00 E5.00

echo:Home offset (mm)

echo: M206 X0.00 Y0.00 Z0.00

echo:PID settings:

echo: M301 P22.20 I1.08 D114.00

echo:Filament settings: Disabled

echo: M200 D3.00

echo: M200 D0

echo:Z-Probe Offset (mm):

echo: M851 Z0.00

D3D Mini:

Connecting...

Connecting...

start

Printer is now online.

echo:Marlin 1.1.0-RC8

echo: Last Updated: 2016-12-06 12:00 | Author: Marcin Jakubowski

Compiled: Apr 27 2017

echo: Free Memory: 5416 PlannerBufferBytes: 1168

echo:Hardcoded Default Settings Loaded

echo:Steps per unit:

echo: M92 X80.00 Y80.00 Z80.00 E500.00

echo:Maximum feedrates (mm/s):

echo: M203 X300.00 Y300.00 Z5.00 E25.00

echo:Maximum Acceleration (mm/s2):

echo: M201 X3000 Y3000 Z100 E10000

echo:Accelerations: P=printing, R=retract and T=travel

echo: M204 P3000.00 R3000.00 T3000.00

echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)

echo: M205 S0.00 T0.00 B20000 X20.00 Y20.00 Z20.00 E5.00

echo:Home offset (mm)

echo: M206 X0.00 Y0.00 Z0.00

echo:PID settings:

echo: M301 P22.20 I1.08 D114.00

echo:Filament settings: Disabled

echo: M200 D3.00

echo: M200 D0

echo:Z-Probe Offset (mm):

echo: M851 Z-0.70

11 of 11

Compile Log

D3D Mini:

Connecting...

start

Printer is now online.

Output in Pronterface is different. Do we have the same code installed? Wiki has March 13 version.

Arduino: 1.6.8 (Linux), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"��/home/marcin/Desktop/arduino-1.6.8/arduino-builder -dump-prefs -logger=machine -hardware "/home/marcin/Desktop/arduino-1.6.8/hardware" -tools "/home/marcin/Desktop/arduino-1.6.8/tools-builder" -tools "/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr" -built-in-libraries "/home/marcin/Desktop/arduino-1.6.8/libraries" -libraries "/home/marcin/Arduino/libraries" -fqbn=arduino:avr:mega:cpu=atmega2560 -ide-version=10608 -build-path "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "/home/marcin/Desktop/Marlin-Fresh/Marlin/Marlin.ino"�/home/marcin/Desktop/arduino-1.6.8/arduino-builder -compile -logger=machine -hardware "/home/marcin/Desktop/arduino-1.6.8/hardware" -tools "/home/marcin/Desktop/arduino-1.6.8/tools-builder" -tools "/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr" -built-in-libraries "/home/marcin/Desktop/arduino-1.6.8/libraries" -libraries "/home/marcin/Arduino/libraries" -fqbn=arduino:avr:mega:cpu=atmega2560 -ide-version=10608 -build-path "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "/home/marcin/Desktop/Marlin-Fresh/Marlin/Marlin.ino"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin.ino.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/M100_Free_Mem_Chk.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin.ino.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/MarlinSerial.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin_main.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Sd2Card.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdBaseFile.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdFatUtil.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdFile.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdVolume.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/blinkm.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/cardreader.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/configuration_store.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/dac_mcp4728.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/digipot_mcp4451.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/endstops.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/mesh_bed_leveling.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/planner.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/planner_bezier.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/printcounter.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/qr_solve.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/servo.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper_dac.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper_indirection.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stopwatch.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/temperature.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/twibus.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/ultralcd.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/utility.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/vector_3.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/watchdog.cpp" -o "/dev/null"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin.ino.cpp" -o "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/preproc/ctags_target_for_gcc_minus_e.cpp"�"/home/marcin/Desktop/arduino-1.6.8/tools-builder/ctags/5.8-arduino10/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/preproc/ctags_target_for_gcc_minus_e.cpp"�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/M100_Free_Mem_Chk.cpp.o�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin.ino.cpp" -o "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin.ino.cpp.o"�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/MarlinSerial.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin_main.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Sd2Card.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdBaseFile.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdFatUtil.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdFile.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdVolume.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/blinkm.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/cardreader.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/configuration_store.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/dac_mcp4728.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/digipot_mcp4451.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/endstops.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/mesh_bed_leveling.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/planner.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/planner_bezier.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/printcounter.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/qr_solve.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/servo.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper_dac.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper_indirection.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stopwatch.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/temperature.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/twibus.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/ultralcd.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/utility.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/vector_3.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/watchdog.cpp.o�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-gcc" -c -g -x assembler-with-cpp -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/variants/mega" "/home/marcin/Desktop/arduino-1.6.8/hardware/arduino/avr/cores/arduino/wiring_pulse.S" -o "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_pulse.S.o"�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/WInterrupts.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/hooks.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_analog.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_digital.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_pulse.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_shift.c.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/CDC.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial0.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial1.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial2.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial3.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/IPAddress.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/PluggableUSB.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/Print.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/Stream.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/Tone.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/USBCore.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/WMath.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/WString.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/abi.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/main.cpp.o�Using previously compiled file: /tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/new.cpp.o�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_pulse.S.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/WInterrupts.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/hooks.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_analog.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_digital.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_pulse.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/wiring_shift.c.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/CDC.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial0.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial1.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial2.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/HardwareSerial3.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/IPAddress.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/PluggableUSB.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/Print.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/Stream.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/Tone.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/USBCore.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/WMath.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/WString.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/abi.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/main.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-ar" rcs "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/new.cpp.o"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-gcc" -w -Os -Wl,--gc-sections,--relax -mmcu=atmega2560 -o "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/Marlin.ino.elf" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/M100_Free_Mem_Chk.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin.ino.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/MarlinSerial.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Marlin_main.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/Sd2Card.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdBaseFile.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdFatUtil.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdFile.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/SdVolume.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/blinkm.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/cardreader.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/configuration_store.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/dac_mcp4728.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/digipot_mcp4451.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/endstops.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/mesh_bed_leveling.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/planner.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/planner_bezier.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/printcounter.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/qr_solve.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/servo.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper_dac.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stepper_indirection.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/stopwatch.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/temperature.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/twibus.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/ultralcd.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/utility.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/vector_3.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/sketch/watchdog.cpp.o" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/core/core.a" "-L/tmp/buildef231afdc925185bcd7189442bc5e218.tmp" -lm�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/Marlin.ino.elf" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/Marlin.ino.eep"�"/home/marcin/Desktop/arduino-1.6.8/hardware/tools/avr/bin/avr-objcopy" -O ihex -R .eeprom "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/Marlin.ino.elf" "/tmp/buildef231afdc925185bcd7189442bc5e218.tmp/Marlin.ino.hex"��Sketch uses 52,892 bytes (20%) of program storage space. Maximum is 253,952 bytes.�Global variables use 2,669 bytes (32%) of dynamic memory, leaving 5,523 bytes for local variables. Maximum is 8,192 bytes.�avrdude: ser_open(): can't open device "/dev/ttyACM2": No such file or directory�ioctl("TIOCMGET"): Inappropriate ioctl for device�ioctl("TIOCMGET"): Inappropriate ioctl for device�avrdude: ser_send(): write error: Bad file descriptor�Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.