OpenDACT(Delta Automatic Calibration Tool) - For Repetier

User-Generated tips and tricks for the Rostock Max, Orion, H1.1, or H1 Printers
User avatar
D-G-C
Plasticator
Posts: 18
Joined: Sun Sep 27, 2015 3:43 am

Z-Sensor doesn't work

Post by D-G-C »

I changed the setting the Rostock software the the Z-probe is enable. The test with G31 shows open = L and close = H.
If I run the calibration with Vers. 2.05A or 2.1.1PA the nozzle; crashed in the bed.
I also tested with the pull up resistor and open = H and closed = L but still the same. The software doesn't react on the switch state. :(

What did I wrong?
Micael
Printmaster!
Posts: 42
Joined: Fri May 01, 2015 3:47 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Micael »

At this point it would seem like the z-probe option is not working very well (at least not for 2.05A) http://forum.seemecnc.com/viewtopic.php?p=78704#p78704" onclick="window.open(this.href);return false; there have been quite a lot of reports of it crashing, including me I believe some people had success by significantly increasing z-probe height but not sure.
This assuming the probe doesn't crash right away in all calibration methods, if it does you can try increasing the z-probe height which should solve the problem (assuming it's crashing right away), if it doesn't then there is probably something wrong with your setup (unlikely).
User avatar
teoman
ULTIMATE 3D JEDI
Posts: 1783
Joined: Sat May 24, 2014 5:43 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by teoman »

I searched but could not find an stl to attach a digital micrometer to the endeffector.

If anyone has one would they mind sharing it?
When on mobile I am brief and may be perceived as an arsl.
User avatar
D-G-C
Plasticator
Posts: 18
Joined: Sun Sep 27, 2015 3:43 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by D-G-C »

Micael wrote:At this point it would seem like the z-probe option is not working very well (at least not for 2.05A) http://forum.seemecnc.com/viewtopic.php?p=78704#p78704" onclick="window.open(this.href);return false; there have been quite a lot of reports of it crashing, including me I believe some people had success by significantly increasing z-probe height but not sure.
This assuming the probe doesn't crash right away in all calibration methods, if it does you can try increasing the z-probe height which should solve the problem (assuming it's crashing right away), if it doesn't then there is probably something wrong with your setup (unlikely).
OK. I will try it with a higher Z offset. If itd doesn't work I will try the HTML version.
User avatar
RollieRowland
Printmaster!
Posts: 226
Joined: Fri Jul 17, 2015 5:30 pm
Location: U.S.

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by RollieRowland »

SirLinhart wrote:Our issue sounds similar to mhackney's. Regardless of calibration method we end up with 2 dips in 2 spots in the bed. Belts are evenly tight, skates are well locked in, rubber bands on the arms. We have an adjustable limit switch Z-probe that we set to match the position of the hotend to about .3mm. Have repositioned the bed multiple times, verified level by using a Starrett level. Multiple iterations though opendact from 2.0 to current on all modes. This has consumed a nauseating number of hours. I did pick up a set of tricklaser arms/effector/skates for a mex metal build, I can try them to see if it makes a difference, that will be our next step. If that fails then I'm not sure what to do besides an entire rebuild, and I'm not sure if Caspers frame can handle it.

If I still see failure, would generating a height map be useful to you Rollie? I could generate it with the Z-probe, just need to figure out how to use the G38 command and then determine a point set to check from.
Yes, you are most likely having a similar issue. So if you would like to generate a height map then we could try and diagnose the issue.
Micael wrote: At this point it would seem like the z-probe option is not working very well (at least not for 2.05A) viewtopic.php?p=78704#p78704 there have been quite a lot of reports of it crashing, including me I believe some people had success by significantly increasing z-probe height but not sure.
This assuming the probe doesn't crash right away in all calibration methods, if it does you can try increasing the z-probe height which should solve the problem (assuming it's crashing right away), if it doesn't then there is probably something wrong with your setup (unlikely).
Yes, it most likely isn't working. I never fully tested in those versions. I am currently fixing version 3.0s zProbe setting, for now if anyone is using it I recommend manually setting the zheight with the probe down and setting the zheight again afterwards.
D-G-C wrote: I changed the setting the Rostock software the the Z-probe is enable. The test with G31 shows open = L and close = H.
If I run the calibration with Vers. 2.05A or 2.1.1PA the nozzle; crashed in the bed.
I also tested with the pull up resistor and open = H and closed = L but still the same. The software doesn't react on the switch state. :(

What did I wrong?
If the software doesn't react at all when the state is changed then it is most definitely the settings in your firmware.

Code: Select all

#define FEATURE_Z_PROBE true
#define Z_PROBE_PIN 10
#define Z_PROBE_PULLUP true
#define Z_PROBE_ON_HIGH true
#define Z_PROBE_X_OFFSET 0
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST false
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_HEIGHT 39.91
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
This is what everything should be set at (on_high may differ).
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by geneb »

If you're using FSRs under the bed, I think Z_PROBE_HEIGHT should be 0.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
User avatar
RollieRowland
Printmaster!
Posts: 226
Joined: Fri Jul 17, 2015 5:30 pm
Location: U.S.

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by RollieRowland »

geneb wrote:If you're using FSRs under the bed, I think Z_PROBE_HEIGHT should be 0.

g.
Correct, I left the default value for the rmax2. The value in my eeprom is currently set to zero.
User avatar
626Pilot
ULTIMATE 3D JEDI
Posts: 1720
Joined: Tue May 14, 2013 12:52 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by 626Pilot »

mhackney wrote:In the meantime, I did pick up one of the Max Metal kits that Eagle sold. I am thinking about building it up, calibrating it so I know it is good and then moving the effectors, arms and carriages from my V1 to this setup to test and vice versa. It should be an interesting test to see where the problem migrates.
If this is the Trick Laser kit, I would advise you to put it together without delay. The MAX METAL is far easier to assemble, and designed to be auto-aligning. MUCH less time to assemble, and a lot fewer ghosts to chase. My firmware's calibration system routinely finds tower radius offsets near zero, which is ideal.

If you want to build more printers and wonder whether to get a Rostock MAX v2 or a MAX METAL, go with the MAX METAL. The price is VERY reasonable, and the time you'll save on assembly and troubleshooting alone, for a guy like you who prints for a living, is MORE than worth it. Frankly, I think SeeMeCNC should sell the MAX METAL as the Rostock MAX 3, fleshed out into a full kit of course.
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by mhackney »

Yeah, it's a trick laser max metal. It will be the 6th delta in my stable. The Max is a V1 (more in a minute) the others are all kossel derivatives (mini, 250, etc) and they are all nicely calibrated over the full build plate.

Now an update on my V1 - i swapped in the trick laser aluminum effector and the problem went away! That does tell me that the issue was something in the effector. But, folks should not panic - this was an early V1 and the new design is much improved. Also, I've had many different hot ends in different configurations and I do recall an early experiment with an E3D that I tried to eek out every last mm of Z height being too close and heating the effector up. In retrospect, that was probably where the problem introduced (warpage).

I'm building out the max metal with .9° steppers, duet .8.5 (when they are back in stock!) and every other bell and whistle. I'm hoping the Bondtech QR filament drivers are the bees knees. My 2 arrived today but I'm in Rochester NY for the week and can't test them.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
626Pilot
ULTIMATE 3D JEDI
Posts: 1720
Joined: Tue May 14, 2013 12:52 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by 626Pilot »

I built my MAX METAL with 0.9 degree steppers, and my extruders with 5.19:1-geared steppers from tridprinting.com. The 0.9s have less unpowered holding force, so an extruder setup that would stay put with my 1.8-degree Max would fall the moment the power was shut off.

I have a flying triple-extruder platform, and three of those obviously weigh a good deal. I'm using a system of paracord cable tied to the carriages, and to masts at the top of the printer, to take up the weight. I'm debating whether to stay with this, or ditch the mast supports and use some kind of counterweight system to make the carriages functionally weightless. I was clamping my extruders to the arms before, but that didn't always result in a good low-friction filament path.
Paxy
Plasticator
Posts: 7
Joined: Sat Nov 07, 2015 8:42 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Paxy »

First of all, great job for version 3 of this great tool.
During this writing I am still trying to complete calibration process after heat-bed is changed.
With 3.0.0A calibration process (Basic calibration) took very long as it pause for 2 seconds after every move.
Is there any parameter that can be changed to make calibration faster. With 2.0.5 I had continuous movement during calibration and entire process finishes in about 30 minutes (H.A.I Calib).
Z probe to center, and Z probe to fist (close to the X axe) point is without delay, every other movement with 2 seconds delay.

P.S. Iterative Calibration button do not start any action (unlike 3.0.0PA)
Also there is some issue with Print console that not showing Z height when it is triged but later when this round end. (Perhaps this is reason for 2s delay issue).
duvdev
Printmaster!
Posts: 167
Joined: Wed Aug 13, 2014 5:23 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by duvdev »

Hi
What do mean when you say
"The zprobe setting does not operate properly yet, so it requires that you manually set your z height with your probe in place prior to calibrating "

Do I have to place a paper on the bed and down the head until it grub the paper and the add the probe and see how much it is under the hot end?
User avatar
RollieRowland
Printmaster!
Posts: 226
Joined: Fri Jul 17, 2015 5:30 pm
Location: U.S.

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by RollieRowland »

Paxy wrote:First of all, great job for version 3 of this great tool.
During this writing I am still trying to complete calibration process after heat-bed is changed.
With 3.0.0A calibration process (Basic calibration) took very long as it pause for 2 seconds after every move.
Is there any parameter that can be changed to make calibration faster. With 2.0.5 I had continuous movement during calibration and entire process finishes in about 30 minutes (H.A.I Calib).
Z probe to center, and Z probe to fist (close to the X axe) point is without delay, every other movement with 2 seconds delay.

P.S. Iterative Calibration button do not start any action (unlike 3.0.0PA)
Also there is some issue with Print console that not showing Z height when it is triged but later when this round end. (Perhaps this is reason for 2s delay issue).
Yes, there is no calculation for travel time at the moment. This is planned however. For the iterative calibration, it is also unfinished.

As for the print console, the arduino itself is only able to have a single processing thread. So when the printer is moving to a position it can not send any values i.e. the delay.
duvdev wrote: Hi
What do mean when you say
"The zprobe setting does not operate properly yet, so it requires that you manually set your z height with your probe in place prior to calibrating "

Do I have to place a paper on the bed and down the head until it grub the paper and the add the probe and see how much it is under the hot end?
What I mean here is that the height of the zprobe is not calculated by the program. Therefore the final z height will not be able to be printed on. All parameters except the z max length will be correct though.
kalliator
Noob
Posts: 2
Joined: Thu Dec 17, 2015 10:02 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by kalliator »

Hi!
is it possible to implement language support in your tool RollieRowland? I tried to switch my OS to english but it does not work.
for Example: Diagonal Rod lenght is 418.000 and that comes out as 418000. so I have no chance to run that wonderfull tool.
Any Help would be greatly appreciated :)!
thanks,
Kalle
User avatar
Jrjones
Printmaster!
Posts: 106
Joined: Mon Nov 24, 2014 6:09 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Jrjones »

