Which Gcode type do I use?

Post Reply
anrkii
Posts: 34
Joined: Thu Oct 25, 2018 2:24 am

Which Gcode type do I use?

Post by anrkii » Mon Oct 29, 2018 10:50 am

Smartto is not an option in the printer settings page. I could not find an answer elsewhere for what Gcode flavor to set the slicer software to. Marlin? Repetier?

thanks in advance.

dekes1
Posts: 36
Joined: Sat Oct 20, 2018 11:33 pm

Re: Which Gcode type do I use?

Post by dekes1 » Mon Oct 29, 2018 1:38 pm

It uses a flavor of Marlin, although with some Gcodes not yet added. For now, Marlin is your best bet.

Lexan
Posts: 71
Joined: Fri Oct 26, 2018 8:28 pm

Re: Which Gcode type do I use?

Post by Lexan » Tue Oct 30, 2018 8:51 pm

Repetier works also just fine

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: Which Gcode type do I use?

Post by _kaktus_ » Tue Oct 30, 2018 9:40 pm

Hello.
:mrgreen:

This can be tested experimentally.
As an interesting experiment in getting to know your machine. ;)
  1. Start your computer.
  2. Connect the printer to a USB port
  3. On the computer, run the console with the serial port terminal.
  4. Start the printer.
  5. Establish a connection from the console via the printer's serial port.
  6. Restart the printer.
Among other things, there will be an interesting character string in the terminal.

It can look like this:

Code: Select all

ok T:25.8 /0.0 B:26.1 /0.0 T0:25.8 /0.0 T1:25.5 /0.0 @:0 B@:0 @0:0 @1:0
This is the printer's response to an M105 request.
It looks different for different platforms:
Repetier

Code: Select all

T:24.59 / 0 B:29.17 / 0 B@:0 @:0 T0:24.59 / 0 @0:0 T1:25.68 / 0 @1:0
Marlin

Code: Select all

ok T:25.8 /0.0 B:26.1 /0.0 T0:25.8 /0.0 T1:25.5 /0.0 @:0 B@:0 @0:0 @1:0
MarlinKimbra

Code: Select all

ok T:26.4 /0.0 B:26.3 /0.0 T0:26.4 /0.0 T1:26.3 /0.0 @:0 B@:0 @0:0 @1:0
Smoothieware

Code: Select all

ok T:25.6 /0.0 @0 T1:24.5 /0.0 @0 B:25.7 /0.0 @0
Reprap

Code: Select all

T:26.5 /0.0 B:24.8 /0.0
You must be aware, however, that not all G-Code commands must work.
:lol:

You can also watch the printer's response to the M105 command in your slicer log.
However, using the previous method you will see more interesting information. :D
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

Lexan
Posts: 71
Joined: Fri Oct 26, 2018 8:28 pm

Re: Which Gcode type do I use?

Post by Lexan » Tue Oct 30, 2018 10:07 pm

Send: M105Recv: ok

Code: Select all

T:16.6 /0.0 B:14.0 /0.0 F:0 R:100 @:0 B@:0
a bitt different in the end :D

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: Which Gcode type do I use?

Post by _kaktus_ » Tue Oct 30, 2018 11:04 pm

:lol:

Have you looked into the terminal?
I'm curious what the printer will write to you after the restart.
;)
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

dekes1
Posts: 36
Joined: Sat Oct 20, 2018 11:33 pm

Re: Which Gcode type do I use?

Post by dekes1 » Wed Oct 31, 2018 1:46 am

Smartto is a custom firmware that is technically none of the named firmwares above. However, after building the code it's clear that it contains much of the same logic as Marlin, is structured the same as Marlin, and has the same naming standards as Marlin. As a matter of fact, until they released the source code, some people on the Marlin boards were claiming an open source code violation because they were certain it used Marlin at it's core.

Unfortunately, it still doesn't have all of Marlin's Gcodes implemented, but it's pretty close.

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: Which Gcode type do I use?

Post by _kaktus_ » Wed Oct 31, 2018 3:17 am

:D

It can be said to be Marlin compatible.
And that's it.

And what I was talking about was the identification string for Slicer.
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

Post Reply