Which Gcode type do I use?
Which Gcode type do I use?
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.
thanks in advance.
Re: Which Gcode type do I use?
It uses a flavor of Marlin, although with some Gcodes not yet added. For now, Marlin is your best bet.
Re: Which Gcode type do I use?
Repetier works also just fine
Re: Which Gcode type do I use?
Hello.
This can be tested experimentally.
As an interesting experiment in getting to know your machine.
It can look like this:
This is the printer's response to an M105 request.
It looks different for different platforms:
Repetier
Marlin
MarlinKimbra
Smoothieware
Reprap
You must be aware, however, that not all G-Code commands must work.
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.
This can be tested experimentally.
As an interesting experiment in getting to know your machine.
- Start your computer.
- Connect the printer to a USB port
- On the computer, run the console with the serial port terminal.
- Start the printer.
- Establish a connection from the console via the printer's serial port.
- Restart the printer.
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
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
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
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
Code: Select all
ok T:25.6 /0.0 @0 T1:24.5 /0.0 @0 B:25.7 /0.0 @0
Code: Select all
T:26.5 /0.0 B:24.8 /0.0
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.
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.
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.
Re: Which Gcode type do I use?
Send: M105Recv: ok
a bitt different in the end
Code: Select all
T:16.6 /0.0 B:14.0 /0.0 F:0 R:100 @:0 B@:0
Re: Which Gcode type do I use?
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.
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.
Re: Which Gcode type do I use?
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.
Unfortunately, it still doesn't have all of Marlin's Gcodes implemented, but it's pretty close.
Re: Which Gcode type do I use?
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.
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.