kalliator wrote:Hi!
is it possible to implement language support in your tool RollieRowland? I tried to switch my OS to english but it does not work.
for Example: Diagonal Rod lenght is 418.000 and that comes out as 418000. so I have no chance to run that wonderfull tool.
Any Help would be greatly appreciated :)!
thanks,
Kalle
It's probably your number format settings that you need to change, not your language. I've ran into this before since Europe and other places use a comma ',' as a decimal place, whereas Canada/US use a dot '.'

In Windows it's under Control Panel > Region and Language > Additional Settings > Numbers
Change the "Decimal Symbol" to '.' and the "Digit Grouping Symbol to "," and click apply. You can type them in the field if they aren't in the drop down list.
kalliator
Noob
Posts: 2
Joined: Thu Dec 17, 2015 10:02 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by kalliator »

Jrjones wrote:
kalliator wrote:Hi!
is it possible to implement language support in your tool RollieRowland? I tried to switch my OS to english but it does not work.
for Example: Diagonal Rod lenght is 418.000 and that comes out as 418000. so I have no chance to run that wonderfull tool.
Any Help would be greatly appreciated :)!
thanks,
Kalle
It's probably your number format settings that you need to change, not your language. I've ran into this before since Europe and other places use a comma ',' as a decimal place, whereas Canada/US use a dot '.'

In Windows it's under Control Panel > Region and Language > Additional Settings > Numbers
Change the "Decimal Symbol" to '.' and the "Digit Grouping Symbol to "," and click apply. You can type them in the field if they aren't in the drop down list.
Thanks a lot! You absolutely made my day :).
I guess there are many people who have the same problem as me... and that´s the solution!
User avatar
Jrjones
Printmaster!
Posts: 106
Joined: Mon Nov 24, 2014 6:09 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Jrjones »

I was trying V3.00A (does V3.00PA come before or after 3.00A? It might be helpful to put a date behind the version names as well,) and it sometimes measures the same point twice, then moves over to above another point, doesn't measure and then moves on to the other points. It then moves the end effector about 100mm above the bed and get stuck in a loop ('wait' keeps scrolling in the message window).

Am I using any of the wrong settings? I just leave them all on the default except for the plate diameter and use the basic calibration.

EDIT: I am now using the version uploaded to Github, which doesn't do the above behavior.
But after about the third calibration iteration, it changes both the horizontal radius and Z-height too much, which causes the hot end to run full speed into the bed. Normally it proceeds at Z-probing speed.

EDIT #2: It now seems to behaving properly. Currently on iteration 22 without it crashing or anything abnormal :)
User avatar
Jrjones
Printmaster!
Posts: 106
Joined: Mon Nov 24, 2014 6:09 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Jrjones »

Hmm, this seems to be an exercise in frustration. When the tool does start behaving (see above post), it makes changes that are too drastic, ie a horizontal radius change from 127 to 134, which is way too high.
I'm also not sure why its necessary to change the steps per mm, as I've measured the movement of each axis and used that for my correct steps/mm.

Anyways, if it helps, here is the output from the console and printer console:
Console:
Spoiler:
Connected
EEPROM capture initiated
Calibration Iteration Number: 1
Continuing Calibration
VHeights :-0.08667628 -7.283833 -0.04333814 -14.71318 0 -14.99966
Offs :-1262.449 -1164.967 -1151.042
Drad correction: 0.1083454
DRad: 0.5753454, 0.5753454, 0.5753454
Setting EEPROM.
Calibration Iteration Number: 2
Continuing Calibration
VHeights :0.3333619 27.59009 0.166681 55.3113 0 55.21926
Offs :4303.687 4415.392 4459.541
Drad correction: -0.4167024
DRad: 0.158643, 0.158643, 0.158643
Setting EEPROM.
Calibration Iteration Number: 3
Continuing Calibration
VHeights :-0.1800194 -15.04753 -0.09000969 -30.25848 0 -30.51404
Offs :-2493.295 -2409.74 -2395.518
Drad correction: 0.2250242
DRad: 0.3836672, 0.3836672, 0.3836672
Setting EEPROM.
Calibration Iteration Number: 4
Continuing Calibration
VHeights :-0.2199465 -18.40387 -0.1099733 -36.95271 0 -37.22771
Offs :-3028.623 -2937.954 -2929.951
Drad correction: 0.2749332
DRad: 0.6586004, 0.6586004, 0.6586004
Setting EEPROM.
Calibration Iteration Number: 5
Continuing Calibration
VHeights :0.293382 24.34864 0.146691 48.69497 0 48.50904
Offs :3778.03 3885.292 3924.998
Drad correction: -0.3667275
DRad: 0.2918729, 0.2918729, 0.2918729
Setting EEPROM.
Calibration Iteration Number: 6
Continuing Calibration
VHeights :0.01845704 -0.1188768 0.001572028 -0.2007148 0 -0.5013885
Offs :-110.3297 -15.49543 13.0888
No Drad correction
Offs :0 94.83423 123.4185
Setting EEPROM.
Calibration Iteration Number: 7
Continuing Calibration
ABC:210.1207 330.1639 89.91806
Steps per Millimeter: 81.46575
HRad:132.2069
Setting EEPROM.
Calibration Iteration Number: 8
Continuing Calibration
ABC:210.2242 330.1121 89.94393
Steps per Millimeter: 80.78448
HRad:130.3144
Setting EEPROM.
Calibration Iteration Number: 9
Continuing Calibration
ABC:210.1207 330.1552 89.92237
Steps per Millimeter: 81.40382
HRad:130.0064
Setting EEPROM.
Calibration Iteration Number: 10
Continuing Calibration
ABC:210.1725 330.1811 89.90943
Steps per Millimeter: 81.19737
HRad:128.0801
Setting EEPROM.
Calibration Iteration Number: 11
Continuing Calibration
ABC:210.1897 330.1466 89.92668
Steps per Millimeter: 81.15608
HRad:128.6242
Setting EEPROM.
Calibration Iteration Number: 12
Continuing Calibration
ABC:210.1466 330.1165 89.94177
Steps per Millimeter: 81.17673
HRad:128.6756
Setting EEPROM.
Calibration Iteration Number: 13
Continuing Calibration
ABC:210.1725 330.1639 89.91805
Steps per Millimeter: 81.17673
HRad:128.6423
Setting EEPROM.
Calibration Iteration Number: 14
Continuing Calibration
ABC:210.1552 330.1984 89.9008
Steps per Millimeter: 81.11479
HRad:128.4351
Setting EEPROM.
Calibration Iteration Number: 15
Continuing Calibration
ABC:210.2242 330.1208 89.93961
Steps per Millimeter: 81.38317
HRad:129.2351
Setting EEPROM.
Calibration Iteration Number: 16
Continuing Calibration
ABC:210.1897 330.1725 89.91374
Steps per Millimeter: 81.21802
HRad:128.1182
Setting EEPROM.
Calibration Iteration Number: 17
Continuing Calibration
ABC:210.2329 330.1596 89.92021
Steps per Millimeter: 81.21802
HRad:128.5982
Setting EEPROM.
Calibration Iteration Number: 18
Continuing Calibration
ABC:210.11 329.7294 90.1353
Steps per Millimeter: 81.58962
HRad:129.0014
Setting EEPROM.
Calibration Iteration Number: 19
Continuing Calibration
ABC:210.3299 330.1369 89.93153
Steps per Millimeter: 81.1148
HRad:127.335
Setting EEPROM.
Calibration Iteration Number: 20
Continuing Calibration
ABC:210.7385 330.5105 89.74474
Steps per Millimeter: 84.04631
HRad:134.1114
Setting EEPROM.
Calibration Iteration Number: 21
Continuing Calibration
ABC:210.2663 330.186 89.90701
Steps per Millimeter: 79.48389
HRad:122.7032
Setting EEPROM.
Printer Console:
Spoiler:
wait
wait
wait
wait
wait
wait
wait
ok 33
EPR:0 1028 0 Language
EPR:2 75 250000 Baudrate
EPR:3 129 101.450 Filament printed [m]
EPR:2 125 54842 Printer active
EPR:2 79 0 Max. inactive time [ms,0=off]
EPR:2 83 360000 Stop stepper after inactivity [ms,0=off]
EPR:3 11 80.0000 Steps per mm
EPR:3 23 300.000 Max. feedrate [mm/s]
EPR:3 35 120.000 Homing feedrate [mm/s]
EPR:3 39 35.000 Max. jerk [mm/s]
EPR:3 133 0.000 X min pos [mm]
EPR:3 137 0.000 Y min pos [mm]
EPR:3 141 0.000 Z min pos [mm]
EPR:3 145 130.000 X max length [mm]
EPR:3 149 130.000 Y max length [mm]
EPR:3 153 650.984 Z max length [mm]
EPR:3 59 1850.000 Acceleration [mm/s^2]
EPR:3 71 3000.000 Travel acceleration [mm/s^2]
EPR:3 881 269.000 Diagonal rod length [mm]
EPR:3 885 129.492 Horizontal rod radius at 0,0 [mm]
EPR:3 925 130.000 Max printable radius [mm]
EPR:1 891 70 Segments/s for travel
EPR:1 889 180 Segments/s for printing
EPR:1 893 0 Tower X endstop offset [steps]
EPR:1 895 0 Tower Y endstop offset [steps]
EPR:1 897 0 Tower Z endstop offset [steps]
EPR:3 901 210.000 Alpha A(210):
EPR:3 905 330.000 Alpha B(330):
EPR:3 909 90.000 Alpha C(90):
EPR:3 913 0.467 Delta Radius A(0):
EPR:3 917 0.467 Delta Radius B(0):
EPR:3 921 0.467 Delta Radius C(0):
EPR:3 933 0.000 Corr. diagonal A [mm]
EPR:3 937 0.000 Corr. diagonal B [mm]
EPR:3 941 0.000 Corr. diagonal C [mm]
EPR:3 1024 0.000 Coating thickness [mm]
EPR:3 808 0.000 Z-probe height [mm]
EPR:3 929 10.000 Max. z-probe - bed dist. [mm]
EPR:3 812 10.000 Z-probe speed [mm/s]
EPR:3 840 100.000 Z-probe x-y-speed [mm/s]
EPR:3 800 0.000 Z-probe offset x [mm]
EPR:3 804 0.000 Z-probe offset y [mm]
EPR:3 816 0.000 Z-probe X1 [mm]
EPR:3 820 100.000 Z-probe Y1 [mm]
EPR:3 824 86.600 Z-probe X2 [mm]
EPR:3 828 -50.000 Z-probe Y2 [mm]
EPR:3 832 -86.600 Z-probe X3 [mm]
EPR:3 836 -50.000 Z-probe Y3 [mm]
EPR:3 1036 0.000 Z-probe bending correction A [mm]
EPR:3 1040 0.000 Z-probe bending correction B [mm]
EPR:3 1044 0.000 Z-probe bending correction C [mm]
EPR:0 880 0 Autolevel active (1/0)
EPR:0 106 3 Bed Heat Manager [0-3]
EPR:0 107 255 Bed PID drive max
EPR:0 124 80 Bed PID drive min
EPR:3 108 30.375 Bed PID P-gain
EPR:3 112 33.000 Bed PID I-gain
EPR:3 116 290.000 Bed PID D-gain
EPR:0 120 255 Bed PID max value [0-255]
EPR:3 200 92.400 Extr.1 steps per mm
EPR:3 204 100.000 Extr.1 max. feedrate [mm/s]
EPR:3 208 20.000 Extr.1 start feedrate [mm/s]
EPR:3 212 6500.000 Extr.1 acceleration [mm/s^2]
EPR:0 216 1 Extr.1 heat manager [0-3]
EPR:0 217 230 Extr.1 PID drive max
EPR:0 245 40 Extr.1 PID drive min
EPR:3 218 31.3600 Extr.1 PID P-gain/dead-time
EPR:3 222 2.1800 Extr.1 PID I-gain
EPR:3 226 112.9000 Extr.1 PID D-gain
EPR:0 230 255 Extr.1 PID max value [0-255]
EPR:2 231 0 Extr.1 X-offset [steps]
EPR:2 235 0 Extr.1 Y-offset [steps]
EPR:2 290 0 Extr.1 Z-offset [steps]
EPR:1 239 1 Extr.1 temp. stabilize time
EPR:1 250 150 Extr.1 temp. for retraction when heating [C]
EPR:1 252 2310 Extr.1 distance to retract when heating [mm]
EPR:0 254 255 Extr.1 extruder cooler speed [0-255]
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:650.987 E:0.0000
wait
ok 33
wait
wait
wait
wait
ok 33
Z-probe:11.63 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:10.76 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:12.28 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.90 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.74 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:12.10 X:0.00 Y:125.33 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.41 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.612 E:0.0000
ok 33
wait
wait
ok 33
Z-probe:9.86 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.19 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.69 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.28 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.19 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.61 X:0.00 Y:125.33 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.96 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.475 E:0.0000
ok 33
wait
ok 33
Z-probe:10.01 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.15 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.59 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.18 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.09 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.43 X:0.00 Y:125.33 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.79 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.487 E:0.0000
ok 33
wait
ok 33
Z-probe:10.16 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.23 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.71 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.36 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.19 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.56 X:0.00 Y:125.33 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.89 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.650 E:0.0000
ok 33
wait
ok 33
Z-probe:9.85 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.19 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.71 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.25 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.19 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.55 X:0.00 Y:125.33 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.88 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.500 E:0.0000
ok 33
wait
ok 33
Z-probe:9.99 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.19 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.65 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.24 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.19 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.56 X:0.00 Y:125.33 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.80 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.487 E:0.0000
ok 33
wait
ok 33
Z-probe:9.09 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.16 X:-108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.19 X:108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.04 X:108.43 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.45 X:-108.43 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.04 X:0.00 Y:125.33 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:9.31 X:0.00 Y:-125.33 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:651.574 E:0.0000
ok 33
wait
wait
ok 33
Z-probe:0.01 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:0.41 X:-108.43 Y:-62.66 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.26 X:108.43 Y:62.66 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.37 X:108.43 Y:-62.66 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.26 X:-108.43 Y:62.66 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.21 X:0.00 Y:125.32 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.14 X:0.00 Y:-125.32 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:641.584 E:0.0000
ok 33
wait
ok 33
Z-probe:13.68 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:14.48 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:14.47 X:108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:14.42 X:108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:14.46 X:-108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:14.31 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:14.58 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:645.265 E:0.0000
ok 33
ok 33
Z-probe:5.10 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:5.97 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:5.82 X:108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:5.88 X:108.42 Y:-62.66 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:5.88 X:-108.42 Y:62.66 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:5.77 X:0.00 Y:125.33 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:5.82 X:0.00 Y:-125.33 zCorr:0.00
wait
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:640.366 E:0.0000
ok 33
wait
ok 33
Z-probe:11.65 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:11.42 X:-108.41 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.36 X:108.41 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.33 X:108.41 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.33 X:-108.41 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.27 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.31 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.010 E:0.0000
ok 33
wait
ok 33
Z-probe:10.28 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:10.33 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.30 X:108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.25 X:108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.24 X:-108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.24 X:0.00 Y:125.31 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.29 X:0.00 Y:-125.31 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.290 E:0.0000
ok 33
wait
ok 33
Z-probe:9.84 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:9.92 X:-108.42 Y:-62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.82 X:108.42 Y:62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.84 X:108.42 Y:-62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.89 X:-108.42 Y:62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.81 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.86 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.130 E:0.0000
ok 33
wait
ok 33
Z-probe:9.98 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:10.06 X:-108.42 Y:-62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.99 X:108.42 Y:62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.05 X:108.42 Y:-62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.02 X:-108.42 Y:62.67 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:9.97 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.04 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.115 E:0.0000
ok 33
wait
ok 33
Z-probe:10.54 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:10.45 X:-108.41 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.49 X:108.41 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.37 X:108.41 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.44 X:-108.41 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.34 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.36 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.651 E:0.0000
ok 33
wait
ok 33
Z-probe:7.84 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:8.31 X:-108.43 Y:-62.65 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:8.18 X:108.43 Y:62.65 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:8.23 X:108.43 Y:-62.65 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:8.22 X:-108.43 Y:62.65 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:8.20 X:0.00 Y:125.32 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:8.26 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:640.498 E:0.0000
ok 33
wait
ok 33
Z-probe:11.30 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:11.11 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.07 X:108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.06 X:108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.08 X:-108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.01 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:11.03 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:641.791 E:0.0000
ok 33
wait
ok 33
Z-probe:10.01 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:10.08 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.59 X:108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.03 X:108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.02 X:-108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.34 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:10.02 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:641.810 E:0.0000
ok 33
wait
ok 33
Z-probe:7.10 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:7.55 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:7.06 X:108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:7.43 X:108.42 Y:-62.66 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:7.66 X:-108.42 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:7.51 X:0.00 Y:125.32 zCorr:0.00
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:7.54 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
wait
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:638.909 E:0.0000
ok 33
wait
ok 33
Z-probe:13.75 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:13.12 X:-108.41 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:13.20 X:108.41 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:13.04 X:108.41 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:13.87 X:-108.41 Y:62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:13.01 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:13.52 X:0.00 Y:-125.32 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.658 E:0.0000
ok 33
ok 33
Z-probe:0.01 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:1.56 X:-108.42 Y:-62.66 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:1.07 X:108.42 Y:62.66 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:1.56 X:108.42 Y:-62.66 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.42 X:-108.42 Y:62.66 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:1.44 X:0.00 Y:125.32 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
ok 33
Z-probe:0.86 X:0.00 Y:-125.32 zCorr:0.00
wait
wait
ok 33
ok 33
ok 33
wait
wait
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 33
ok 33
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.669 E:0.0000
ok 33
wait
ok 33
Z-probe:33.18 X:0.00 Y:0.00 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:29.67 X:-108.42 Y:-62.65 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
Z-probe:29.87 X:108.42 Y:62.65 zCorr:0.00
ok 33
ok 33
ok 33
Z-probe:32.46 X:0.99 Y:62.65 zCorr:0.00
ok 33
ok 33
ok 33
ok 33
ok 33
Z-probe:29.50 X:0.00 Y:125.32 zCorr:0.00
ok 33
ok 33

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok

