file Frage Using Linux Software Toolchain

Mehr
18 Nov 2014 23:24 #10742 von Jubin
Using Linux Software Toolchain wurde erstellt von Jubin
Hello,
I would like to buy a StepCraft 420 for 3d printing and pcb milling. (un) Fortunatly my software tool chain is based on linux software and work fine. I would like before buying if it is possible to use the Stepcraft hardware with linux.
I had been looking a the very few elements in the construction manual and the machine parameter and its look like there is no real documentation about the protocols and commands used to comunicate with the controler board.
This boards looks having the same functions implementations used for 3d printers (Ramps + usb converter interpreter Arduino Mega) or the hardware used in CNCLinux.

I would like to get your help on this topic and be able to use it in linux.
I am also ready to contribute in terms of software development if necessary.
Thanks
Henri

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 00:12 #10746 von julius
julius antwortete auf Using Linux Software Toolchain
Hello Jubin,

I'm interested about the topic too. I've see other CNC milling machine working well with LinuxCNC so I see no valid reason for Stepcraft not working too, but I have no direct experience until now (I'm a linux user too).

All I know is what reported in this blog , unfortunately my knowledge of german language is... sehr schlect.

SC300 + Spindle HF500 + Portalerhöhung + LinuxCNC + gsimple

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • MagIO2
  • MagIO2s Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Zu viele Ideen und zu wenig Zeit
Mehr
19 Nov 2014 08:02 #10751 von MagIO2
MagIO2 antwortete auf Using Linux Software Toolchain
The controller board has been developed by WinPC NC developer and is propriatary, so without hacking it will only work with WinPC NC.

But you don't have to buy this controller board. You can buy the parallel port and connect it to the parallel port of a PC to run the stepcraft with Mach3 or CNCLinux. (There is a thread about that which contains all the necessary settings for CNCLinux - I think it was in german, but as this is a pretty friendly forum, there will be help if you want to go that way)

The interface of the stepper-driver-board is straight forward and it should be easy to attach other interface-cards to it. So, it should be easy to connect other hardware - like controllers which work with Mach3. There is also a thread about an arduino solution. There is a java program available which simply sends g-code files to the arduino board.

SC 420 mit DIY parallel + Proxxon mit Mod + HF500 + SprintLayout + LibreCAD/QCAD + FreeCAD +WinPC starter/USB->EstlCAM + EstlCAM LPTAdapter + EstlCAM Handrad + DIY Vakuumtisch

Gruß, Andreas

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 12:44 #10761 von julius
julius antwortete auf Using Linux Software Toolchain
Thanks MagIO2,

just to fix ideas, may you check if the list below is correct?

Controller Board = hardware driving the physical movements of the motors
G3 = format of instructions for the controller board
Control Software = software program sending G3 instructions to the controller board
CAM software = software program for solid drawings producing files that can be loaded by control software
STL or DXF = formats of files that can be loaded by control software to produce G3 instructions
Examples of control software = WinPC NC, LinuxCNC, Mach3, etc.

From what above, strictly speaking, I don't need to buy/use specialized CAM software, I could use AutoCAD for solid drawings (dxf format). Is this correct?
Another question: in case of CAM software, the calculus/optimization of cutting paths is made by it or is delegated to the Control Software as second step? Or CAM software produces G3 instructions that can be used "as is" by the control software?
Wow! A lot of questions... :blush:

SC300 + Spindle HF500 + Portalerhöhung + LinuxCNC + gsimple

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 13:07 #10762 von Rory
Rory antwortete auf Using Linux Software Toolchain
CAM interprets Geometry (STL / DXF) and generates Gcodes (usually). At this stage its - Geometry in - Gcode out. The Gcode contains the details of the CAM process settings - the actual paths the cutter is instructed to move at - what tool radius compensation - ramp plunges etc. These settings are implemented onto the Geometry and the Gcode is produced.

Think of the Gcode as a set of instructions that the CAM software has generated in order to reproduce the part shape we have designed, constrained by certain settings.

But the important aspect here is that AutoCAD and Soild works will generate DXF/STL files. This cannot be used directly with the machine controller. You have to convert it into a format / tooling strategy (CAM) that the machine can interpret. Solid works does have a CAM package output too - so its possible to go straight to Gcode with Solid works with correct software addition.


Once you have Gcode - then you can move into the machine control domain. UCCNC, MAch3, LinixCNC, WinPC are controllers. In that they can control the machine movement. BUT they need to be given "instruction" in the form of machine toolpaths - the Gcodes.

Some machine controllers have built in CAM internally - so you can generate this with the same software you control the machine with. So in some cases - you can inport a DXF file and us the software to control the machine. BUT this is an example of a CAM package AND and Controller package combined.

the process in summary is
- design you part in a CAD package
- Apply tooling strategies (CAM)
- Setup the machine and run the toolpath (CNC / Machine controller)



The STEPCRAFT with the WinPC USB module - is a machine with a control card - in that - the WinPC software sister to the control card is the machine controller.

WinPC starter - allows direct import of PLT files from Corel - so the WinPC starter is a basic CAM/Controller. You can apply some settings and do machining from a PLT file import. Think of a PLT file as a DXF file in different form.

WinPC USB/UCCNC/MAch3/LinuxCNC are full Gcode controllers (correct me if I'm wrong - not 100% familiar with WinPC USB and Linux). So these can control the machine but require toolpaths.


With no control card in the machine you simply have a breakout system where the signals connected to the limit switches and the motor drives are just left open to connect to. There is no machine controller. Connect the WinPC cards and the WinPC controller generates the signals for the machine

Connect the UC100 and the PArallel card and you have Mach3/UCCNC controlling the machine.


whats very important is the quality and method used to generate the signals for machine movement. If the pulses from the controller to the stepper drives are not clean and uniform from the controller then you can have torque loss and poor performance that is nothing to do with the machine.

Its also important HOW the controller generates the pulses. Moving along the edges of a square - the X and Y axes must speed up and slow down. Accelerate and decelerate. laws of physics. The way in which the controller does this is important. Ask the machine to accelerate to fast - the motors will stall. The controller side is very complex.

USB based controllers like the UC100 and WinPC USB have overcome a lot of the older issues associated with LPT based control.


LinuxCNC was much better before the USB controllers came out as it does not hold the control system to the same ransom as windows does.

However - the issue with linux is that there is still no decent CAM controller combination. So it remains a small user group. Again - I welcome to be corrected here.

it would be interesting to see a linux based application here. Will do what I can to support.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • MagIO2
  • MagIO2s Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Zu viele Ideen und zu wenig Zeit
Mehr
19 Nov 2014 13:49 - 19 Nov 2014 13:50 #10765 von MagIO2
MagIO2 antwortete auf Using Linux Software Toolchain
@Rory: I started writing ages ago, but a colleague did not stop talking to me, so your response came earlier than mine. Don't mind if I repeat something or don't tell anything new at all. Just don't want to turn my time into wasted time by not sending my response ;o)



The big PCB of the stepcraft is driving the motors. It has an interface which accepts direction and step information for each of the 3 stepper motors.

To this interface you connect either a simple parallel board (which only brings the signal lines closer to the housing of the stepcraft) or you connect a controller board. With a parallel interface the PC has to do all the signal generation and is in full control of the movements. But it also has to take care that the signal timings are met. This is why you should not do anything else but run Mach3 or CNCLinux when milling because each interrupt can cause delays in the signal generation.

Today you hardly find PCs with parallel interface but all have USB ports. USB is not meant for transfering the realtime signals needed by CNC machines.

That's where the controller board comes into play. The PC sends line and arc information to the controller and the controller creates the signals needed by the motor drivers. The program for sending this information is for example WinPC NC or for a Mach3 controller it is a Mach3-plugin.

In CNC world (and in 3D printer world) g-code is common to describe the motions of a machine on the level of lines and arcs ... and speed, spindle on / off ....

Ok ... this is the hardware part, now let's go to software-part.

First you have a CAD program to create computer models of the parts. LibreCAD, Inkscape, CorelDraw, QCAD ...
Here you usually create the parts with the right measurements either in 2D or in 3D.
With CAM you prepare the computer models for the machine that you are using to produce the parts. For 3D printing the CAM systems are called slicer. These have to take into account which nozzle your pinter has, what layer size it is ...
For the steppi a lot of people use EstlCAM. Here the CAM needs to know which cutters are used, how deep to cut with each run ....

In the end the CAM software creates the files that are needed by the machine control system ( either a controller board or Mach3/CNCLinux ), which is for example a g-code-file (or a *.plt-file for WinPC NC starter).

On a controller based setup you might need a piece of software to send the file created by CAM to the machine. (WinPC NC, Mach3, g-code-sender ....)

Besides this clear view of duties, any kind of mixtures do exist. For example with the current version of EstlCAM you can directly send the g-code to an arduino based controller board.
Mach3 surely has possibilities which more look like CAD/CAM.

For 3D printers you might even have single software solutions.

What you mean with G3, I don't know!

SC 420 mit DIY parallel + Proxxon mit Mod + HF500 + SprintLayout + LibreCAD/QCAD + FreeCAD +WinPC starter/USB->EstlCAM + EstlCAM LPTAdapter + EstlCAM Handrad + DIY Vakuumtisch

Gruß, Andreas
Letzte Änderung: 19 Nov 2014 13:50 von MagIO2.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 14:12 #10766 von julius
julius antwortete auf Using Linux Software Toolchain
Hello Rory,
wow! A lot of information! But I still have to decide if I understood or not... :huh:
I mean... what you wrote make sense me, but I still have not a general overview of the argument (fmy fault for sure).
This usually happens when a lot of technical jargon is involved (for example to me it's quite obvious why the camshaft of a Ducati motorbike is made in that manner and how it works, but it's hard to explain that to somebody that has no idea of what an "engine" is).

I need to read ten times your post and I will be back :blush:

SC300 + Spindle HF500 + Portalerhöhung + LinuxCNC + gsimple

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • Aldronaigh
  • Aldronaighs Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Och nöööö
Mehr
19 Nov 2014 14:46 #10769 von Aldronaigh
Aldronaigh antwortete auf Using Linux Software Toolchain
Hi julius,

you can use the stepcraft machines with LinxCNC. Just order the "parallel port" version.

You can use the setup as described here:

translate.google.com/translate?hl=en&sl=de&tl=en&u=http%3A%2F%2Frlirc.blogspot.de%2F2014%2F03%2Fbetrieb-der-stepcraft-420-mit-linux.html

What you need in addition is a converter tool whoch translates .dxf/.dwg files (generated by you CAD program) to a usable G-Code file for the controller (inside the SC).

dxf2gcode ( code.google.com/p/dxf2gcode/ ) works fine. Some CAD programs are capable of generating gcode directly. But those are often found in the up market region.

The other possibility would be to exchange the controller with another one so you are more flexible.

If you use the 3D printing functions you may need a different approach as 3D printing is an additive method and needs an additional parameter for the 3D printing head (feeding).

If I am right the LinuxCNC crew is working on some ideas on how to implemet 3D printing funtions. But I don't know how far they are up to yet.

I also use LinuxCNC and had no problems so far. I also want to order the 3D printing head somewhen later.

Panta rhei...nur wohin?

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 15:23 #10770 von julius
julius antwortete auf Using Linux Software Toolchain
@MagIO2: yes! That's the kind of information I was looking for!

Honestly, while looking at photos on the Stepcraft on the website, I was searching for that unaesthetic box that you usually see with other (not all) CNC machines. But no way to find it. By googling I've got photos of the internal PCB and the rear part of the machine, so I thought: "the controller board is that!". But I was wrong.

For this reason some things of the explanation by Rory was not completely clear to me.

Hint:
I think that a clear collection of front, rear, top, bottom photos of the Stepcraft machine should be added on the website (no way to discover where that black cables ends... :) )

So, as I understand, the best solution is Steppie + Control Board + "g-code-sender software" + "whatever you want software for CAD and CAM"
The cheaper solution is to use your PC like a controller board (preferably with a parallel port to the Steppie).

please... forget about "G3"..... :blush:

SC300 + Spindle HF500 + Portalerhöhung + LinuxCNC + gsimple

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 15:31 - 19 Nov 2014 15:31 #10772 von Rory
Rory antwortete auf Using Linux Software Toolchain
Treat it as three stages - try to understand each stage


CAD - where the Geometry is created
- solid works
- autocad
- Alibre
- Corel Draw
- Creo
- Catia
- Illustrator
- Fusion


CAM - where the tooling strategies and machining settings are supplied
-VcarvePro
-Cut2D
-Cut3D
-STEPCRAFT slicer for 3D print
-Cura for 3D print
-Cambam
- and others.


CNC - where the machine carries out the process.
-WinPC USB
-WinPC Starter (CAM internally also - but very simple)
- UCCNC
- Mach3 (with some CAM wizards)



The choice for CNC will dictate the hardware you need for the SC machine.


maybe we should open up another post with the list of compatible systems? I'm sure others can add more than me
Letzte Änderung: 19 Nov 2014 15:31 von Rory.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • MagIO2
  • MagIO2s Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Zu viele Ideen und zu wenig Zeit
Mehr
19 Nov 2014 15:37 - 19 Nov 2014 15:41 #10773 von MagIO2
MagIO2 antwortete auf Using Linux Software Toolchain
Well ... if you say that dedicating a PC to the CNC is cheaper than a controller board.

Currently I use Netbook + WinPC controller + WinPC NC Starter

The nice thing about this solution is, that the Netbook can be used while running a job on the Steppi (Preparing the next part, visit the forum ...) ... and it is "Plug and Play".

Using a different controller like the arduino is a little bit more extra work. Soldering adapter, install software on the arduino.

In the parallel solution the PC IS your controller board. The hardware-part is also Plug and Play. And the configuration is described here in the forum.

My future solution more looks like:
Raspberry + uC + g-code-sender

But it is still a long way to go. :)

