Re: Hlidskjalf, Dual CoreXY May 29, 2017 07:38AM |
Registered: 12 years ago Posts: 1,807 |
Re: Hlidskjalf, Dual CoreXY May 30, 2017 02:26AM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY May 30, 2017 09:31AM |
Registered: 9 years ago Posts: 251 |
Re: Hlidskjalf, Dual CoreXY May 30, 2017 08:11PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY May 31, 2017 01:55AM |
Registered: 11 years ago Posts: 14,685 |
Re: Hlidskjalf, Dual CoreXY May 31, 2017 02:53AM |
Registered: 9 years ago Posts: 5,232 |
Re: Hlidskjalf, Dual CoreXY May 31, 2017 03:07PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 11, 2017 07:39PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 12, 2017 11:32AM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 12, 2017 12:59PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 12, 2017 01:27PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 12, 2017 03:15PM |
Registered: 7 years ago Posts: 86 |
Re: Hlidskjalf, Dual CoreXY June 12, 2017 04:15PM |
Registered: 8 years ago Posts: 249 |
case 1: // CoreXY machinePos[X_AXIS] = ((motorPos[X_AXIS] * stepsPerUnit[Y_AXIS]) - (motorPos[Y_AXIS] * stepsPerUnit[X_AXIS])) /(2 * axisFactors[X_AXIS] * stepsPerUnit[X_AXIS] * stepsPerUnit[Y_AXIS]); machinePos[Y_AXIS] = ((motorPos[X_AXIS] * stepsPerUnit[Y_AXIS]) + (motorPos[Y_AXIS] * stepsPerUnit[X_AXIS])) /(2 * axisFactors[Y_AXIS] * stepsPerUnit[X_AXIS] * stepsPerUnit[Y_AXIS]); machinePos[Z_AXIS] = motorPos[Z_AXIS]/stepsPerUnit[Z_AXIS]; break; case 4: // CoreXYU machinePos[X_AXIS] = ((motorPos[X_AXIS] * stepsPerUnit[Y_AXIS]) - (motorPos[Y_AXIS] * stepsPerUnit[X_AXIS])) /(2 * axisFactors[X_AXIS] * stepsPerUnit[X_AXIS] * stepsPerUnit[Y_AXIS]); machinePos[Y_AXIS] = ((motorPos[X_AXIS] * stepsPerUnit[Y_AXIS]) + (motorPos[Y_AXIS] * stepsPerUnit[X_AXIS])) /(2 * axisFactors[Y_AXIS] * stepsPerUnit[X_AXIS] * stepsPerUnit[Y_AXIS]); machinePos[U_AXIS] = ((motorPos[U_AXIS] * stepsPerUnit[V_AXIS]) - (motorPos[V_AXIS] * stepsPerUnit[U_AXIS])) /(2 * axisFactors[V_AXIS] * stepsPerUnit[U_AXIS] * stepsPerUnit[V_AXIS]); machinePos[V_AXIS] = ((motorPos[U_AXIS] * stepsPerUnit[V_AXIS]) + (motorPos[V_AXIS] * stepsPerUnit[U_AXIS])) /(2 * axisFactors[V_AXIS] * stepsPerUnit[U_AXIS] * stepsPerUnit[V_AXIS]); machinePos[Z_AXIS] = motorPos[Z_AXIS]/stepsPerUnit[Z_AXIS]; break;
Re: Hlidskjalf, Dual CoreXY June 15, 2017 01:46PM |
Registered: 7 years ago Posts: 8 |
Re: Hlidskjalf, Dual CoreXY June 15, 2017 04:05PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 15, 2017 11:55PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 16, 2017 02:06AM |
Registered: 11 years ago Posts: 14,685 |
Re: Hlidskjalf, Dual CoreXY June 16, 2017 11:28AM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 16, 2017 11:51AM |
Registered: 11 years ago Posts: 14,685 |
Quote
prot0typ1cal
@ dc42, Challenge accepted.
Re: Hlidskjalf, Dual CoreXY June 16, 2017 04:03PM |
Registered: 7 years ago Posts: 8 |
Re: Hlidskjalf, Dual CoreXY June 21, 2017 05:51PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 22, 2017 02:37AM |
Registered: 11 years ago Posts: 14,685 |
Re: Hlidskjalf, Dual CoreXY June 22, 2017 01:32PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY June 22, 2017 03:26PM |
Registered: 7 years ago Posts: 86 |
Great!Quote
dc42
Firmware 1.19beta7 includes the CoreXYU support. I hope to release it later today.
Re: Hlidskjalf, Dual CoreXY June 22, 2017 03:46PM |
Registered: 12 years ago Posts: 5,796 |
Re: Hlidskjalf, Dual CoreXY June 22, 2017 04:27PM |
Registered: 7 years ago Posts: 8 |
Quote
lars.arvidson
Great!Quote
dc42
Firmware 1.19beta7 includes the CoreXYU support. I hope to release it later today.
Did my first prints today! Still pretty ghetto and a lot to fix on the printer. I have seen better first layers but still a big milestone in my project!
[youtu.be]
Now I need more axis than 6 for bed leveling... Next firmware hack me think...
Re: Hlidskjalf, Dual CoreXY June 22, 2017 04:36PM |
Registered: 8 years ago Posts: 249 |
Quote
the_digital_dentist
Something has been bugging me about this printer from the first post. How do you pronounce "Hlidskjalf"? It sounds like something you'd find in an Ikea catalog...
Re: Hlidskjalf, Dual CoreXY June 22, 2017 05:32PM |
Registered: 12 years ago Posts: 5,796 |
Re: Hlidskjalf, Dual CoreXY June 22, 2017 07:23PM |
Registered: 9 years ago Posts: 338 |
Re: Hlidskjalf, Dual CoreXY June 22, 2017 07:28PM |
Registered: 8 years ago Posts: 249 |
Quote
lars.arvidson
Did my first prints today! Still pretty ghetto and a lot to fix on the printer. I have seen better first layers but still a big milestone in my project!
[youtu.be]
Now I need more axis than 6 for bed leveling... Next firmware hack me think...