Resend:34
ok
start
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
Info:Resetting Z correction
zDistortionCorrection:0
Free RAM:442
Autoretract:0
X:0.00 Y:0.00 Z:0.000 E:0.0000
SelectExtruder:0
FlowMultiply:100
wait
User avatar
Jrjones
Printmaster!
Posts: 106
Joined: Mon Nov 24, 2014 6:09 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Jrjones »

After 64 iterations, the program froze, or does that mean it was done calibrating? Also, I think every iteration was worse than my initial height map.
After 64 Iterations Height map.JPG
After 64 Iterations settings.JPG
Console:
Spoiler:
Connected
Already Connected
Disconnected
Connected
Sent: M119
EEPROM capture initiated
Calibration Iteration Number: 1
Continuing Calibration
VHeights :0.03001308 0.05167754 0.01000786 0.2133586 0 0.09502777
Offs :150.3343 245.3347 266.6688
No Drad correction
Offs :0 95.00044 116.3345
Setting EEPROM.
Calibration Iteration Number: 2
Continuing Calibration
ABC:210.441 330.2453 89.87736
Steps per Millimeter: 79.97935
HRad:129.312
Setting EEPROM.
Calibration Iteration Number: 3
Continuing Calibration
ABC:210.3202 330.1676 89.91617
Steps per Millimeter: 80.94965
HRad:131.4692
Setting EEPROM.
Calibration Iteration Number: 4
Continuing Calibration
ABC:210.2426 330.1719 89.91401
Steps per Millimeter: 80.82578
HRad:129.4748
Setting EEPROM.
Calibration Iteration Number: 5
Continuing Calibration
ABC:210.2059 329.9832 90.00835
Steps per Millimeter: 81.79607
HRad:131.2054
Setting EEPROM.
Calibration Iteration Number: 6
Continuing Calibration
ABC:210.3547 330.1417 89.92911
Steps per Millimeter: 82.64249
HRad:131.5149
Setting EEPROM.
Calibration Iteration Number: 7
Continuing Calibration
ABC:210.1564 330.2064 89.89677
Steps per Millimeter: 82.55992
HRad:128.8965
Setting EEPROM.
Calibration Iteration Number: 8
Continuing Calibration
ABC:210.124 329.8517 90.07412
Steps per Millimeter: 82.25025
HRad:127.9338
Setting EEPROM.
Calibration Iteration Number: 9
Continuing Calibration
ABC:210.2706 329.8647 90.06765
Steps per Millimeter: 82.6012
HRad:128.8323
Setting EEPROM.
Calibration Iteration Number: 10
Continuing Calibration
ABC:210.2448 329.8086 90.09568
Steps per Millimeter: 83.03474
HRad:128.996
Setting EEPROM.
Calibration Iteration Number: 11
Continuing Calibration
ABC:210.4863 329.7224 90.1388
Steps per Millimeter: 84.06696
HRad:130.1205
Setting EEPROM.
Calibration Iteration Number: 12
Continuing Calibration
ABC:210.2685 329.9261 90.03692
Steps per Millimeter: 83.38569
HRad:126.7279
Setting EEPROM.
Calibration Iteration Number: 13
Continuing Calibration
ABC:210.2685 329.9261 90.03692
Steps per Millimeter: 82.58056
HRad:126.6076
Setting EEPROM.
Calibration Iteration Number: 14
Continuing Calibration
ABC:210.2685 329.9692 90.01536
Steps per Millimeter: 82.64249
HRad:127.5148
Setting EEPROM.
Calibration Iteration Number: 15
Continuing Calibration
ABC:210.2081 329.9649 90.01752
Steps per Millimeter: 82.43605
HRad:127.9153
Setting EEPROM.
Calibration Iteration Number: 16
Continuing Calibration
ABC:210.4636 330.1649 89.91752
Steps per Millimeter: 82.62185
HRad:128.2636
Setting EEPROM.
Calibration Iteration Number: 17
Continuing Calibration
ABC:210.317 330.1865 89.90674
Steps per Millimeter: 82.02316
HRad:127.0363
Setting EEPROM.
Calibration Iteration Number: 18
Continuing Calibration
ABC:210.2652 330.1606 89.91968
Steps per Millimeter: 81.81672
HRad:127.3701
Setting EEPROM.
Calibration Iteration Number: 19
Continuing Calibration
ABC:210.2329 329.9871 90.00647
Steps per Millimeter: 82.22961
HRad:128.7291
Setting EEPROM.
Calibration Iteration Number: 20
Continuing Calibration
ABC:210.2502 330.2286 89.88572
Steps per Millimeter: 82.72507
HRad:129.1934
Setting EEPROM.
Calibration Iteration Number: 21
Continuing Calibration
ABC:210.3278 330.1984 89.90081
Steps per Millimeter: 82.41541
HRad:127.6108
Setting EEPROM.
Calibration Iteration Number: 22
Continuing Calibration
ABC:210.2329 330.1855 89.90728
Steps per Millimeter: 82.22961
HRad:127.5492
Setting EEPROM.
Calibration Iteration Number: 23
Continuing Calibration
ABC:210.207 330.1725 89.91375
Steps per Millimeter: 81.96123
HRad:127.4692
Setting EEPROM.
Calibration Iteration Number: 24
Continuing Calibration
ABC:210.414 330.2415 89.87925
Steps per Millimeter: 82.06445
HRad:128.3256
Setting EEPROM.
Calibration Iteration Number: 25
Continuing Calibration
ABC:210.6038 330.3882 89.80594
Steps per Millimeter: 83.0141
HRad:130.6915
Setting EEPROM.
Calibration Iteration Number: 26
Continuing Calibration
ABC:210.3709 330.2286 89.88572
Steps per Millimeter: 82.70443
HRad:127.9889
Setting EEPROM.
Calibration Iteration Number: 27
Continuing Calibration
ABC:210.1111 329.6513 90.17439
Steps per Millimeter: 82.76637
HRad:127.8227
Setting EEPROM.
Calibration Iteration Number: 28
Continuing Calibration
ABC:210.483 329.9569 90.02156
Steps per Millimeter: 83.17925
HRad:128.3551
Setting EEPROM.
Calibration Iteration Number: 29
Continuing Calibration
ABC:210.4658 330.0518 89.97412
Steps per Millimeter: 82.97281
HRad:127.1023
Setting EEPROM.
Calibration Iteration Number: 30
Continuing Calibration
ABC:210.276 329.9655 90.01724
Steps per Millimeter: 83.03474
HRad:127.5095
Setting EEPROM.
Calibration Iteration Number: 31
Continuing Calibration
ABC:210.3731 330.124 89.938
Steps per Millimeter: 82.78701
HRad:127.034
Setting EEPROM.
Calibration Iteration Number: 32
Continuing Calibration
ABC:210.2954 330.1283 89.93584
Steps per Millimeter: 82.53928
HRad:127.012
Setting EEPROM.
Calibration Iteration Number: 33
Continuing Calibration
ABC:210.3041 330.0378 89.98112
Steps per Millimeter: 82.55992
HRad:127.6366
Setting EEPROM.
Calibration Iteration Number: 34
Continuing Calibration
ABC:210.2523 329.8739 90.06306
Steps per Millimeter: 83.1999
HRad:129.5133
Setting EEPROM.
Calibration Iteration Number: 35
Continuing Calibration
ABC:210.1919 330.0162 89.99191
Steps per Millimeter: 82.66314
HRad:128.0331
Setting EEPROM.
Calibration Iteration Number: 36
Continuing Calibration
ABC:210.2695 330.1499 89.92506
Steps per Millimeter: 82.58056
HRad:127.7679
Setting EEPROM.
Calibration Iteration Number: 37
Continuing Calibration
ABC:210.3472 330.1887 89.90565
Steps per Millimeter: 82.37411
HRad:127.6417
Setting EEPROM.
Calibration Iteration Number: 38
Continuing Calibration
ABC:210.2782 330.0593 89.97034
Steps per Millimeter: 82.39476
HRad:127.9663
Setting EEPROM.
Calibration Iteration Number: 39
Continuing Calibration
ABC:210.2782 329.9127 90.04366
Steps per Millimeter: 82.787
HRad:128.5608
Setting EEPROM.
Calibration Iteration Number: 40
Continuing Calibration
ABC:210.3299 330.0938 89.95309
Steps per Millimeter: 82.62185
HRad:127.8838
Setting EEPROM.
Calibration Iteration Number: 41
Continuing Calibration
ABC:210.2523 330.1154 89.94231
Steps per Millimeter: 82.45669
HRad:127.4535
Setting EEPROM.
Calibration Iteration Number: 42
Continuing Calibration
ABC:210.2178 330.0378 89.98112
Steps per Millimeter: 82.18831
HRad:127.2734
Setting EEPROM.
Calibration Iteration Number: 43
Continuing Calibration
ABC:210.3644 330.1542 89.9229
Steps per Millimeter: 82.35346
HRad:128.1104
Setting EEPROM.
Calibration Iteration Number: 44
Continuing Calibration
ABC:210.4334 330.2404 89.87978
Steps per Millimeter: 82.51862
HRad:128.374
Setting EEPROM.
Calibration Iteration Number: 45
Continuing Calibration
ABC:210.4852 330.2059 89.89703
Steps per Millimeter: 82.25024
HRad:127.9072
Setting EEPROM.
Calibration Iteration Number: 46
Continuing Calibration
ABC:210.442 330.1326 89.93369
Steps per Millimeter: 82.66313
HRad:129.1129
Setting EEPROM.
Calibration Iteration Number: 47
Continuing Calibration
ABC:210.3644 330.0679 89.96603
Steps per Millimeter: 82.55991
HRad:128.1898
Setting EEPROM.
Calibration Iteration Number: 48
Continuing Calibration
ABC:210.2609 329.9558 90.02209
Steps per Millimeter: 82.25024
HRad:127.5738
Setting EEPROM.
Calibration Iteration Number: 49
Continuing Calibration
ABC:210.2005 330.0205 89.98975
Steps per Millimeter: 81.98186
HRad:127.4537
Setting EEPROM.
Calibration Iteration Number: 50
Continuing Calibration
ABC:210.2178 330.0809 89.95956
Steps per Millimeter: 82.25024
HRad:128.7805
Setting EEPROM.
Calibration Iteration Number: 51
Continuing Calibration
ABC:210.3472 330.1887 89.90565
Steps per Millimeter: 82.02315
HRad:128.403
Setting EEPROM.
Calibration Iteration Number: 52
Continuing Calibration
ABC:210.3299 330.0162 89.9919
Steps per Millimeter: 81.91992
HRad:128.0265
Setting EEPROM.
Calibration Iteration Number: 53
Continuing Calibration
ABC:210.2523 330.0636 89.96818
Steps per Millimeter: 81.98186
HRad:128.407
Setting EEPROM.
Calibration Iteration Number: 54
Continuing Calibration
ABC:210.1747 330.0593 89.97034
Steps per Millimeter: 82.25024
HRad:128.8538
Setting EEPROM.
Calibration Iteration Number: 55
Continuing Calibration
ABC:210.2782 330.1283 89.93584
Steps per Millimeter: 82.12637
HRad:128.1593
Setting EEPROM.
Calibration Iteration Number: 56
Continuing Calibration
ABC:210.304 330.0809 89.95956
Steps per Millimeter: 81.4451
HRad:126.6001
Setting EEPROM.
Calibration Iteration Number: 57
Continuing Calibration
ABC:210.2695 330.0895 89.95525
Steps per Millimeter: 81.54832
HRad:128.1499
Setting EEPROM.
Calibration Iteration Number: 58
Continuing Calibration
ABC:210.235 330.1068 89.94662
Steps per Millimeter: 81.13544
HRad:127.5109
Setting EEPROM.
Calibration Iteration Number: 59
Continuing Calibration
ABC:210.3299 330.1542 89.9229
Steps per Millimeter: 81.48639
HRad:129.4361
Setting EEPROM.
Calibration Iteration Number: 60
Continuing Calibration
ABC:210.2178 330.193 89.9035
Steps per Millimeter: 81.6309
HRad:129.2885
Setting EEPROM.
Calibration Iteration Number: 61
Continuing Calibration
ABC:210.1833 330.1327 89.93369
Steps per Millimeter: 81.23866
HRad:127.854
Setting EEPROM.
Calibration Iteration Number: 62
Continuing Calibration
ABC:210.1919 330.1111 89.94447
Steps per Millimeter: 81.4451
HRad:128.9136
Setting EEPROM.
Calibration Iteration Number: 63
Continuing Calibration
ABC:210.3385 330.2103 89.89487
Steps per Millimeter: 81.69283
HRad:129.0757
Setting EEPROM.
Calibration Iteration Number: 64
Continuing Calibration
ABC:210.3299 330.1197 89.94016
Steps per Millimeter: 80.30965
HRad:125.566
Setting EEPROM.
Printer Console:
Spoiler:
ok 21
EPR:0 1028 0 Language
EPR:2 75 250000 Baudrate
EPR:3 129 101.450 Filament printed [m]
EPR:2 125 54842 Printer active
EPR:2 79 0 Max. inactive time [ms,0=off]
EPR:2 83 360000 Stop stepper after inactivity [ms,0=off]
EPR:3 11 80.0000 Steps per mm
EPR:3 23 300.000 Max. feedrate [mm/s]
EPR:3 35 120.000 Homing feedrate [mm/s]
EPR:3 39 35.000 Max. jerk [mm/s]
EPR:3 133 0.000 X min pos [mm]
EPR:3 137 0.000 Y min pos [mm]
EPR:3 141 0.000 Z min pos [mm]
EPR:3 145 130.000 X max length [mm]
EPR:3 149 130.000 Y max length [mm]
EPR:3 153 650.808 Z max length [mm]
EPR:3 59 1850.000 Acceleration [mm/s^2]
EPR:3 71 3000.000 Travel acceleration [mm/s^2]
EPR:3 881 269.000 Diagonal rod length [mm]
EPR:3 885 129.730 Horizontal rod radius at 0,0 [mm]
EPR:3 925 130.000 Max printable radius [mm]
EPR:1 891 70 Segments/s for travel
EPR:1 889 180 Segments/s for printing
EPR:1 893 153 Tower X endstop offset [steps]
EPR:1 895 240 Tower Y endstop offset [steps]
EPR:1 897 264 Tower Z endstop offset [steps]
EPR:3 901 210.000 Alpha A(210):
EPR:3 905 330.000 Alpha B(330):
EPR:3 909 90.000 Alpha C(90):
EPR:3 913 0.000 Delta Radius A(0):
EPR:3 917 0.000 Delta Radius B(0):
EPR:3 921 0.000 Delta Radius C(0):
EPR:3 933 0.000 Corr. diagonal A [mm]
EPR:3 937 0.000 Corr. diagonal B [mm]
EPR:3 941 0.000 Corr. diagonal C [mm]
EPR:3 1024 0.000 Coating thickness [mm]
EPR:3 808 0.000 Z-probe height [mm]
EPR:3 929 10.000 Max. z-probe - bed dist. [mm]
EPR:3 812 10.000 Z-probe speed [mm/s]
EPR:3 840 100.000 Z-probe x-y-speed [mm/s]
EPR:3 800 0.000 Z-probe offset x [mm]
EPR:3 804 0.000 Z-probe offset y [mm]
EPR:3 816 0.000 Z-probe X1 [mm]
EPR:3 820 100.000 Z-probe Y1 [mm]
EPR:3 824 86.600 Z-probe X2 [mm]
EPR:3 828 -50.000 Z-probe Y2 [mm]
EPR:3 832 -86.600 Z-probe X3 [mm]
EPR:3 836 -50.000 Z-probe Y3 [mm]
EPR:3 1036 0.000 Z-probe bending correction A [mm]
EPR:3 1040 0.000 Z-probe bending correction B [mm]
EPR:3 1044 0.000 Z-probe bending correction C [mm]
EPR:0 880 1 Autolevel active (1/0)
EPR:0 106 3 Bed Heat Manager [0-3]
EPR:0 107 255 Bed PID drive max
EPR:0 124 80 Bed PID drive min
EPR:3 108 30.375 Bed PID P-gain
EPR:3 112 33.000 Bed PID I-gain
EPR:3 116 290.000 Bed PID D-gain
EPR:0 120 255 Bed PID max value [0-255]
EPR:3 200 92.400 Extr.1 steps per mm
EPR:3 204 100.000 Extr.1 max. feedrate [mm/s]
EPR:3 208 20.000 Extr.1 start feedrate [mm/s]
EPR:3 212 6500.000 Extr.1 acceleration [mm/s^2]
EPR:0 216 1 Extr.1 heat manager [0-3]
EPR:0 217 230 Extr.1 PID drive max
EPR:0 245 40 Extr.1 PID drive min
EPR:3 218 31.3600 Extr.1 PID P-gain/dead-time
EPR:3 222 2.1800 Extr.1 PID I-gain
EPR:3 226 112.9000 Extr.1 PID D-gain
EPR:0 230 255 Extr.1 PID max value [0-255]
EPR:2 231 0 Extr.1 X-offset [steps]
EPR:2 235 0 Extr.1 Y-offset [steps]
EPR:2 290 0 Extr.1 Z-offset [steps]
EPR:1 239 1 Extr.1 temp. stabilize time
EPR:1 250 150 Extr.1 temp. for retraction when heating [C]
EPR:1 252 2310 Extr.1 distance to retract when heating [mm]
EPR:0 254 255 Extr.1 extruder cooler speed [0-255]
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:650.812 E:0.0000
Info:Autoleveling enabled
wait
ok 21
wait
wait
wait
wait
ok 21
Z-probe:9.93 X:0.28 Y:-0.70 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.91 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.99 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.98 X:83.68 Y:-48.90 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:10.11 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.94 X:0.28 Y:95.70 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:10.00 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:650.737 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.85 X:0.28 Y:-0.70 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.88 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.82 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.40 X:83.68 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.36 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.84 X:0.28 Y:95.70 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.93 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.593 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:10.17 X:0.28 Y:-0.70 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:10.05 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.20 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.87 X:83.68 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.04 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.03 X:0.28 Y:95.70 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.18 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:652.764 E:0.0000
Info:Autoleveling enabled
ok 21
wait
wait
ok 21
Z-probe:2.19 X:0.28 Y:-0.70 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:3.19 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:3.05 X:83.68 Y:47.49 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:2.92 X:83.68 Y:-48.90 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.01 X:-83.12 Y:47.49 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.11 X:0.28 Y:95.69 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.10 X:0.28 Y:-97.11 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:644.943 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.07 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.16 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.42 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.01 X:83.68 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.18 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.12 X:0.28 Y:95.70 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.16 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:646.021 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:2.57 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:3.30 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:3.19 X:83.68 Y:47.50 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.04 X:83.68 Y:-48.90 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.46 X:-83.12 Y:47.50 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.24 X:0.28 Y:95.70 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.34 X:0.28 Y:-97.10 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:638.594 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:3.15 X:0.27 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:4.47 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:4.32 X:83.68 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:4.31 X:83.68 Y:-48.89 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:4.28 X:-83.12 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:4.37 X:0.27 Y:95.70 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:4.51 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:631.735 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:10.91 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.35 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.37 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.91 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.94 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.06 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.86 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.642 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.24 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:12.17 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.16 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.96 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.26 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.21 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.09 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:634.894 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:7.22 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.64 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.65 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.43 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.57 X:-83.13 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.54 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.60 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.109 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:6.82 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.33 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.44 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.11 X:83.67 Y:-48.89 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.48 X:-83.13 Y:47.52 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.18 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.20 X:0.27 Y:-97.08 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:628.927 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:2.18 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:3.37 X:-83.13 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:2.96 X:83.67 Y:47.52 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.19 X:83.67 Y:-48.88 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.07 X:-83.13 Y:47.52 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.19 X:0.27 Y:95.72 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.39 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:621.114 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:15.66 X:0.27 Y:-0.67 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:15.21 X:-83.13 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.85 X:83.67 Y:47.53 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.81 X:83.67 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.85 X:-83.13 Y:47.53 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.92 X:0.27 Y:95.73 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.85 X:0.27 Y:-97.07 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:626.770 E:0.0000
Info:Autoleveling enabled
ok 21
ok 21
Z-probe:15.45 X:0.27 Y:-0.67 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:15.16 X:-83.13 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:15.03 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.96 X:83.67 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:15.08 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:15.04 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:15.08 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.217 E:0.0000
Info:Autoleveling enabled
ok 21
ok 21
Z-probe:9.83 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.50 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.41 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.37 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.37 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.45 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.44 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.054 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.27 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.33 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.12 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.21 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.50 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.26 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.27 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:633.319 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.70 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.85 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.65 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.70 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.59 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.74 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:8.76 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.017 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:14.45 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:14.14 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.08 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.03 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.02 X:-83.13 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.11 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.08 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:636.471 E:0.0000
Info:Autoleveling enabled
ok 21
ok 21
Z-probe:11.61 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.37 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.53 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.22 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.31 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.34 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.29 X:0.27 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:638.079 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:6.82 X:0.27 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.14 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:6.91 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:6.96 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.20 X:-83.13 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.03 X:0.27 Y:95.70 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.26 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:634.898 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:6.19 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:6.76 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:6.67 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:6.61 X:83.67 Y:-48.89 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:6.68 X:-83.12 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:6.72 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:6.59 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:631.083 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.40 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:12.30 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.24 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.23 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.17 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.25 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.28 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:633.482 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.46 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.29 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.22 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.20 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.19 X:-83.13 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.27 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.22 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:634.947 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.14 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.85 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.77 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.70 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.97 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.87 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.73 X:0.27 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:637.085 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:9.47 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.19 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.20 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.09 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.48 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.20 X:0.27 Y:95.72 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:9.26 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:636.554 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:2.34 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:3.45 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:3.48 X:83.68 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.36 X:83.68 Y:-48.89 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.16 X:-83.12 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.41 X:0.27 Y:95.71 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:3.43 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:628.902 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.48 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:12.62 X:-83.12 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:13.14 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.37 X:83.68 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.32 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.87 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.43 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:631.380 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:9.42 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.54 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.33 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.59 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.90 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.47 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.57 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:630.794 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:6.82 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.30 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.15 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.08 X:83.67 Y:-48.89 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.25 X:-83.13 Y:47.52 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.39 X:0.27 Y:95.72 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.27 X:0.27 Y:-97.08 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:627.615 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.62 X:0.27 Y:-0.67 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.57 X:-83.13 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.55 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.38 X:83.67 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.34 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.47 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.56 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:629.243 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:9.53 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.63 X:-83.13 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.36 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.44 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.60 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.55 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.54 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:628.770 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.90 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.77 X:-83.12 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.64 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.58 X:83.68 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.60 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.70 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.69 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:630.669 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.90 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.68 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.68 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.52 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.58 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.62 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.57 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.571 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:10.08 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.81 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.96 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.67 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.74 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.71 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.80 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.645 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:5.36 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:5.66 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:5.41 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:5.46 X:83.67 Y:-48.89 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:5.54 X:-83.13 Y:47.52 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:5.70 X:0.27 Y:95.71 zCorr:0.00
wait
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:5.61 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:628.007 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:13.63 X:0.27 Y:-0.67 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:13.80 X:-83.13 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:13.57 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:13.55 X:83.67 Y:-48.88 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:13.77 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:13.71 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:13.68 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:631.638 E:0.0000
Info:Autoleveling enabled
ok 21
ok 21
Z-probe:10.73 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:10.66 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.54 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.51 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.63 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.64 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.54 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.371 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.46 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.35 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.42 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.29 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.23 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.31 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.31 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:633.827 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:9.76 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.90 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.00 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.72 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.83 X:-83.13 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.85 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.83 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:633.590 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:7.16 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.46 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.16 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.26 X:83.68 Y:-48.89 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.40 X:-83.12 Y:47.52 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.32 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.40 X:0.27 Y:-97.08 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:630.753 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.12 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.27 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.14 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.10 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.12 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.18 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.21 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:631.871 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.33 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.27 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.19 X:83.67 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.07 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.08 X:-83.13 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.18 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.12 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:633.192 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.06 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.83 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.73 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.74 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.95 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.81 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.78 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:635.262 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.73 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.83 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.71 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.67 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.85 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.75 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:8.77 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:633.990 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.97 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.98 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.94 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.80 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.93 X:-83.13 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.09 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:8.87 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.959 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.98 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.82 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.88 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.67 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.77 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.78 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.82 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:634.938 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:6.74 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.19 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.14 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.02 X:83.67 Y:-48.89 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.02 X:-83.13 Y:47.51 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.11 X:0.27 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.11 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:631.675 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:10.84 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:10.90 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.90 X:83.68 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.74 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.71 X:-83.12 Y:47.52 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.95 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.83 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:632.521 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.30 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:12.16 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.02 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.96 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.06 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.22 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.13 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:634.823 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:12.17 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.80 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.75 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.66 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.83 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.80 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.81 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:636.983 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.07 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.09 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.93 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.90 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.13 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.16 X:0.27 Y:95.70 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.98 X:0.27 Y:-97.09 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:635.052 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:11.48 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.58 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.69 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.44 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.48 X:-83.13 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.70 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.50 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:636.536 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:10.83 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:10.78 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.67 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.63 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.68 X:-83.13 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.68 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.77 X:0.27 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:637.373 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:9.48 X:0.27 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.58 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.55 X:83.67 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.43 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.50 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.50 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.59 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:636.849 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:7.93 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.23 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.09 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.09 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.23 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.17 X:0.27 Y:95.70 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:8.11 X:0.27 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:634.778 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:10.92 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:11.02 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.00 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.19 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.96 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:11.01 X:0.27 Y:95.72 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:10.93 X:0.27 Y:-97.08 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:635.692 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:15.34 X:0.27 Y:-0.68 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:14.73 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.67 X:83.68 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.60 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.66 X:-83.12 Y:47.51 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.65 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:14.70 X:0.27 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:641.043 E:0.0000
Info:Autoleveling enabled
ok 21
ok 21
Z-probe:9.20 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.28 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.06 X:83.67 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.98 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.06 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.16 X:0.28 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.10 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:640.238 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:13.48 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:12.92 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.86 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.77 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.97 X:-83.13 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.83 X:0.28 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.86 X:0.28 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:643.715 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:7.02 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:7.28 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.22 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:7.15 X:83.68 Y:-48.90 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.20 X:-83.12 Y:47.50 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.25 X:0.28 Y:95.70 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:7.33 X:0.28 Y:-97.10 zCorr:0.00
wait
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:640.738 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.82 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:9.22 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.16 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.24 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.07 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:9.07 X:0.28 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:9.11 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:639.560 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:13.15 X:0.27 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:12.89 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.86 X:83.67 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.74 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.84 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.80 X:0.27 Y:95.71 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:12.83 X:0.27 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:642.703 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.31 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.48 X:-83.12 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.42 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.50 X:83.68 Y:-48.90 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.62 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.39 X:0.28 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:8.45 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:641.023 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:8.07 X:0.28 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:8.75 X:-83.12 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.40 X:83.67 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.59 X:83.67 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.29 X:-83.12 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:8.32 X:0.28 Y:95.71 zCorr:0.00
wait
ok 21
ok 21
ok 21
ok 21
Z-probe:8.30 X:0.28 Y:-97.10 zCorr:0.00
ok 21
ok 21
ok 21
wait
wait
wait
wait
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
Transformation matrix: 1.000000 0.000000 -0.000217 0.000000 1.000000 0.000542 0.000217 -0.000542 1.000000
SelectExtruder:0
FlowMultiply:100
ok 21
ok 21
Info:Autoleveling disabled
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:639.089 E:0.0000
Info:Autoleveling enabled
ok 21
wait
ok 21
Z-probe:20.98 X:0.27 Y:-0.69 zCorr:0.00
ok 21
ok 21
ok 21
Z-probe:19.79 X:-83.13 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:19.92 X:83.68 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:20.02 X:83.68 Y:-48.89 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
Z-probe:19.90 X:-83.13 Y:47.50 zCorr:0.00
ok 21
ok 21
ok 21
ok 21
ok 21
Z-probe:19.87 X:0.27 Y:-97.09 zCorr:0.00
ok 21
ok 21
ok 21
wait
Micael
Printmaster!
Posts: 42
Joined: Fri May 01, 2015 3:47 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Micael »