SC 420 mit DIY parallel + Proxxon mit Mod + HF500 + SprintLayout + LibreCAD/QCAD + FreeCAD +WinPC starter/USB->EstlCAM + EstlCAM LPTAdapter + EstlCAM Handrad + DIY Vakuumtisch

Gruß, Andreas
Letzte Änderung: 19 Nov 2014 15:41 von MagIO2.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 15:37 - 19 Nov 2014 15:39 #10774 von julius
julius antwortete auf Using Linux Software Toolchain

Aldronaigh schrieb: Hi julius,

you can use the stepcraft machines with LinxCNC. Just order the "parallel port" version.

Thanks Aldronaigh, I will check the links you provided. I saw other machines working with LinuxCNC so was strange to me that an SC cannot work with it.

Aldronaigh schrieb: What you need in addition is a converter tool whoch translates .dxf/.dwg files (generated by you CAD program) to a usable G-Code file for the controller (inside the SC).

Accordingly to what Rory and MagIO wrote above, maybe the word "controller" is not correct. A more appropriate term should be "driver board", or not? I mean... the board inside the SC is "stupid", not "intelligent" like a controller. It just commutes digital signals to power signals for steering the motors. I'm right?

SC300 + Spindle HF500 + Portalerhöhung + LinuxCNC + gsimple
Letzte Änderung: 19 Nov 2014 15:39 von julius.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • MagIO2
  • MagIO2s Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Zu viele Ideen und zu wenig Zeit
