Re: 8bit engraving with a CO2 laser April 02, 2016 08:33PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 03, 2016 05:37AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 03, 2016 05:42PM |
Admin Registered: 17 years ago Posts: 14,005 |
Re: 8bit engraving with a CO2 laser April 03, 2016 09:20PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 04, 2016 03:00AM |
Registered: 9 years ago Posts: 5,232 |
Re: 8bit engraving with a CO2 laser April 04, 2016 06:41AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 11, 2016 06:42AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 17, 2016 05:06AM |
Registered: 11 years ago Posts: 31 |
Re: 8bit engraving with a CO2 laser April 17, 2016 06:07AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 18, 2016 01:08PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 26, 2016 11:46PM |
Registered: 8 years ago Posts: 9 |
exit status 1 'ORIG_PS_ON_PIN' was not declared in this scope
Re: 8bit engraving with a CO2 laser April 27, 2016 05:10AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 27, 2016 01:34PM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser April 27, 2016 10:51PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 30, 2016 01:03AM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser April 30, 2016 05:36AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 30, 2016 12:23PM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser April 30, 2016 03:33PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser April 30, 2016 04:53PM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser April 30, 2016 09:56PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser May 07, 2016 04:10PM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser May 07, 2016 10:26PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser May 08, 2016 03:47PM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser May 10, 2016 11:08AM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser May 13, 2016 06:53PM |
Registered: 8 years ago Posts: 9 |
Echo: enqueueing "G28 Z F150" Echo: enqueueing "" Error: Unknown command: " [ERROR] Error: Unknown command: "If we look at the code in MK\module\lcd\ultralcd.cpp
static void laser_set_focus(float f_length) { if (!TEST(axis_was_homed, Z_AXIS)) { enqueuecommands_P(PSTR("G28 Z F150")); } focalLength = f_length; float focus = LASER_FOCAL_HEIGHT - f_length; char cmd[20]; sprintf_P(cmd, PSTR("G0 Z%s F150"), ftostr52(focus)); enqueuecommands_P(cmd); }
Echo: enqueueing "" Error: Unknown command: " [ERROR] Error: Unknown command: "
Re: 8bit engraving with a CO2 laser May 13, 2016 10:09PM |
Registered: 9 years ago Posts: 778 |
Re: 8bit engraving with a CO2 laser May 14, 2016 05:00PM |
Registered: 8 years ago Posts: 9 |
Re: 8bit engraving with a CO2 laser May 14, 2016 06:21PM |
Admin Registered: 17 years ago Posts: 14,005 |
Re: 8bit engraving with a CO2 laser May 15, 2016 07:51PM |
Registered: 11 years ago Posts: 31 |
Re: 8bit engraving with a CO2 laser April 13, 2017 04:26PM |
Registered: 7 years ago Posts: 4 |