Did you use the basic mode, because RollieRowland said on the last page that it was the only mode that was currently working (not sure if still true).
If you did I would advise making a mattercontrol macro to check for repeatability, I had that problem and went through several FSR systems and replaced arms and so on until I discovered that it was actually the e3d mount that was causing those issues.
User avatar
Jrjones
Printmaster!
Posts: 106
Joined: Mon Nov 24, 2014 6:09 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Jrjones »

Micael wrote:Did you use the basic mode, because RollieRowland said on the last page that it was the only mode that was currently working (not sure if still true).
If you did I would advise making a mattercontrol macro to check for repeatability, I had that problem and went through several FSR systems and replaced arms and so on until I discovered that it was actually the e3d mount that was causing those issues.
Yes, I used basic mode, as well as set the max iterations to 10, which apparently doesn't work.
What do you mean by repeatability of the e3d mount?
I'm currently devising a mount for an inductive probe, I was using a switch which did have some play in when it triggered.
timmyg247
Noob
Posts: 1
Joined: Wed Dec 23, 2015 1:42 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by timmyg247 »

I used the Delta-Bed-Calibration-Tool with a dial which seemed to work. I calibrated Z height than set the new height and every print i try the printer head is 10mm over the bed. Im at a lose. Im at that point where i'm imagining how good it would feel to throw this out of the window. I don't want to feel this way. Any help would be great.
Micael
Printmaster!
Posts: 42
Joined: Fri May 01, 2015 3:47 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Micael »