Mehr
19 Nov 2014 15:44 - 19 Nov 2014 15:56 #10775 von MagIO2
MagIO2 antwortete auf Using Linux Software Toolchain
Well ... aldronaigh really means the controller board, which in fact is also inside of the steppi housing.

PS:
If you have a look at page 7 of the construction manual excerpt, you see an image of the PCB.
On the right hand there is a free space which is meant for the 4th axis driver boart.
On the left hand there is also a plug, which is already occupied with the controller board.
This is where you'd put the parallel board if you prefere parallel / LinuxCNC.

The big rest of the PCB is the driver board.

SC 420 mit DIY parallel + Proxxon mit Mod + HF500 + SprintLayout + LibreCAD/QCAD + FreeCAD +WinPC starter/USB->EstlCAM + EstlCAM LPTAdapter + EstlCAM Handrad + DIY Vakuumtisch

Gruß, Andreas
Letzte Änderung: 19 Nov 2014 15:56 von MagIO2.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 15:55 - 19 Nov 2014 15:56 #10779 von julius
julius antwortete auf Using Linux Software Toolchain

MagIO2 schrieb: Well ... if you say that dedicating a PC to the CNC is cheaper than a controller board.

Currently I use Netbook + WinPC controller + WinPC NC Starter

The nice thing about this solution is, that the Netbook can be used while running a job on the Steppi (Preparing the next part, visit the forum ...) ... and it is "Plug and Play".

