Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20Correct and consistent spelling of g-codeGhostkeeper
2019-08-27Fix typingLipu Fei
2019-08-27F5 reloads gcode fileLipu Fei
2019-03-08Add the skeleton of the pluginDiego Prado Gesto
2018-09-27Move MIME type declarations into constructors of readersGhostkeeper
2018-09-27Define gcode.gz extension in GCodeGzReaderGhostkeeper
2018-06-29Removed unneeded application reference in construction of meshreadersJaime van Kessel
2018-05-23CURA-5164 Make the mesh readers compliant with the new signature of the mesh ...Diego Prado Gesto
2018-05-14Merge branch 'master' into WIP_improve_initializationDiego Prado Gesto
2018-05-11CURA-5164 The Preferences is not a singleton class anymore since in some pointDiego Prado Gesto
2018-05-08Use MimeTypeDatabase to find loaded file extension and set proper project nameAleksei S
2018-03-23CURA-5128 Change method name to be more clear.Diego Prado Gesto
2018-03-23CURA-5128 Modify the GCode parser to use a stream instead of a file soDiego Prado Gesto
2018-01-29Add encoding='utf-8' for text file readingLipu Fei
2017-11-28CURA-4552 Change names as indicated in the review and making Marlin theDiego Prado Gesto
2017-11-27CURA-4552 Add flavors to GCodeReader. The preRead looks for the flavorDiego Prado Gesto
2017-11-24CURA-4552 Minor changesDiego Prado Gesto
2017-11-24Merge branch 'master' of https://github.com/Ultimaker/CuraChrisTerBeke
2017-11-23CURA-4605 Fix render issues when importing a GCode that has emptyDiego Prado Gesto
2017-11-23CURA-4552 fix support for relative extrusionJack Ha
2017-11-21CURA-4526 Delete LayerView plugin because it will be replaced with theDiego Prado Gesto
2017-11-20Merge pull request #2814 from Ultimaker/feature_maximum_resolutionjack
2017-11-20CURA-4577 Fix the previous changeDiego Prado Gesto
2017-11-20Simplify relative positioning xyz value updates - CURA-4577ChrisTerBeke
2017-11-20CURA-4577 Take into account relative movements in GCodesDiego Prado Gesto
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-13Added Title for messagesalekseisasin
2017-04-12Fixed UMO g-code files not being loadableJaime van Kessel
2017-03-30Merge branch '2.5' of github.com:Ultimaker/CuraJaime van Kessel
2017-03-30Solved MCJack Ha
2017-03-30Set gcode_list for Scene after loading gcodeLipu Fei
2017-03-30Change backend state to disabled after reading a gcodeLipu Fei
2017-03-29Removed comment. CURA-3390Jack Ha
2017-03-29Resolve mc cherry-picking CURA-3390Jack Ha
2017-03-29Fixed extruder per gcode layer. Created show_caution preference for gcode rea...Jack Ha
2017-03-29Less yields for G-code reader and faster. CURA-3390Jack Ha
2017-03-29Solved merge conflict in cherry-pick CURA-3390Jack Ha
2017-03-29Added caution message for g-code reader. CURA-3390Jack Ha
2017-03-29Minor refactor to improve readabilityJaime van Kessel
2017-03-16Removed comment. CURA-3390Jack Ha
2017-03-16GCode reader: Better layerheight guess, refactoring, more robust, take extrud...Jack Ha
2017-03-15Fixed extruder per gcode layer. Created show_caution preference for gcode rea...Jack Ha
2017-03-15Less yields for G-code reader and faster. CURA-3390Jack Ha
2017-03-15Made G-code reader a lot faster. CURA-3390Jack Ha
2017-03-15Added caution message for g-code reader. CURA-3390Jack Ha
2017-03-13Comment checking now uses startswithJaime van Kessel
2017-03-13Added logging if unknown feature type was encounteredJaime van Kessel
2017-03-13Added documentationJaime van Kessel
2017-03-13Moved check to inside if statement to prevent undeeded parsingJaime van Kessel
2017-03-13Added documentation why gcode0 was defined to be the same as gcode1Jaime van Kessel