In my very specific case it was the piece that made sure the e3d v6 in place that had some play, the problem was especially big when I didn't had the cables secured, but by repeatability I mean any problem that can affect repeat readings, you should do a macro that imitates the movements of the software, and note down the values you get and see if they are consistent, ideally they should always be exactly the same value because if the values differ significantly it will be hard for the software to know what to do.

I believe this was the macro code I used to try my repeatability:
G28

G1 Z10 X0 Y0 F5000

G30

G1 Z10 X-110 Y-65 F5000

G30

G1 Z10 X0 Y0 F5000

G1 Z10 X110 Y65 F5000

G30

G1 Z10 X0 Y0 F5000

G1 Z10 X110 Y-65 F5000

G30

G1 Z10 X0 Y0 F5000

G1 Z10 X-110 Y65 F5000

G30

G1 Z10 X0 Y0 F5000

G1 Z10 X0 Y130 F5000

G30

G1 Z10 X0 Y0 F5000

G1 Z10 X0 Y-130 F5000

G30
Can't say with certainty since I don't have my printer connected to the computer at the moment, but either way the gist of it is that you want to emulate the movements the software is doing, and probe more or less in the same place the software is doing, and repeat that a couple of times while nothing down the values to see what's the difference between different readings on the same point, so for example:

Say reading 1 you get on X tower a 10.02 measurement, and at reading 2 you get a reading of 9.98 at the X tower, and reading 3 you get something like 10.03, that would mean that you have a margin of error on the tower X readings of around 0.05mm which is ofc not good enough to get a 0.025mm calibration accuracy
User avatar
Jrjones
Printmaster!
Posts: 106
Joined: Mon Nov 24, 2014 6:09 pm

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by Jrjones »