Using a different controller like the arduino is a little bit more extra work. Soldering adapter, install software on the arduino.

In the parallel solution the PC IS your controller board. The hardware-part is also Plug and Play. And the configuration is described here in the forum.

My future solution more looks like:
Raspberry + uC + g-code-sender

But it is still a long way to go. :)

Are you assuming that I know what a WinPC controller is? Or what a WinPC NC starter? By checking the website is absolutely not clear for a rookie (like me) to understand what I'm buying. The information presented is somehow "obscure".
Just now, with help by you and Rory, I understand that the "WinPC controller" should be some hardware, while the "WinPC NC Starter" should be the control software able to generate g-code for the controller.
I think I'm not the only one in such situation, when a newbie approaches to the website there a lot of things, clear and obvious to the manufacter, are quite confusing for "normal people".
I think that jargon and lack in communication are the main obstacle to the diffusion of (lovely) CNC machines.

Another thing: no idea about what an UC100 is until 5 minutes ago :blush:

SC300 + Spindle HF500 + Portalerhöhung + LinuxCNC + gsimple
Letzte Änderung: 19 Nov 2014 15:56 von julius.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • MagIO2
  • MagIO2s Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Zu viele Ideen und zu wenig Zeit
Mehr
19 Nov 2014 16:01 - 19 Nov 2014 16:03 #10780 von MagIO2
MagIO2 antwortete auf Using Linux Software Toolchain
Well ... not exactly.

