All Projects → akaJes → Marlin Config

akaJes / Marlin Config

Licence: gpl-3.0
Marlin firmware instant configurator

Programming Languages

javascript
184084 projects - #8 most used programming language
gcode
15 projects

Projects that are alternatives of or similar to Marlin Config

3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-94.19%)
Mutual labels:  3d-printing, 3d, 3d-printer
ADEM
Mobile device for distributed measurements of particulate matter (fine dust)
Stars: ✭ 12 (-96.33%)
Mutual labels:  firmware, platformio
AutoBuildMarlin
Visual Studio Code extension to more easily build Marlin Firmware
Stars: ✭ 206 (-37%)
Mutual labels:  platformio, 3d-printing
SuperLEDstrip
No description or website provided.
Stars: ✭ 13 (-96.02%)
Mutual labels:  firmware, platformio
parrot 3d
Stronger frame, Light weight component and easier to maintenance
Stars: ✭ 26 (-92.05%)
Mutual labels:  3d-printing, 3d-printer
octoscreen
A touchscreen client for Octoprint
Stars: ✭ 26 (-92.05%)
Mutual labels:  3d-printing, 3d-printer
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-90.83%)
Mutual labels:  firmware, platformio
tronxy-xy100
Working with an inexpensive 3D printer, Other names: STARTT (from imakr.com) or Anet A8
Stars: ✭ 22 (-93.27%)
Mutual labels:  3d-printing, 3d-printer
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (-0.31%)
Mutual labels:  editor, browser
BCN3DSigma-Firmware
Custom Marlin version for the brand new BCN3D Sigma from BCN3D Technologies
Stars: ✭ 81 (-75.23%)
Mutual labels:  firmware, 3d-printing
PolyDraw
✳️ PTSource PolyDraw is a free 3D polygonal modeller for Windows x86 and x64, for creating or modifying 3D objects using a mesh of 3D points and parametric NURBS Curves .Exports and imports to over 40 formats including WebVR and 3D Printing.
Stars: ✭ 17 (-94.8%)
Mutual labels:  3d-printing, 3d-printer
Pack3d
Tightly pack 3D models.
Stars: ✭ 265 (-18.96%)
Mutual labels:  3d, 3d-printing
Original-CR10-Marlin-Firmware-Source
This is the ORIGINAL Creality CR10 Firmware Source as Creality installs it.
Stars: ✭ 16 (-95.11%)
Mutual labels:  firmware, 3d-printing
voron-ht
Klipper configuration for my Voron 2.4
Stars: ✭ 20 (-93.88%)
Mutual labels:  firmware, 3d-printing
RAWR-TFT-Firmware-Artillery3D
The best Artillery Sidewinder X1 and Genius TFT Firmware 🖨 🦖
Stars: ✭ 71 (-78.29%)
Mutual labels:  firmware, 3d-printer
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (-70.34%)
Mutual labels:  firmware, platformio
U8glib-HAL
Customized U8glib for use in Marlin 2.0
Stars: ✭ 40 (-87.77%)
Mutual labels:  firmware, 3d-printing
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (-73.09%)
Mutual labels:  platformio, 3d-printing
K3D-VOSTOK
K3D VOSTOK 3D printer
Stars: ✭ 138 (-57.8%)
Mutual labels:  3d-printing, 3d-printer
React Three Editable
👀 ✏️ Edit your react-three-fiber scene with a visual editor without giving up control over your code.
Stars: ✭ 261 (-20.18%)
Mutual labels:  3d, editor

marlin-config

This is a help tool, intended for easy configuration of Marlin firmware

supported OS: Linux,Mac,Windows

Donate

Main features

  • instant changing of Configuration*.h files
  • quick help for Marlin options and G-codes
  • compilation and uploading your customized firmware
  • console for access to serial ports
  • collaborative editor for whole project
  • share your configuration on the site
  • automatical installer for PlatformIO

Features:

  • automatically clone repository from Marlin github if you don't have it
  • instant changing of Configuration*.h files
  • allow to filter only changed options overall and for each section
  • show help for all options
  • show help for G-codes
  • show allowed options/gcodes depend to your configuration
  • auto search options in Marlin github issues
  • reset configuration changes
  • switch between releases/branches and update git repository from github
  • switch or load provided examples of configuration
  • upload your old configuration over current from Configuration files
  • compile and upload the firmware to your device via PlatformIO Core
  • access to all serial ports using console manager (with auto ports changing detection)
  • simple 3D tool for positioning printer head in console manager
  • snippets allow compose the BootScreen, calculate a step values for various stepper motors
  • quick navigation with a right sided menu
  • create an issue on Marlin github with your configuration
  • share your configurator access via LAN or WAN (with changes log)

Snippets

  • stepper motors calculators (belt driven, screw driven, extruder)
  • startup bootscreen preview
  • custom bootscreen editor
  • sharing your connection with UPnP helper with QRcodes
  • using your phone as webcam

in project used documentation from MarlinDocumentation

Install marlin-config from binaries

We provide prebuilt binaries for macOS, Linux 32 / 64 and Windows 32 / 64. This is the latest release.

Dependencies

Using

After run appears a File dialog and asks to open any empty folder (then will be cloning for last version of marlin from github) or folder with the Marlin git repository

Install from NPM package

npm version

sudo npm -g i marlin-conf

some hints for Windows-Installation

Dependencies

Hints

Linux users issue about access to USB serial ports

Warning! Please install 99-platformio-udev.rules and check that your board's PID and VID are listed in the rules. https://raw.githubusercontent.com/platformio/platformio/develop/scripts/99-platformio-udev.rules

Using

open terminal in an empty folder or in a folder with Marlin repository and type

mct and confirm action

Preview

image

hints

  • In clean/unchanged configuration you can change current release version
  • You can drag in browser your Configuration*.h files

mct help

usage: mct help|git|tree|conf|clone
You need to run it in Marlin git repository
commands:
    mct
        asks to 'clone' if current folder has no repository then run 'conf'
    mct conf
        open browser for interactive configuration
    mct clone
        clone current Marlin repository to current working directory
    mct git <git-tag> json|h|txt
        json: compare [gitroot]/Marlin/Configuration*.h files
              between git-tag files and files in folder then
              create .json files with your personal setting
        h:    extend [gitroot]/Marlin/Configuration*.h files
              from git-tag with .json files contained your personal setting
        txt:  like json but create txt files contained only changes
              for publication
    mct tree json|h|rm
      Each of these traverse [gitroot]/Marlin/example_configurations directory
        json: compare configurations with main files [gitroot]/Marlin/Configuration*.h
              and generate .json file with its differences for each
              and .not files for #defines which not present in base files
        h:    recreate .h files based on 
              main files [gitroot]/Marlin/Configuration*.h and .json
        rm:   remove .json and .not files

command interface:

  • creating file for issue publication mct git 1.1.0-RC7 txt (compare 1.1.0-RC7 release with your current files in folder and create readable text file)

  • migrate configuration:

    1. with one command you can create .json files with your personal states/values/comments for each #define
    • example: mct git 1.1.0-RC7 json (compare 1.1.0-RC7 release with your current files in folder and create .json)
    1. than copy .json files to another folder or change git branch

    2. recover your configuration

    • example: mct git 1.1.0-RC8 h (use 1.1.0-RC8 release and add your stored in .json configuration)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].