Yeah I think that was my problem, the switch I was using before had too much variance in it.
I switched to an inductive probe that has a repeatability of +/- 0.035 mm or less (SICK says its <= 2%), so I set the calculation accuracy to +/- 0.04 mm.

After 62 iterations it completed!
After 62 Iterations settings cal Complete.JPG
After 64 Iterations Height map cal Complete.JPG
Double checked with Repetier's bed height tool, standard deviation of 0.06mm across a 9x9 grid, difference between the maximum and minimum measurement is 0.26mm:
After 64 Iterations Repetier Height map cal Complete.JPG
X: -80.00 -60.00 -40.00 -20.00 0.00 20.00 40.00 60.00 80.00
y:80.00 5.30 5.25 5.21 5.17 5.17 5.18 5.23 5.28 5.31
y:60.00 5.28 5.23 5.22 5.27 5.23 5.22 5.25 5.26 5.27
y:40.00 5.35 5.27 5.21 5.23 5.22 5.23 5.23 5.26 5.26
y:20.00 5.36 5.28 5.26 5.20 5.26 5.25 5.26 5.27 5.28
y:0.00 5.38 5.32 5.35 5.28 5.25 5.25 5.26 5.25 5.22
y:-20.00 5.38 5.36 5.36 5.33 5.30 5.30 5.28 5.25 5.23
y:-40.00 5.39 5.37 5.39 5.37 5.33 5.31 5.32 5.27 5.22
y:-60.00 5.36 5.43 5.39 5.41 5.38 5.36 5.33 5.30 5.22
y:-80.00 5.25 5.33 5.35 5.38 5.38 5.33 5.31 5.28 5.31