WiPC NC is the software. But there is a starter version (which is included in the controller board option) and there is a full version, which costs ~200€ extra.

The starter can't handle g-code-files, which means that it is a pure 2D version. It works with plt-files (plotter files). These can be created directly by CorelDraw or Inkscape or you can use EstlCAM with WinPC NC Starter setting.
For different heights manual work is needed. Impossible to mill real 2.5D, impossible to do 3D printing (as far as I know).

The full version can handle g-code and do 3D printing.

SC 420 mit DIY parallel + Proxxon mit Mod + HF500 + SprintLayout + LibreCAD/QCAD + FreeCAD +WinPC starter/USB->EstlCAM + EstlCAM LPTAdapter + EstlCAM Handrad + DIY Vakuumtisch

Gruß, Andreas
Letzte Änderung: 19 Nov 2014 16:03 von MagIO2.
Folgende Benutzer bedankten sich: Rory

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 16:29 - 19 Nov 2014 16:31 #10781 von Rory
Rory antwortete auf Using Linux Software Toolchain
WinPC is a CNC controller.

A CNC controller needs some method of generating signals. It cannot just be software. The software crunches the numbers and then decides "what signals that need to be sent to the motors". The controller then has to send these signals to the motors reliably.

In the past - this has been done using the LPT output on the PC - so the PC motherboard (PCI LPT card) has been generating the signals. This is why the LPT port system is common in CNC. However - its not reliable and has issues that are beyond the scope of this thread.

Now - most of the communications happens on USB/Ethernet between controller hardware and controller software - and the controller hardware generates the signals.

The full version of WinPC USB is a piece of control software (requires Gcode to run) and has a piece of hardware associated - the USB module will create the signals for the machine. STEPCRAFT have a specifically designed piece of hardware to allow winPC to run the machine.

So

- WinPC starter and hardware - allows basic operations as Maglo2 has said. BAsic 2D milling with manual input required for different depths etc.

- WinPC full version and hardware - allows full Gcode control using WinPC controller.


BOTH of these configurations required the WinPC software AND hardware.

- Mach3 can be run using the LPT card. This simply allows any LPT input connector to connect to the SC. The UC100 is a USB controller that allows Mach3 to control he STEPCRAFT. Mach3 is the machine controller. It sends signals down the USB cable to the UC100 and the UC100 sends the signals to the machine.

- UCCNC is a new peice of software that has been designed by the guys at CNC drive who make the UC100 USB controller. So it can be used instead of Mach3.




Whats very important not to miss here is that the controller software (WinPC/Mach3/UCCNC and other) carry out a VERY important role that goes un-noticed. They convert the Gcode which defines the "optimal path" into actual real signals that allow the machine to follow this path.