Console:
Spoiler:
Connected
EEPROM capture initiated
Calibration Iteration Number: 1
Continuing Calibration
VHeights :-0.199976 -16.24857 -0.09998798 -33.09706 0 -33.25539
Offs :-2598.905 -2509.571 -2509.236
Drad correction: 0.24997
DRad: 0.24997, 0.24997, 0.24997
Setting EEPROM.
Calibration Iteration Number: 2
Continuing Calibration
VHeights :0.1533286 12.68474 0.07666428 25.31719 0 24.9896
Offs :1911.543 2026.802 2053.172
Drad correction: -0.1916607
DRad: 0.05830926, 0.05830926, 0.05830926
Setting EEPROM.
Calibration Iteration Number: 3
Continuing Calibration
VHeights :-0.04672559 -3.93997 -0.02336279 -8.058825 0 -8.392538
Offs :-736.5843 -632.8827 -618.0705
Drad correction: 0.05840698
DRad: 0.1167162, 0.1167162, 0.1167162
Setting EEPROM.
Calibration Iteration Number: 4
Continuing Calibration
VHeights :0.02361344 -0.02848514 0.006415859 -0.2006356 0 -0.5477421
Offs :-114.4962 -8.078711 12.04717
No Drad correction
Offs :0 106.4175 126.5434
Setting EEPROM.
Calibration Iteration Number: 5
Continuing Calibration
ABC:210.234 330.1245 89.93774
Steps per Millimeter: 81.36253
HRad:132.255
Setting EEPROM.
Calibration Iteration Number: 6
Continuing Calibration
ABC:209.9828 329.9396 90.03019
Steps per Millimeter: 80.43353
HRad:127.0937
Setting EEPROM.
Calibration Iteration Number: 7
Continuing Calibration
ABC:210.2178 330.0981 89.95095
Steps per Millimeter: 81.23867
HRad:130.994
Setting EEPROM.
Calibration Iteration Number: 8
Continuing Calibration
ABC:210.235 330.1154 89.94233
Steps per Millimeter: 81.01158
HRad:128.3364
Setting EEPROM.
Calibration Iteration Number: 9
Continuing Calibration
ABC:210.2437 330.1197 89.94017
Steps per Millimeter: 81.21803
HRad:129.356
Setting EEPROM.
Calibration Iteration Number: 10
Continuing Calibration
ABC:210.2437 330.0938 89.95311
Steps per Millimeter: 81.21803
HRad:128.856
Setting EEPROM.
Calibration Iteration Number: 11
Continuing Calibration
ABC:210.2178 330.0981 89.95095
Steps per Millimeter: 81.1148
HRad:128.6062
Setting EEPROM.
Calibration Iteration Number: 12
Continuing Calibration
ABC:210.2092 330.0938 89.95311
Steps per Millimeter: 81.13544
HRad:128.9774
Setting EEPROM.
Calibration Iteration Number: 13
Continuing Calibration
ABC:210.235 330.1067 89.94664
Steps per Millimeter: 81.05286
HRad:128.7389
Setting EEPROM.
Calibration Iteration Number: 14
Continuing Calibration
ABC:210.2264 330.1024 89.9488
Steps per Millimeter: 81.07351
HRad:129.0102
Setting EEPROM.
Calibration Iteration Number: 15
Continuing Calibration
ABC:210.235 330.1067 89.94664
Steps per Millimeter: 81.07351
HRad:128.9036
Setting EEPROM.
Calibration Iteration Number: 16
Continuing Calibration
ABC:210.235 330.0895 89.95527
Steps per Millimeter: 81.15608
HRad:129.1087
Setting EEPROM.
Calibration Iteration Number: 17
Continuing Calibration
ABC:210.235 330.1067 89.94664
Steps per Millimeter: 81.09415
HRad:128.6482
Setting EEPROM.
Calibration Iteration Number: 18
Continuing Calibration
ABC:210.235 330.1154 89.94233
Steps per Millimeter: 81.19738
HRad:129.038
Setting EEPROM.
Calibration Iteration Number: 19
Continuing Calibration
ABC:210.2437 330.1111 89.94449
Steps per Millimeter: 81.09416
HRad:128.6815
Setting EEPROM.
Calibration Iteration Number: 20
Continuing Calibration
ABC:210.2437 330.1197 89.94018
Steps per Millimeter: 81.23867
HRad:129.2405
Setting EEPROM.
Calibration Iteration Number: 21
Continuing Calibration
ABC:210.2437 330.1111 89.94449
Steps per Millimeter: 81.15609
HRad:128.6754
Setting EEPROM.
Calibration Iteration Number: 22
Continuing Calibration
ABC:210.235 330.124 89.93802
Steps per Millimeter: 81.19738
HRad:128.9847
Setting EEPROM.
Calibration Iteration Number: 23
Continuing Calibration
ABC:210.2523 330.1154 89.94233
Steps per Millimeter: 81.13545
HRad:128.7242
Setting EEPROM.
Calibration Iteration Number: 24
Continuing Calibration
ABC:210.2437 330.1111 89.94449
Steps per Millimeter: 81.19739
HRad:129.0447
Setting EEPROM.
Calibration Iteration Number: 25
Continuing Calibration
ABC:210.2523 330.124 89.93802
Steps per Millimeter: 81.13545
HRad:128.7509
Setting EEPROM.
Calibration Iteration Number: 26
Continuing Calibration
ABC:210.2523 330.1068 89.94665
Steps per Millimeter: 81.17674
HRad:128.9867
Setting EEPROM.
Calibration Iteration Number: 27
Continuing Calibration
ABC:210.2437 330.1111 89.94449
Steps per Millimeter: 81.11481
HRad:128.7662
Setting EEPROM.
Calibration Iteration Number: 28
Continuing Calibration
ABC:210.2178 330.124 89.93802
Steps per Millimeter: 81.25932
HRad:129.2185
Setting EEPROM.
Calibration Iteration Number: 29
Continuing Calibration
ABC:210.2437 330.1111 89.94449
Steps per Millimeter: 81.17673
HRad:128.66
Setting EEPROM.
Calibration Iteration Number: 30
Continuing Calibration
ABC:210.2178 330.124 89.93802
Steps per Millimeter: 81.17673
HRad:128.9
Setting EEPROM.
Calibration Iteration Number: 31
Continuing Calibration
ABC:210.2178 330.0981 89.95096
Steps per Millimeter: 81.1148
HRad:128.7261
Setting EEPROM.
Calibration Iteration Number: 32
Continuing Calibration
ABC:210.2092 330.1024 89.9488
Steps per Millimeter: 81.07351
HRad:128.8302
Setting EEPROM.
Calibration Iteration Number: 33
Continuing Calibration
ABC:210.2092 330.1111 89.94449
Steps per Millimeter: 81.15608
HRad:129.1153
Setting EEPROM.
Calibration Iteration Number: 34
Continuing Calibration
ABC:210.2005 330.1068 89.94665
Steps per Millimeter: 81.03222
HRad:128.6342
Setting EEPROM.
Calibration Iteration Number: 35
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.09415
HRad:129.0948
Setting EEPROM.
Calibration Iteration Number: 36
Continuing Calibration
ABC:210.2264 330.1111 89.9445
Steps per Millimeter: 81.21802
HRad:129.1492
Setting EEPROM.
Calibration Iteration Number: 37
Continuing Calibration
ABC:210.2178 330.124 89.93803
Steps per Millimeter: 81.09415
HRad:128.6015
Setting EEPROM.
Calibration Iteration Number: 38
Continuing Calibration
ABC:210.235 330.124 89.93803
Steps per Millimeter: 81.3006
HRad:129.3676
Setting EEPROM.
Calibration Iteration Number: 39
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.15608
HRad:128.5286
Setting EEPROM.
Calibration Iteration Number: 40
Continuing Calibration
ABC:210.2264 330.1283 89.93587
Steps per Millimeter: 81.21802
HRad:129.0424
Setting EEPROM.
Calibration Iteration Number: 41
Continuing Calibration
ABC:210.2092 330.1197 89.94018
Steps per Millimeter: 81.13544
HRad:128.6973
Setting EEPROM.
Calibration Iteration Number: 42
Continuing Calibration
ABC:210.2264 330.1111 89.94449
Steps per Millimeter: 81.23866
HRad:129.1337
Setting EEPROM.
Calibration Iteration Number: 43
Continuing Calibration
ABC:210.2264 330.1197 89.94018
Steps per Millimeter: 81.1148
HRad:128.6126
Setting EEPROM.
Calibration Iteration Number: 44
Continuing Calibration
ABC:210.235 330.124 89.93802
Steps per Millimeter: 81.21803
HRad:129.1491
Setting EEPROM.
Calibration Iteration Number: 45
Continuing Calibration
ABC:210.2264 330.1197 89.94018
Steps per Millimeter: 81.1148
HRad:128.6526
Setting EEPROM.
Calibration Iteration Number: 46
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.23866
HRad:129.1871
Setting EEPROM.
Calibration Iteration Number: 47
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.19737
HRad:128.7579
Setting EEPROM.
Calibration Iteration Number: 48
Continuing Calibration
ABC:210.2437 330.1197 89.94018
Steps per Millimeter: 81.19737
HRad:128.8713
Setting EEPROM.
Calibration Iteration Number: 49
Continuing Calibration
ABC:210.2523 330.1154 89.94234
Steps per Millimeter: 81.15609
HRad:128.7887
Setting EEPROM.
Calibration Iteration Number: 50
Continuing Calibration
ABC:210.2264 330.1111 89.9445
Steps per Millimeter: 81.17673
HRad:128.96
Setting EEPROM.
Calibration Iteration Number: 51
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.19738
HRad:128.9579
Setting EEPROM.
Calibration Iteration Number: 52
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.15609
HRad:128.7887
Setting EEPROM.
Calibration Iteration Number: 53
Continuing Calibration
ABC:210.2092 330.1111 89.9445
Steps per Millimeter: 81.17673
HRad:128.96
Setting EEPROM.
Calibration Iteration Number: 54
Continuing Calibration
ABC:210.2264 330.1111 89.9445
Steps per Millimeter: 81.15609
HRad:128.8553
Setting EEPROM.
Calibration Iteration Number: 55
Continuing Calibration
ABC:210.2436 330.1197 89.94019
Steps per Millimeter: 81.13544
HRad:128.8774
Setting EEPROM.
Calibration Iteration Number: 56
Continuing Calibration
ABC:210.2436 330.1111 89.9445
Steps per Millimeter: 81.23866
HRad:129.1138
Setting EEPROM.
Calibration Iteration Number: 57
Continuing Calibration
ABC:210.235 330.1154 89.94234
Steps per Millimeter: 81.11479
HRad:128.6194
Setting EEPROM.
Calibration Iteration Number: 58
Continuing Calibration
ABC:210.235 330.124 89.93803
Steps per Millimeter: 81.2593
HRad:129.1985
Setting EEPROM.
Calibration Iteration Number: 59
Continuing Calibration
ABC:210.2436 330.1111 89.9445
Steps per Millimeter: 81.19736
HRad:128.7246
Setting EEPROM.
Calibration Iteration Number: 60
Continuing Calibration
ABC:210.2436 330.1111 89.9445
Steps per Millimeter: 81.19736
HRad:128.9045
Setting EEPROM.
Calibration Iteration Number: 61
Continuing Calibration
ABC:210.2264 330.1111 89.9445
Steps per Millimeter: 81.19736
HRad:128.9045
Setting EEPROM.
Calibration Iteration Number: 62
Setting Z Max Length with adjustment for FSR
Setting EEPROM.
Calibration Complete
Printer Console:
Spoiler:
wait
wait
wait
wait
wait
ok 530
EPR:0 1028 0 Language
EPR:2 75 250000 Baudrate
EPR:3 129 106.665 Filament printed [m]
EPR:2 125 57921 Printer active
EPR:2 79 0 Max. inactive time [ms,0=off]
EPR:2 83 360000 Stop stepper after inactivity [ms,0=off]
EPR:3 11 80.0000 Steps per mm
EPR:3 23 300.000 Max. feedrate [mm/s]
EPR:3 35 120.000 Homing feedrate [mm/s]
EPR:3 39 35.000 Max. jerk [mm/s]
EPR:3 133 0.000 X min pos [mm]
EPR:3 137 0.000 Y min pos [mm]
EPR:3 141 0.000 Z min pos [mm]
EPR:3 145 130.000 X max length [mm]
EPR:3 149 130.000 Y max length [mm]
EPR:3 153 558.058 Z max length [mm]
EPR:3 59 1850.000 Acceleration [mm/s^2]
EPR:3 71 3000.000 Travel acceleration [mm/s^2]
EPR:3 881 269.000 Diagonal rod length [mm]
EPR:3 885 129.730 Horizontal rod radius at 0,0 [mm]
EPR:3 925 130.000 Max printable radius [mm]
EPR:1 891 70 Segments/s for travel
EPR:1 889 180 Segments/s for printing
EPR:1 893 63 Tower X endstop offset [steps]
EPR:1 895 123 Tower Y endstop offset [steps]
EPR:1 897 174 Tower Z endstop offset [steps]
EPR:3 901 210.000 Alpha A(210):
EPR:3 905 330.000 Alpha B(330):
EPR:3 909 90.000 Alpha C(90):
EPR:3 913 0.000 Delta Radius A(0):
EPR:3 917 0.000 Delta Radius B(0):
EPR:3 921 0.000 Delta Radius C(0):
EPR:3 933 0.000 Corr. diagonal A [mm]
EPR:3 937 0.000 Corr. diagonal B [mm]
EPR:3 941 0.000 Corr. diagonal C [mm]
EPR:3 1024 0.000 Coating thickness [mm]
EPR:3 808 0.000 Z-probe height [mm]
EPR:3 929 10.000 Max. z-probe - bed dist. [mm]
EPR:3 812 10.000 Z-probe speed [mm/s]
EPR:3 840 100.000 Z-probe x-y-speed [mm/s]
EPR:3 800 0.000 Z-probe offset x [mm]
EPR:3 804 0.000 Z-probe offset y [mm]
EPR:3 816 0.000 Z-probe X1 [mm]
EPR:3 820 100.000 Z-probe Y1 [mm]
EPR:3 824 86.600 Z-probe X2 [mm]
EPR:3 828 -50.000 Z-probe Y2 [mm]
EPR:3 832 -86.600 Z-probe X3 [mm]
EPR:3 836 -50.000 Z-probe Y3 [mm]
EPR:3 1036 0.000 Z-probe bending correction A [mm]
EPR:3 1040 0.000 Z-probe bending correction B [mm]
EPR:3 1044 0.000 Z-probe bending correction C [mm]
EPR:0 880 0 Autolevel active (1/0)
EPR:0 106 3 Bed Heat Manager [0-3]
EPR:0 107 255 Bed PID drive max
EPR:0 124 80 Bed PID drive min
EPR:3 108 30.375 Bed PID P-gain
EPR:3 112 33.000 Bed PID I-gain
EPR:3 116 290.000 Bed PID D-gain
EPR:0 120 255 Bed PID max value [0-255]
EPR:3 200 92.400 Extr.1 steps per mm
EPR:3 204 100.000 Extr.1 max. feedrate [mm/s]
EPR:3 208 20.000 Extr.1 start feedrate [mm/s]
EPR:3 212 6500.000 Extr.1 acceleration [mm/s^2]
EPR:0 216 1 Extr.1 heat manager [0-3]
EPR:0 217 230 Extr.1 PID drive max
EPR:0 245 40 Extr.1 PID drive min
EPR:3 218 31.3600 Extr.1 PID P-gain/dead-time
EPR:3 222 2.1800 Extr.1 PID I-gain
EPR:3 226 112.9000 Extr.1 PID D-gain
EPR:0 230 255 Extr.1 PID max value [0-255]
EPR:2 231 0 Extr.1 X-offset [steps]
EPR:2 235 0 Extr.1 Y-offset [steps]
EPR:2 290 0 Extr.1 Z-offset [steps]
EPR:1 239 1 Extr.1 temp. stabilize time
EPR:1 250 150 Extr.1 temp. for retraction when heating [C]
EPR:1 252 2310 Extr.1 distance to retract when heating [mm]
EPR:0 254 255 Extr.1 extruder cooler speed [0-255]
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:558.062 E:0.0000
wait
ok 530
wait
wait
wait
wait
ok 530
Z-probe:10.05 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.82 X:-108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
wait
ok 530
ok 530
Z-probe:10.28 X:108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.25 X:108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.11 X:-108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.78 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.11 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:558.112 E:0.0000
ok 530
ok 530
Z-probe:11.44 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.63 X:-108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:12.26 X:108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.85 X:108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.70 X:-108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:12.07 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.29 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:559.550 E:0.0000
ok 530
ok 530
Z-probe:10.03 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.15 X:-108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.74 X:108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.34 X:108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.16 X:-108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.53 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.78 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:559.575 E:0.0000
ok 530
ok 530
Z-probe:9.99 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.14 X:-108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.74 X:108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.32 X:108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.16 X:-108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.54 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.75 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:559.562 E:0.0000
ok 530
ok 530
Z-probe:9.05 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.13 X:-108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.15 X:108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.03 X:108.43 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:-108.43 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.96 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.20 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:558.623 E:0.0000
ok 530
ok 530
Z-probe:0.68 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:2.52 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:2.42 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:2.61 X:108.42 Y:-62.66 zCorr:0.00
wait
ok 530
ok 530
ok 530
ok 530
Z-probe:2.06 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:2.09 X:0.00 Y:125.32 zCorr:0.00
wait
wait
ok 530
ok 530
ok 530
ok 530
Z-probe:2.29 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.298 E:0.0000
ok 530
ok 530
Z-probe:16.08 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:14.94 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:14.86 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:14.88 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:15.18 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:14.79 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:14.96 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:555.376 E:0.0000
ok 530
ok 530
Z-probe:4.48 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:5.66 X:-108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:5.55 X:108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:5.64 X:108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:5.58 X:-108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:5.50 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:5.56 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.860 E:0.0000
ok 530
ok 530
Z-probe:11.50 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:11.20 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.21 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.22 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.22 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.12 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:11.21 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:551.355 E:0.0000
ok 530
ok 530
Z-probe:8.61 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:8.90 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.88 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.89 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.85 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.79 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.85 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.964 E:0.0000
ok 530
ok 530
Z-probe:9.99 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.05 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.05 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.99 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.96 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.02 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.961 E:0.0000
ok 530
ok 530
Z-probe:10.74 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.64 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.57 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.50 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.696 E:0.0000
ok 530
ok 530
Z-probe:9.85 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.96 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.87 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.90 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.90 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.82 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.87 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.542 E:0.0000
ok 530
ok 530
Z-probe:10.57 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.51 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.47 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.45 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.38 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:551.117 E:0.0000
ok 530
ok 530
Z-probe:9.84 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.95 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.89 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.92 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.90 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.81 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.89 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.957 E:0.0000
ok 530
ok 530
Z-probe:10.00 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.04 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.98 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.98 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.963 E:0.0000
ok 530
ok 530
Z-probe:9.39 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.59 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.54 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.61 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.56 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.49 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.56 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.348 E:0.0000
ok 530
ok 530
Z-probe:10.41 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.32 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.36 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.757 E:0.0000
ok 530
ok 530
Z-probe:9.36 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.47 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.48 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.38 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.42 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.114 E:0.0000
ok 530
ok 530
Z-probe:10.70 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.58 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.57 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.59 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.49 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.821 E:0.0000
ok 530
ok 530
Z-probe:9.02 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.24 X:-108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.22 X:108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.27 X:108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.21 X:-108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.17 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.21 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.842 E:0.0000
ok 530
ok 530
Z-probe:10.57 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.47 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.45 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.50 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.39 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.47 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.412 E:0.0000
ok 530
ok 530
Z-probe:9.70 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.80 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.77 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.82 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.77 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.70 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.75 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.105 E:0.0000
ok 530
ok 530
Z-probe:10.43 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.34 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.34 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.37 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.27 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.34 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.535 E:0.0000
ok 530
ok 530
Z-probe:9.59 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.70 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.66 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.72 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.68 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.62 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.67 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.129 E:0.0000
ok 530
ok 530
Z-probe:10.41 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.35 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.35 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.37 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.27 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.539 E:0.0000
ok 530
ok 530
Z-probe:9.74 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.83 X:-108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.78 X:108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.83 X:108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.78 X:-108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.72 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.79 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.282 E:0.0000
ok 530
ok 530
Z-probe:10.41 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.34 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.37 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.36 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.694 E:0.0000
ok 530
ok 530
Z-probe:9.02 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.25 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.22 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.24 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.22 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.18 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.19 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.702 E:0.0000
ok 530
ok 530
Z-probe:10.56 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.47 X:-108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.43 X:108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.47 X:108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.43 X:-108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.38 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.269 E:0.0000
ok 530
ok 530
Z-probe:9.99 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.04 X:-108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.03 X:108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.05 X:108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:-108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.97 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.257 E:0.0000
ok 530
ok 530
Z-probe:10.43 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.39 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.36 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.27 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.34 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.685 E:0.0000
ok 530
ok 530
Z-probe:10.29 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.27 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.23 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.16 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.975 E:0.0000
ok 530
ok 530
Z-probe:9.44 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.62 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.55 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.59 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.54 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.49 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.55 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.423 E:0.0000
ok 530
ok 530
Z-probe:10.84 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.74 X:-108.43 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.67 X:108.43 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.67 X:108.43 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.70 X:-108.43 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.59 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.66 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:551.260 E:0.0000
ok 530
ok 530
Z-probe:9.56 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.67 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.67 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.68 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.66 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.59 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.67 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.814 E:0.0000
ok 530
ok 530
Z-probe:9.17 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.36 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.30 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.36 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.31 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.27 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.32 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.990 E:0.0000
ok 530
ok 530
Z-probe:10.85 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.69 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.69 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.69 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.70 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.59 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.68 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.832 E:0.0000
ok 530
ok 530
Z-probe:8.60 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:8.91 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.87 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.91 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.86 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.84 X:0.00 Y:125.33 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:8.86 X:0.00 Y:-125.33 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.435 E:0.0000
ok 530
ok 530
Z-probe:10.97 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.79 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.77 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.81 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.78 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.71 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.79 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.407 E:0.0000
ok 530
ok 530
Z-probe:9.58 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.71 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.67 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.70 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.65 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.62 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.67 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.994 E:0.0000
ok 530
ok 530
Z-probe:10.56 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.45 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.46 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.40 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.44 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.551 E:0.0000
ok 530
wait
ok 530
Z-probe:9.31 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.49 X:-108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.48 X:108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.44 X:-108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.40 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.44 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.863 E:0.0000
ok 530
wait
ok 530
Z-probe:10.84 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.69 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.68 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.70 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.69 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.61 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.68 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.703 E:0.0000
ok 530
wait
ok 530
Z-probe:9.30 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.47 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.44 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.48 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.41 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.44 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.998 E:0.0000
ok 530
wait
ok 530
Z-probe:10.71 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.57 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.58 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.52 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.57 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.711 E:0.0000
ok 530
wait
ok 530
Z-probe:9.15 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.36 X:-108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.32 X:108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.33 X:108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.32 X:-108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.29 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.32 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.858 E:0.0000
ok 530
ok 530
Z-probe:10.27 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.22 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.21 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.25 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.22 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.17 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.21 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.129 E:0.0000
ok 530
ok 530
Z-probe:10.02 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.04 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.02 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.05 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.02 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.98 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.01 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.150 E:0.0000
ok 530
ok 530
Z-probe:10.29 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.24 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.23 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.25 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.21 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.18 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.441 E:0.0000
ok 530
ok 530
Z-probe:9.86 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.90 X:-108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.90 X:108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.89 X:-108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.84 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.301 E:0.0000
ok 530
ok 530
Z-probe:9.84 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.90 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.91 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.85 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.137 E:0.0000
ok 530
wait
ok 530
Z-probe:10.29 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.24 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.23 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.25 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.21 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.18 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.24 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.429 E:0.0000
ok 530
ok 530
Z-probe:9.86 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.90 X:-108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.89 X:108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.92 X:108.42 Y:-62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.90 X:-108.42 Y:62.67 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.86 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.88 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.285 E:0.0000
ok 530
wait
ok 530
Z-probe:10.14 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.13 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.10 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.13 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.12 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.07 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.10 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.425 E:0.0000
ok 530
ok 530
Z-probe:10.12 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.11 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.12 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.12 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.11 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.06 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.11 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.551 E:0.0000
ok 530
ok 530
Z-probe:9.32 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.47 X:-108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.47 X:108.42 Y:-62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.43 X:-108.42 Y:62.65 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.42 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.44 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.863 E:0.0000
ok 530
wait
ok 530
Z-probe:10.82 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.68 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.68 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.68 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.69 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.63 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.69 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.694 E:0.0000
ok 530
wait
ok 530
Z-probe:9.05 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:9.24 X:-108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.23 X:108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.24 X:108.42 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.22 X:-108.42 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.21 X:0.00 Y:125.31 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.21 X:0.00 Y:-125.31 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.735 E:0.0000
ok 530
ok 530
Z-probe:10.41 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.33 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.32 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.33 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.32 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.30 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.32 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.153 E:0.0000
ok 530
wait
ok 530
Z-probe:10.00 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.02 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.02 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.99 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.96 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.01 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:550.153 E:0.0000
ok 530
ok 530
Z-probe:10.00 X:0.00 Y:0.00 zCorr:0.00
ok 530
ok 530
ok 530
Z-probe:10.01 X:-108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.01 X:108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.02 X:108.41 Y:-62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.01 X:-108.41 Y:62.66 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:9.98 X:0.00 Y:125.32 zCorr:0.00
ok 530
ok 530
ok 530
ok 530
Z-probe:10.00 X:0.00 Y:-125.32 zCorr:0.00
ok 530
ok 530
ok 530
wait
wait
wait
wait
wait
wait
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
SelectExtruder:0
FlowMultiply:100
ok 530
SelectExtruder:0
FlowMultiply:100
X:0.00 Y:0.00 Z:549.895 E:0.0000
wait
SirLinhart
Plasticator
Posts: 14
Joined: Sun Sep 14, 2014 6:45 am

Re: OpenDACT(Delta Automatic Calibration Tool) - For Repetie

Post by SirLinhart »

I now have the tricklaser metal effector, arms, skates installed. Now I have some new problems. For one the Z-probe will sometimes "give up" on taking a reading at a random point. It will get about 2/3's down into the bed before going up and continuing on, which gives us a really messed up reading in opendact if we let it finish (once it was like +64), no idea what that's about. Other issue is that the Z-probe results have been way more inconsistent than before, which I think is weird. We swapped out the limit switch we were using because it had too much side travel, this helped but we are about +-.04 right now on accuracy.

Need to find a really quality limit switch that has the little roller. One that has bearings for the roller and is made for precision.
Post Reply

Return to “General Tips 'N Tricks”