So for example - moving around a corner - in theory for a perfect corner one axis must come to complete stop before the second axis moves. But in real life this would generate jerky movement and it would slow down the tool path. So the control software have values in their alrogithms that allow you to reduce the "corner error" for example - so the machine can "round the corner slightly" and maintain smooth movement at the expense of some accuracy. UCCNC allows you to tweak all these parameters. For most applications it can be ignored.

But the point is - if you start to use an Arduino or self made controller - the software to convert the Gcode to motion is complex to do right. This is why its better to use Windows with the USB protocal and the machine controllers that we do. Its not necessarily the best solution.

But currently - the best way to control a CNC outer is on windows with UCCNC/WinPC. This may change.
Letzte Änderung: 19 Nov 2014 16:31 von Rory.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • MagIO2
  • MagIO2s Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Zu viele Ideen und zu wenig Zeit
Mehr
19 Nov 2014 17:12 #10782 von MagIO2
MagIO2 antwortete auf Using Linux Software Toolchain
One remark for the records: As per my understanding the USB board has been developed by and still is property of Mr. Lewetz. It's only sold by Stepcaft and it is cheap to increase sales of the full version of WinPC NC.

SC 420 mit DIY parallel + Proxxon mit Mod + HF500 + SprintLayout + LibreCAD/QCAD + FreeCAD +WinPC starter/USB->EstlCAM + EstlCAM LPTAdapter + EstlCAM Handrad + DIY Vakuumtisch

Gruß, Andreas

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • Aldronaigh
  • Aldronaighs Avatar
  • Offline
  • Forum Nutzer
  • Forum Nutzer
  • Och nöööö
Mehr
19 Nov 2014 17:13 #10783 von Aldronaigh
Aldronaigh antwortete auf Using Linux Software Toolchain
Hey julius,

well the PCB inside the SC is not only a driver board. But it is not a real CNC controller board either.
Technical english terms can sometimes be a bitch :P

It is more a like a "diver controller". So it handles the incoming G-Code and converts it to step and direction signals (very simple explanation).

But to come back to your original question:

yes, you can use LinuxCNC, you just need the parallel port version of the SC. The good thing about the parallel port version is, that you can "sidegrade" it into a USB version (which only works with WinPC-NC as the USB version is in some way dongled / optimized by the software developer!).

Plus a dxf to G-Code converter. There are a lot out there and then you should be ready to go.
Just start slow and gain experience.

Maybe WinPC could be used via WINE?

Panta rhei...nur wohin?

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 18:26 #10788 von Rory
Rory antwortete auf Using Linux Software Toolchain

Aldronaigh schrieb: Hey julius,

well the PCB inside the SC is not only a driver board. But it is not a real CNC controller board either.
Technical English terms can sometimes be a bitch :P

It is more a like a "diver controller". So it handles the incoming G-Code and converts it to step and direction signals (very simple explanation).


can you define what is a "real CNC controller"? So we are all talking about the same thing?

the PCB in the SC has the stepper drives and the tracks for the power supply and signal connections. The IDC header has the 25pin connection scheme to connect the controller output to the SC. this is what the WinPC board plugs into.

WinPC software and the USB board that goes into the machine are the two parts that make up the "machine controller". Depending on what your definition is.

In the same way that Mach3/UCCNC and the UC100 are the machine controller for the alternative configuration


Aldronaigh schrieb: yes, you can use LinuxCNC, you just need the parallel port version of the SC. The good thing about the parallel port version is, that you can "sidegrade" it into a USB version (which only works with WinPC-NC as the USB version is in some way dongled / optimized by the software developer!).


please explain what you mean by this?

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Nov 2014 18:27 #10789 von Rory
Rory antwortete auf Using Linux Software Toolchain

Aldronaigh schrieb:

Plus a dxf to G-Code converter. There are a lot out there and then you should be ready to go.
Just start slow and gain experience.


This is the CAM package. IMO it is much more than a converter. There are many many ways a CAM package can output Gcode. A better term perhaps would a "toolpath generator".

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Powered by Kunena Forum

© 2024 STEPCRAFT GmbH & Co. KG

Wir benutzen Cookies

Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern (Tracking Cookies). Sie können selbst entscheiden, ob Sie die Cookies zulassen möchten. Bitte beachten Sie, dass bei einer Ablehnung womöglich nicht mehr alle Funktionalitäten der Seite zur Verfügung stehen.